/* Community Level Styles */

:root {
    --navbar-logo-max-width: 200px;
    --navbar-mobile-logo-max-width: 200px;
}

@media only screen and (min-width: 480px) {
    #home header .navbar .navbar-logo {
        max-width: 200px !important;
    }
}