:root {
    --body-font-family: 'Arial', sans-serif;
    --bs-font-sans-serif: 'Arial', sans-serif;
    --bs-body-font-family: 'Arial', sans-serif;
    --heading-font-family: 'Arial', sans-serif;
}


.section-parallax .component-parallax .overlay::after {
    background: none;
}
.section-navbar-tabs .component-tabs ul.nav-tabs li .nav-link.active {
    background: var(--bs-secondary);
}
.component-headlines.layout-dynasty .carousel-controls .control .container::before {
    background: var(--bs-primary) !important;
}
.section-parallax .component-parallax .overlay::before {
    background: rgba(var(--bs-primary-rgb), 0.7);
}
.site-footer .affiliate-logos img {
    max-height: min(14vw, 4rem);
}
.site-footer a:hover, .site-footer a:focus {
    color: var(--bs-white);
    text-decoration: underline
}