/* Community Level Styles */

:root {
    --navbar-mobile-logo-max-width: 200px;
    --navbar-logo-max-width: 350px;
    --menu-logo-max-width: 300px;
    --footer-tablet-comm-logo-width: 350px;
    --footer-desktop-comm-logo-width: 350px;
    --corp-logo-mobile-max-width: 220px;
    --corp-logo-tablet-max-width: 280px;
    --corp-logo-desktop-max-width: 300px;
    --neighborhood-top-upto-767: -57px;
    --neighborhood-top-768-1179: -87px;
    --neighborhood-top-1180-1399: -100px;
    --neighborhood-top-from-1400: -126px;
    --footer-alt-hover: rgba(255, 255, 255, 0.7);
}