/* Site Adjustments */
:root {
    --neighborhood-map-community-pin-color: var(--primary-base);
}

/* home page */
.homepage-hero.hero-intro .cinemagraph-title-card .header-text-style-1 {
    max-width: 600px;
    margin: 0 auto;
}

/* eBrochure */
.lightning-form .recaptcha-text a {
    color: inherit;
    transition: opacity 0.4s ease-in-out;
}

.lightning-form .recaptcha-text a:hover {
    opacity: 0.7;
}