/* Community Level Styles */
:root {
    --neighborhood-header-font-size-upto-767: calc(var(--header-base-font-size)* 2);
    --neighborhood-header-font-size-768-1179: calc(var(--header-base-font-size)* 3);
    --neighborhood-header-font-size-1180-1399: calc(var(--header-base-font-size)* 3.5);
    --neighborhood-header-font-size-from-1400: calc(var(--header-base-font-size)* 4.3);
    --neighborhood-top-upto-767: -40px;
    --neighborhood-top-768-1179: -60px;
    --neighborhood-top-1180-1399: -70px;
    --neighborhood-top-from-1400: -86px;
    --footer-alt-hover: rgba(41, 41, 41, 0.7);
}