/* Community Level Styles */
:root {
    --neighborhood-top-upto-767: -49px;
    --neighborhood-top-768-1179: -76px;
    --neighborhood-header-font-size-1180-1399: calc(var(--header-base-font-size) * 3.5);
    --neighborhood-top-1180-1399: -76px;
    --neighborhood-header-font-size-from-1400: calc(var(--header-base-font-size) * 4.25);
    --neighborhood-top-from-1400: -92px;
    
    --footer-alt-hover: rgba(255, 255, 255, 0.7);
}