body {
    overflow-x: hidden;
}
#masthead {
    padding: 5px 0 0;
    position: fixed;
}
.site-title {
    margin: 0;
    padding: 0 !important;
}
.header-1 {
    position: absolute;
    right: 45px;
    height: 112px;
    line-height: 112px;
    list-style-type: none;
}

.nav-container{
    padding: 0;
}
.bg {
    width: 100%;
    height: 90%;
    position: absolute;
    background-color: black;
    visibility: hidden;
    z-index: -1;
}

.nav-container {
    width: 100%!important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
}
.site-navigation {
width: 100%!important;
}
.test  {
    position: relative;
    top: 35%;
    margin:0;
}
#waitanimate {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    display: flex;
    justify-content: center;
    position: fixed;
    align-items: center;
    z-index: 1000;
}
.waitanimate {
    animation:pulse;
    animation-duration: 1.5s;
}
@media screen and (max-width:767px) {
    .waitanimate img{
        width: 80px;
    }
}

@media screen and (max-width:1000px)  and (min-width:767px){
    .test li a{
        font-size:12px; 
        -webkit-transform-origin-x: 0;
        -webkit-transform: scale(0.70);
    }
    
    .test li {
        float: left !important;
        margin-left: 0px !important;
        line-height: 120px;
    }
    .imgs {
        width: 120px;
    }
}
@media screen and (max-width:767px) {
    .navbar-header {
        margin-left: 10px !important;
    }
    .header-3 {
        display: none;
    }
    .nav-container {
        justify-content: start !important;
    }
    .imgs {
        width: 60px;
    }
}
@media screen and (max-width:600px) {
    .header-1 {
        display: none;
        }
    .test li a{
        font-size: 1px;
    }
    .header-2  {
        position: absolute;
    }
}
@media screen and (max-width:500px) {
    .header-2 img  {
        width: 75px;
    }
    .header-1 {
    height: 60px !important;
    line-height: 60px !important;
}
}

