/* Custom logo height adjustment */
.header .site-logo img {
    max-height: 35px !important;
    width: auto !important;
}

.site-logo img {
    max-height: 35px !important;
    width: auto !important;
}

@media (max-width: 1199px) {
    .header .site-logo img {
        max-height: 30px !important;
    }
}