html:not(.darkmode) {
    --FFFFFF: #fdf3e7;
    --EEEEEE: #fae6ce;
    --F9F9F9: #fcf2e6;
    --color: #207fa4;
}
body {
    background:#fdebd5;
}
header {
    background:#fdebd5;
}
.section-title {
    color:#207fa4;
}
html:not(.darkmode) header .nav ul li {
    color: #207fa4;
}
.darkmode header .rounded {
    border-color: #207fa4;
}
header nav>ul>li>a {
    border-color:#207fa433;
}
html:not(.darkmode) header .nav ul li ul {
    background: #fdebd5;
}
html:not(.darkmode) header .nav ul li a {
    border-color: #dbc8b0;
}
header .rounded {
    border-color: #207fa4;
}
.btn, a.btn, a.btn:active, a.btn:hover, a.btn:visited {
    background-color: #207fa4;
}
.brand > a > img {
   display:none;
}
.brand > a:after {
    content: '';
    display: inline-block;
    width: 150px;
    height: 45px;
    background: url(/assets/4F/logo-4f.svg) no-repeat center center;
    margin-bottom: -5px;
    margin-right: -5px;
}

.darkmode header {
    background: #1a1a1a;
}
.darkmode .brand > a:after {
    background: url(/assets/4F/logo-4f-dark.svg) no-repeat center center;
}
.device-mobile .brand > a:after {
    width: 160px;
    height: 70px;
}
/* .darkmode header .nav ul li {
    color: #fdebd5;
} */
.darkmode .section-title {
    color: #fdebd5;
}
.section-title:after, 
.section-title:before {
    background: transparent;
    border-top: 3px solid #207fa4;
    border-bottom: 3px solid #207fa4;
    height: 1px;
}
.leader {
    background: #207fa4;
    color: #fdebd5;
}
.device-mobile .section-title:after {
    margin-bottom:0.5em!important;
    display: block;
} 
.device-mobile .section-title:before {
    margin-top:2em!important;
    display: block;
}
.mm-carousel>.points>div {
    background: #00000011;
}

.mm-carousel>.points>div.active {
    background: #207fa4;
    border-color: #207fa4;
}
.theater-stk {
    border-color: #00000011;
}

html:not(.darkmode) .tab-head>.grid a.active {
    background: #fdebd5;
    color: #207fa4;
}
.cast-profile {
    filter:grayscale(0)!important;
}