/* Community Level Styles */

:root {
    --menu-logo-max-width: 325px;
    --navbar-logo-max-width: 400px;
    --footer-desktop-comm-logo-width: 400px;
    --button-style-two-text-color: var(--background-1-base);

    --neighborhood-top-upto-767: -71px;
    --neighborhood-top-768-1179: -50px;
    --neighborhood-top-1180-1399: -51px;
    --neighborhood-top-from-1400: -61px;
    
    --neighborhood-header-font-size-1180-1399: calc(var(--header-base-font-size) * 3.6);
    --neighborhood-header-font-size-from-1400: calc(var(--header-base-font-size) * 4.3);
    
    --ebrochure-logo-max-width: 300px;
}

@media (min-width: 321px) {
    :root {
        --neighborhood-top-upto-767: -33px;
    }
}

#hpt_section .background-image-container[data-media-manager=deluxe-2-hpt-repeat-bg],
.bottom-background-image-container[data-media-manager=deluxe-2-hpt-repeat-bg]{
    background-size: 500px;
}