/* Community Level Styles */
:root {
    --logobar-logo-max-width: calc(220px * 1.25);
    --menu-logo-max-width: calc(200px * 1.25);
}

/* home page */
@media only screen and (max-width: 1179px) {
    .hp-intro .hero-text-container .hero-header {
        bottom: 35%;
    }
}