/* Community Level Styles */

/* menu */
.menu .menu-logo-wrapper {
    padding:  40px 20%;
}

/* home page */
@media only screen and (min-width: 1025px) {
    #home_page_text_section .home-text-section {
        width: 50%;
        padding: 6% 3%;
    }
}

/* footer */
.copyright-text a:hover,
.copyright-wrapper .copyright-link:hover {
    opacity: 0.7;
}

#footer .footer-column-group .footer-column-1 {
    padding: 0 25px;
}

#footer #footer_equal_housing_link {
    margin: auto 0;
}

@media only screen and (min-width: 768px) {
    #footer .footer-column-group .footer-column-1 #footer_community_logo {
        max-width: 90%;
    }
}

@media only screen and (min-width: 1600px) {
    #footer .footer-column-group .footer-column-1 #footer_community_logo {
        width: 350px;
    }
}