/* Community Level Styles */
:root {
    --footer-desktop-comm-logo-width: 200px;
    --footer-mobile-comm-logo-width: 150px;
    --ebrochure-logo-max-width: 200px;
    --neighborhood-top-from-1400: -72px;
    --neighborhood-top-1180-1399: -58px;
    --neighborhood-top-768-1179: -50px;
    --neighborhood-top-upto-767: -33px;
}

/* footer */
#footer .icons a svg {
    fill: var(--copyright-bg-alt);
}

/* interior background-image */
.amenities,
.gallery-page,
#body_floorplans,
#pets_page,
#body_neighborhood .insidepage, #body_neighborhood,
#body_residents,
.reviews-page,
.ebrochure-page,
#refer_page {
    background-image: url("../img/palm-pattern.png");
}

#body_home .amenities {
    background-image: none;
}