header {
    background-color: transparent;
}
.toggle-nav i {
    font-size: 24px;
    color: black;
}
header .menu .header-right .setting {
    background-color: rgba(0, 0, 0, 0.14);
    padding: 6px 12px;
    position: relative;
}
header .menu .header-right .setting i {
    color: black;
}

.home_effect .effect_image {
    background: url('/img/update2024/bg_header_home.jpg');
    background-size: cover;
    /*
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 100%;
    */
}
.home_effect .effect_image {
    height: 96vh;
}
body.page_become_instructor .home_effect .effect_image {
    height: 75vh;
}

body.page_become_instructor .effect_image {
    background-image: url('/img/update2024/bg_leraar_worden.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 75% 40%;
}

body.content_page .home_effect .effect_image {
    height: 35vh;
}
body.content_page .effect_image {
    background-image: url('/img/update2024/bg_header_default.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 75% 40%;
}

.home_effect .effect_image .effect_text_container {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    line-height: 0.8;
    padding: 0 20px;
}
body.page_become_instructor .home_effect .effect_image .effect_text_container {
    margin-top: 90px;
}
.home_effect .effect_image .effect_text_container h1 {
    margin-top: 40px;
}
.home_effect .effect_image .effect_text_container h1 > div {
    font-size: 60px;
    max-width: 800px;
}
body.content_page .home_effect .effect_image .effect_text_container {
    margin-top: 10px;
}
body.content_page .home_effect .effect_image .effect_text_container h1 > div {
    font-size: 60px;
    max-width: 800px;
}
.home_effect .effect_image .effect_text_container h2 {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1 !important;
    font-weight: 500;
}
.full-banner.padding-cls.low-stat {
    padding-top: calc(90px + (80 - 90) * ((100vw - 320px) / (1920 - 320)));
    padding-bottom: calc(90px + (80 - 90) * ((100vw - 320px) / (1920 - 320)));
}
section, .section-t-space {
    padding-top: 60px;
}
#home-schools-display .blog-wrap {
    background-color: #fff;
}
header.tour-header {
    background: #f8f8f8;
    border-bottom: 1px solid #e2e2e2;
}
header .main-navbar .nav-menu > li > a {
    color: #000;
}
header .main-navbar .nav-menu > li > a {
    color: #000;
}
header .menu .header-right .front-setting select {
    color: #000;
    background-color: rgba(0,0,0,0.06);
}
header .menu .header-right .user.user-light i {
    color: #000;
}

@media (min-height: 1200px) {
    .home_effect .effect_image {
        height: 80vh;
    }
    body.page_become_instructor .home_effect .effect_image {
        height: 65vh;
    }
    .home_effect .effect_image .effect_text_container h1 {
        margin-top: 80px;
    }
    .home_effect .effect_image .effect_text_container h1 > div {
        font-size: inherit;
        max-width: 1100px;
    }
    .home_effect .effect_image .effect_text_container h2 {
        color: #fff;
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media (max-width: 576px) {
    .home_effect .effect_image .effect_text_container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .home_effect .effect_image .effect_text_container h1 {
        margin-top: 20px;
    }
    .home_effect .effect_image .effect_text_container h1 > div {
        font-size: 42px;
        max-width: 800px;
    }
}