/* Site Adjustments */
:root {
    --special-banner-bg: var(--primary-base);
    --specials-banner-bg-alt: var(--primary-base-alt);
}


/* specials banner */
#specials_banner {
    background: var(--special-banner-bg) !important;
    color: var(--specials-banner-bg-alt) !important;
}

/* home page */
.hero-intro .hero-bg {
    filter: brightness(0.7);
}

/* floor plans */
#fp_availabilities_view_button {
    display: none;
}

/* faq */
.overview-text-container, 
.custom-text-container {
    justify-content: start;
    padding: 0;
}

#body_faq .faq-container .header-text-style-1 {
    margin: auto 10px;
}