/*********************************************************************/
/**************** html, body font-size also defined in ***************/
/**************** include/function_js.php set_font_size **************/
/*********************************************************************/

html,
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #6a6c6f;
    min-height: 100%;
    position: relative;
}

body.sidebar-scroll {
    height: auto;
}

@media screen and (min-width: 2881px) {
    html,
    body {
        font-size: 28px;
    }
}

@media screen and (min-width: 2521px) and (max-width: 2880px) {
    html,
    body {
        font-size: 22px;
    }
}

@media screen and (min-width: 2021px) and (max-width: 2521px) {
    html,
    body {
        font-size: 18px;
    }
}

@media screen and (min-width: 992px) and (max-width: 2020px) {
    html,
    body {
        font-size: 14px;
    }
}

h1, .h1,
.font_size_h1 {
    font-size: 3rem;
}

h2, .h2,
.font_size_h2 {
    font-size: 2.6rem;
}

h3, .h3,
.font_size_h3 {
    font-size: 2.2rem;
}

h4, .h4,
.font_size_h4 {
    font-size: 1.8rem;
}

h5, .h5,
.font_size_h5 {
    font-size: 1.4rem;
}

h6, .h6,
.font_size_h6 {
    font-size: 1.2rem;
}

.font-bold,
.font_weight_500 {
    font-weight: 500;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}

.landing_content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    min-height: 100vh;
}

.logo_section {
    display: flex;
    align-items: center;
    flex: 1 0;
    text-align: center;
    margin: 7rem 0;
}

.logo_section > div {
    text-align: center;
    width: 100%;
}

.landing_logo_container {
    text-align: center;
    margin-top: 2rem;
}

.landing_logo_container > img {
    max-width: 100%;
    width: 20rem;
}

.landing_slogan {
    font-size: 3rem;
}

.footer {
    color: #707570;
    font-weight: 300;
    text-align: center;
    margin-bottom: 2rem;
}
