/** Custom Styles **/
.logo {
    max-height: 80px;
}

@media all and (max-width: 767px) {
   .logo {
       max-height: 60px;
   }
}



