/*logo size for mobile version/ small sceens*/
.default-logo, .mobile-logo {
width:80px;
height:24px;
}
/*logo size for desktop version*/
@media screen and (min-width: 768px) {
 .default-logo {
/*width:250px; height:37px; default */
width:300px; height:80px;
/*margin-bottom: -30px; */
/*width:300px; height:91px; */
/*margin-left: -45px;*/
 }
}

