/* ===================================================
   Custom Styles - Raz Charcoal Grill
   =================================================== */

/* ----- Header Logo Sizing & Sticky Fix ----- */
#header .header-logo {
    display: flex;
    align-items: center;
}

#header .header-logo img {
    height: 95px !important;
    width: auto !important;
    position: relative !important;
    top: auto !important;
    transition: height 0.3s ease;
}

#header.sticky-header-active .header-logo img {
    height: 62px !important;
}

/* ----- Footer: Light gray icons ----- */
#footer .list-unstyled img[src*="icons/"] {
    filter: brightness(0) invert(0.78);
}
