/* FORCE HEADER COLOR CHANGE */
:root {
    --header_background_color: #E8ECE2 !important;
    --header-bg-color: #E8ECE2 !important;
}

header, 
#sb_header, 
.sb-header, 
.header-container, 
.header-wrapper, 
.navbar,
.sticky-header {
    background-color: #E8ECE2 !important;
    background: #E8ECE2 !important;
}

/* Fix the menu button background just in case */
.sb-menu-button {
    background-color: transparent !important;
}

/* Force text color to be dark */
header a, .navbar a, .sb-header a, .btn-link {
    color: #101820 !important;
}