/* Community Level Styles */
:root {
    --contact-info-bg-color: var(--background-2-base);
}

#gallery_section {
    z-index: 0;
}

#gallery_section:after {
    content: '';
    background: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.25;
}

#body_home .featured-amenity .amenity-icon-247:before {
    font-size: 100px;
    line-height: 0.8;
}

#body_home .fp-swiper-nav-btns {
    display: none;
}

footer .corporation-logo {
    display: block;
}