/* Community Level Styles */
:root {
    --neighborhood-top-upto-767: -51px;
    --neighborhood-top-768-1179: -78px;
    --neighborhood-header-font-size-1180-1399: calc(var(--header-base-font-size) * 3.55);
    --neighborhood-top-1180-1399: -79px;
    --neighborhood-header-font-size-from-1400: calc(var(--header-base-font-size) * 4.25);
    --neighborhood-top-from-1400: -95px;
    --footer-mobile-comm-logo-width: 150px;
    --footer-tablet-comm-logo-width: 175px;
    --footer-desktop-comm-logo-width: 200px;
    
    --footer-alt-hover: var(--secondary-base);
}