/* line in nav - bar */
.nav_decoration {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 98;
    display: flex;
    justify-content: space-between;
}

.nav_decoration>div:nth-child(1) {
    width: 50%;
    height: 3px;
    background-color: #07558A;
}

.nav_decoration>div:nth-child(2) {
    width: 50%;
    height: 3px;
    background-color: #c99938;
}

/* nav-bar */
.nav_pic{
    width: 35px;
    height: 35px;
}

.bg_in_nav{
    background-color: #07558A;

}
.bg-primary{
    background-color: #07558A !important;
}
.bg-w{
    color: #c99938 !important;
}
.a:hover{
    text-decoration: none;
}

.aboutbg_img{
    width: 100%;
    height: 350px;
    overflow: hidden;
    background-image: url(../images/background-img.jpg);
    background-repeat:no-repeat ;
}
@media screen and (max-width:768px) {
    .aboutbg_img{
        height: 70vh;
    }
    
}


@media screen and (max-width:768px) {
    .aboutbg_img{
        height: 70vh;
    }
    
}


@media screen and (min-width:1650px) {
    .school_text{
        margin-top: 150px;
    }
}