/* Site Adjustments */
:root {
    --hero-logo-mobile-width: 200px;
    --hero-logo-width: 300px;
    --phi1-1-heading-2-text-color: var(--secondary-base-alt);
    --menu-logo-max-width: 260px;
}

/* slideshow */
.homepage-hero.hero-intro .hero-overlay-info.animate-blur {
    -webkit-backdrop-filter: blur(0px) !important;
    backdrop-filter: blur(0px) !important;
}

/* neighborhood */
@media only screen and (min-width: 1600px) {
    .content-container .neighborhood-text-section {
        background: var(--secondary-base-alt);
    }
    
    .content-container .neighborhood-text-section {
        padding: 20px 40px 30px;
    }
}