/* Community Level Styles */

:root {
    --menu-logo-max-width: 275px;
    --footer-logo-max-width: 300px;
}

@media only screen and (min-width: 1376px) and (max-width: 2050px) {
    .homepage-container #home_page_text_section {
        padding-bottom: 5vw;
    }
}

footer .icons .sm-icon.google-my-business path {
    fill: var(--footer-bg-alt);
}

footer .footer-column-2 .button-style-2 {
    padding: 12px 50px;
}