/* Custom Header Styles - Slimmer Header */

/* Reduce header-top padding */
.header-top {
    padding: 8px 0px !important;
}

/* Reduce header padding */
.header {
    padding: 15px 0 3px 0 !important;
}

/* Reduce main-header padding */
.main-header {
    padding-top: 15px !important;
}

/* Reduce logo size in sticky header */
.header.fixed-header .navbar-brand.logo img,
.header.active .navbar-brand.logo img {
    max-height: 50px !important;
}

/* Reduce navbar brand logo size */
.navbar-brand.logo img {
    max-height: 55px !important;
}

/* Adjust sticky header height */
@media (min-width: 992px) {
    .header.fixed-header {
        padding: 10px 0 5px 0 !important;
    }
    
    .header.fixed-header .main-header {
        padding-top: 10px !important;
    }
}

/* Mobile header adjustments */
@media screen and (max-width: 991px) {
    .header {
        padding: 8px 0 !important;
    }
    
    .main-header {
        padding-top: 8px !important;
    }
    
    .navbar-brand.logo img {
        max-height: 45px !important;
    }
}
