@media screen and (max-width: 1300px) {
    .navigation {
        width: 60%;
        font-size: .8em;
    }  
    .nav {
        margin-right: 20px;
    }
    .content1 {
        font-size: .85em;
    } 
}
@media screen and (max-width: 1000px) {
    .header_container {
        display: none;
    }
    .mobile_container {
        display: block;
        height: auto;
        text-align: center;
    }
    .logo {
        width: 100%;
        height: auto;
    }
    .navigation {
        display: none;
    }
    .navigation_mobile {
        display: block;
        margin-bottom: 10px;
    }
    .header_wrapper {
        background-color: var(--bgmain);
    }
    .nav {
        display: block;
        width: max-content;
        margin: 0 auto;
        font-size: 1em;
    }
    .nav_drop_link {
        margin: 0 auto;
    }
    .active {
        font-size: 1.3em;
        margin-right: 0px;
    }
    #login_mobile {
        margin-bottom: 7px;
    }
    .content1 {
        flex-direction: column;
        width: 95%;
        margin-top: 145px;
        min-height: max-content;
    } 
    #site_type_wrapper {
        display: none;
    }
    #site_type_wrapper_mobile {
        display: flex;
    }
    .content_main {
        font-size: 1.5em;
    }
}
@media screen and (max-width: 930px) {
    
    .footer_wrapper {
        font-size: .8em;
    }
    .footer_left {
        width: 40%;
    }
    .footer_right {
        width: 60%;
    }
}