/* Community Level Styles */
:root {
    --top-bar-bg: var(--primary-base);
    --top-bar-color: var(--primary-base-alt);
    
    --neighborhood-top-upto-767: -33px;
    --neighborhood-top-768-1179: -51px;
    --neighborhood-top-1180-1399: -58px;
    --neighborhood-top-from-1400: -73px;
    
    --footer-mobile-comm-logo-width: 200px;
    --footer-tablet-comm-logo-width: 285px;
    --footer-desktop-comm-logo-width: 250px;
    
    --corp-logo-mobile-max-width: 225px;
    --corp-logo-tablet-max-width: 240px;
    --corp-logo-desktop-max-width: 263px;
    
    --footer-alt-hover: rgba(255, 255, 255, 0.7);
}

/* showcase links */
@media only screen and (min-width: 1600px) {
    header .navbar #showcase_links .menu-item:nth-child(7) {
        display: block;
    }
}

/* menu */
header .menu .community-info {
    margin-top: auto;
}

/* footer */
#footer .icons a svg {
    fill: var(--copyright-bg-alt);
}