body{
background-color:#fff;

}
blockquote {
     border-left: 5px solid #fff; 
}


.site-branding {
     padding:  0; 
}
.main-navigation {
    background-color: #fff;
    margin-bottom: 15px;
border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.main-navigation {
    background-color: #67C8FF;
    margin-bottom: 15px;
    color: #fff;
}
.branding-wrapper {
    background-color: #C6E2FF;
}
.site-header {
    text-align: center;
    background-color: #C6E2FF;
}
.slicknav_nav {
    position: absolute;
    left: 0;
    background-color: #7AA9DD;
    width: 100%;
    z-index: 999;
}
@media (max-width: 1024px){
.mobile-nav {
    display: block;
    background-color: #499DF5;
margin-bottom:15px;
}

}
.site-footer {
    background-color: #67C8FF;
    border-top: 2px solid #fff;
    color: #fff;
}
.page .hentry {
    padding: 20px;
    background: #C6E2FF;
 border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 2px green;
}

h1 {
    font-size: 25px;
}
.widget-area .widget {
    margin: 0 0 45px;
    padding: 30px;
    background: #C6E2FF;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 2px green;
}

.footer-widget-area {
    background-color: #C6E2FF;
border-top: 2px solid #fff;
}
h1, h2, h3, h4, h5, h6 {
    color: #FFF;
}
.widget-area .widget-title {
    position: static;
    margin: 0 0 15px;
    padding-bottom: 15px;
}
.main-navigation a {
    color: #fff;
}
.main-navigation ul ul li {
    text-align: left;
    text-transform: none;
    border-right: 0;
    background-color: #67C8FF;
    border-bottom: 1px solid #fff;
    font-weight: 400;
}
.main-navigation li {
    
    border-right: 1px solid #fff;
}
h4{
color:red;
}