/* Site Adjustments */

:root {
    --hp-header-font-size-lg: calc(var(--header-base-font-size) * 3);
    --hero-logo-width: 250px;
    --footer-desktop-logo-width: 300px;
}

.hero-intro .hero-overlay-info .above-header .above-header-sm svg {
    position: relative;
    bottom: 3px;
    height: 17px;
}

.content-container .neighborhood-text-section {
    background: #fff;
}

@media only screen and (max-width: 1599px) {
    .content-container .neighborhood-text-section h1 {
        padding-top: 30px;
    }
}

/* footer */
.footer-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0 auto;
    max-width: 300px;
}

.footer-icon-container * {
    display: inline-flex;
    flex: 1;
    margin: 0;
}

.footer-icon-container > span > svg {
    height: 65px;
    object-fit: contain;
    fill: var(--footer-button-bg-color);
    stroke: none;
}