/* Community Level Styles */

:root {
    --header-text-style-5-text-color: var(--primary-base-alt);
}

/* home page */
#hp_section .hpt-wrapper .hp-shared-header-2.hp-button-underline.animated:hover,
#hp_section .hpt-wrapper .hp-shared-header-2.hp-button-underline.animated:focus,
.hp-button-underline:hover,
.hp-button-underline:focus {
    opacity: 0.7 !important;
}

@media only screen and (min-width: 1200px) {
    #homepage_featured_floorplans_section .fp-swiper-nav-btns {
        display: none;
    }
}

/* contact */
.contact-us #contact_container .page-header {
    color: var(--primary-base-alt);
}

/* footer */
#footer .corporation-logo {
    display: block;
}