/* Community Level Styles */

:root {
    --navbar-logo-max-width: 320px;
    --menu-logo-max-width: 250px;
    --neighborhood-top-from-1400: -62px;
    --neighborhood-top-1180-1399: -49px;
    --neighborhood-top-768-1179: -44px;
    --neighborhood-top-upto-767: -28px;
}

@media only screen and (min-width: 1600px) {
    #neighborhood_section .neighborhood-impact-title {
        font-size: calc(var(--neighborhood-header-font-size-from-1400) * 1.2);
        top: -80px;
    }
}