/* Community Level Styles */
:root {
    --menu-background-color-hover: var(--background-3-hover);
    --menu-text-color-hover: var(--background-3-hover-alt);
    --hero-header-tablet-font-size: calc(var(--hero-header-font-size) * 3.1);
}

/* hp */
#body_home #tour_section {
    text-align: center;
}

#body_home #tour_section iframe {
    margin: 30px auto;
    width: 90%;
    max-width: 1600px;
    height: 1000px;
}

@media only screen and (max-width: 767px) {
    .hp-intro .hero-text-container .hero-header {
        top: 42%;
    }
}

@media only screen and (max-width: 767px) {
    .hp-intro .hero-text-container .hero-header {
        font-size: calc(var(--hero-header-font-size) * 1.3);
    }
}

/* faq */
#body_faq .overview-text-container, 
#body_faq .custom-text-container {
    justify-content: start;
    padding: 0;
}

#body_faq .faq-container .header-text-style-1 {
    margin: auto 10px;
}
