/* Add here all your CSS customizations */


/*
.header-logo img{
    margin: -5px 0 -40px 0!important;
    height: 132px!important;
    width: auto!important;
}
@media only screen and (max-width: 991px) {
   .header-logo img{
    margin: -45px 0 -40px 0!important;
    height: 92px!important;
    width: auto!important;
    }
}
*/