/* Community Level Styles */

:root {
    --neighborhood-top-upto-767: -46px;
    --neighborhood-top-768-1179: -71px;
    --neighborhood-header-font-size-1180-1399: calc(var(--header-base-font-size) * 3.25);
    --neighborhood-top-1180-1399: -66px;
    --neighborhood-header-font-size-from-1400: calc(var(--header-base-font-size) * 3.85);
    --neighborhood-top-from-1400: -78px;
    
    --corp-logo-desktop-max-width: 200px;
    --corp-logo-tablet-max-width: 200px;
    --corp-logo-mobile-max-width: 200px;
}

/* footer */
footer a:not(.corporation-logo) {
    transition: 0.3s ease all;
}

footer a:not(.corporation-logo):hover {
    opacity: 0.6;
    transition: 0.3s ease all;
}