/* Community Level Styles */
:root {
    --menu-logo-max-width: 240px;
    --ss-address-bg: var(--background-1-base);
}

/* home page */

@media only screen and (min-width: 1376px) {
    .homepage-container #home_page_text_section .home-text-section {
        padding: 3%;
    }
}

/* footer */
footer .corp-logo img {
    filter: invert(1);
}

@media only screen and (max-width: 479px) {
    footer .footer-column-2 .button-style-2 {
        margin: 30px 0;
    }
}
