/* use for community level css */

:root {
    --contact-form-btn-bg: var(--secondary-base);
    --green-color: #a0b6a3;
    --brown-color: #c6bfb6;
}

/* HEADER COLORS */
#hero_section .hero-text-section .text-container .hero-header,
#hero_section .hero-text-section .text-container h2.hero-header,
#amenities_section .amenities-section-text .amenities-text-block .amenities-header,
#amenities_section .amenities-section-list .amenities-text-block .amenities-header,
#contact_section .contact-info-container .contact-info .contact-header,
a.community-link {
    color: var(--green-color);
}

#hero_section .hero-text-section .text-container h2.hero-header,
#amenities_section .amenities-section-list .amenities-text-block .amenities-header {
    color: var(--brown-color);
}

/* hpt */
tbody,td  {
    border: 1px solid black;
    text-align: left;
}

td strong {
    font-weight: 600;
}


#hero_section .hero-text-section .text-container .hero-text > .paragraph-text {
    display: none;
}

#section_8 .custom-text-container {
    padding: 30px 24px 30px 0;
}

@media only screen and (max-width: 1399px) {
    #hero_section .hero-text-section .text-container .hero-text {
        max-height: unset;
    }
    
    #hero_section .hero-text-section .text-container .button-style-1 {
        margin: 35px auto;
    }
}

/* contact */
#contact_us_page_container .lightning-form .form-btn:hover {
    background: var(--secondary-hover);
}

