                                                 /* logo larger &amp; menu smaller */

.header .col-lg-3 {
width: 40%;
}
@media(max-width:765){
.header .col-lg-3 {
width: 60%;
}
.header .col-lg-9 {
    width: 20%;
}

}
.header .col-lg-9 {
    width: 60%;
}

.jcweb-brand a:hover{
color:#eee !important;
}

@media(max-width:992px){
.col-lg-9 {
    width: 60% !important;
}
}
@media (max-width: 500px){
.col-lg-9 {
    width: 100% !important;
}}
.navigation > div > ul li {

}

                                          @media only screen and (min-width: 992px) {
.navigation > div > ul li {
    font-size: 13px;
}
                                           }

                                          @media only screen and (max-width: 762px) {

.header .col-lg-3 {
    width: 60%;
}

.header .col-lg-9 {
   width: 20% !important
}
                                           }

@media only screen and (max-width: 480px) {
.header .col-lg-3 {
    width: 72%;
}


.header .col-lg-9 {
   width: 20%;
}
}

                                       
   @media(max-width: 360px) {

 .header .col-md-3 {
    width: 50% !important;
}
}