body,
html {
    height: 100vh;
    margin: 0;
    font-family: Roboto, sans-serif !important;
}

.mobile-show {
    display: none;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
}

.bg-blue {
    background: #2f489a;
}

.d-none {
    display: none !important;
}

.fr {
    display: flex;
    flex-direction: row;
}

.fc {
    display: flex;
    flex-direction: column;
}

.center {
    justify-content: center;
}

.start {
    justify-content: flex-start;
}

.end {
    justify-content: end;
}

.sb {
    justify-content: space-between;
}

.sa {
    justify-content: space-around;
}


.fs-12 {
    font-size: 0.75rem !important;
}

.fs-14 {
    font-size: 0.875rem !important;
}

.fs-16 {
    font-size: 1rem !important;
}

.fs-20 {
    font-size: 1.25rem !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.pl-16 {
    padding-left: 1rem !important;
}

.white {
    color: white !important;
}

.text-center {
    text-align: center;
}

.grid {
    display: grid;
    grid-template-columns: 3.5rem auto;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.bg-red {
    background: red;
}

.bg-yellow {
    background: #fbd10d;
}

.bg-green {
    background: green;
}

.bg-blue {
    background: blue;
}

.header {
    background: #2F489A;
    position: relative;
    z-index: 3;
    padding: 0.5rem 5rem;
}


.logo_anchor img {
    height: 4rem;
}

.lang_icon {
    height: 2rem;
    width: 2rem;
    object-fit: contain;
    margin: auto .5rem;
}

.header-button {
    height: 2.5rem;
    width: 10rem;
    background: white;
    color: #2F489A;
    border-radius: 100px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 800;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.footer {
    background-color: #2F489A;
    position: relative;
    top: -5.75rem;
    height: 8rem;
}

.footer_subdiv {
    padding: 0 5rem;
    display: flex;
    justify-content: space-between;
}

.text_links a {
    text-decoration: none;
    color: white;
    display: inline-block;
    padding-top: 0.75rem;
}

.social_links {
    margin-top: 2rem;
}

.social_links a {
    display: inline-block;
    margin-right: 1rem;
}

.social_links a img {
    width: 3rem;
}

.right_side img {
    width: 7rem;
    padding-top: 1rem;
}

.right_side p {
    margin: 0;
}

.mobile_copyright {
    padding: 0 0 1rem 2rem;
}

@media only screen and (max-width: 600px) {
    .mobile-show {
        display: unset;
    }
    .mobile-hide {
        display: none;
    }

    .header {
        padding: .8rem 1rem;
    }
    .header-button {
        height: 2rem;
    }
    .footer {
        height: 13rem;
    }

    .footer_subdiv {
        padding: 1rem 1rem;
    }

    .text_links a:last-child {
        display: block;
    }

    .h-text {
        font-size: 1.1rem;
        margin-top: 1.5rem;
    }

    .logo_anchor {
        height: 3rem;
        display: inline-block;
    }

    .logo_anchor img {
        height: inherit;
    }

    .home {
        font-size: 0.85rem;
        margin-left: 0.5rem;
    }

    .lang_icon {
        height: 1.75rem;
        width: 1.75rem;
        margin-left: 0.5rem;
    }

    body {
        background: #f2f2f2;
    }

    .social_links img {
        width: 2.5rem;
    }
    .right_side img {
        padding-top: 0;
    }
    .copyright {
        position: absolute;
        bottom: 1rem;
        left: 1rem;
    }
}
@media only screen and (max-width: 320px) {
    html {
        font-size: 70% !important
    }
}

@media only screen and (max-width: 360px) and (max-height:520px) {
    html {
        font-size: 75% !important
    }
}

@media only screen and (min-width: 321px) and (max-width:395px) {
    html {
        font-size: 75% !important
    }
}
