/* Community Level Styles */
:root {
    --logo-height: 75px;
    --footer-logo-max-width: 300px;
}

/* home page */
@media only screen and (min-width: 1376px) {
    .homepage-container #home_page_text_section .home-text-section {
        padding: 3%;
    }
}

/* neighborhood */
#body_amenities #map .mapboxgl-marker svg > path:first-of-type {
    fill: var(--background-3-base-alt) !important;
}

#body_amenities #map .mapboxgl-marker svg > circle {
    fill: var(--background-3-base) !important;
}