/* Site Adjustments */

:root {
    --neighborhood-map-community-pin-color: var(--background-3-base-alt);
    --hp-subheader-font-size-sm: calc(var(--body-base-font-size) * 1.5);
    --hp-subheader-font-size-md: calc(var(--body-base-font-size) * 1.5);
    --hp-subheader-font-size-lg: calc(var(--body-base-font-size) * 1.6);
    
    --resident-icon-stroke: var(--secondary-base);
    
    --neighborhood-header-2-color: var(--primary-base-alt);
    --neighborhood-border: var(--primary-base-alt);
    
    --classifieds-form-header-1-font-color: var(--primary-base-alt);
    
    --ebrochure-sidebar-bg: var(--primary-base-alt);
    --ebrochure-sidebar-text-color: var(--primary-base);
}

.floorplan-section-header-wrapper .fp-header {
    color: var(--background-1-base-alt);
}

.content-container .neighborhood-text-section h1,
#featured_pois .featured-pois-list-container .header-text-style-2 {
    color: var(--background-1-base-alt);
    border-bottom: 1px solid  var(--background-1-base-alt);
}

footer .corp-logo img, footer .corp-logo svg {
    filter: invert(1);
}


.hero-intro .hero-bg {
    filter: brightness(0.7);
}

#school_section .schools-list .school .distance {
    border-right: 1px solid var(--primary-base-alt);
}

.ebrochure-page .recipients-heading {
    color: var(--primary-base-alt);
}