
@media (max-width:1150px) {
    /*header*/
    
    .logo1 img{
        margin-left: 50px;
    }
    
    
}

@media (max-width:1047px) {
    .logo2 img{
        display: block;
        height: 80px;
    }
  
    .logo img{
        display: none;
    }
    .logo1 img{
        display: none;
    }
    .n4, #n3{
        display: none;
    }
    
}
@media (min-width:600px)and (max-width:980px) {
    .logo2 img{
        width: 80px;
        height: 80px;
    }

    .n1{
        font-size: 4vw;
        padding-top: 0.5rem;
    }
    .n2{
        font-size: 5vw;
    }
    #n1{
        font-size: 2vw;
    }
    
}
@media (min-width:400px)and (max-width:600px) {
    .logo2 img{
        width: 80px;
        height: 80px;
    }

    .n1{
        font-size: 4vw;
        padding-top: 0.5rem;
        font-family: 'Tangerine' serif;
        font-style: bold;
        font-weight: 900;
    }
    .n2{
        font-size: 5vw;
        font-family: 'Tangerine' serif;
        font-style: bold;
        font-weight: 900;
    }
    #n1{
        font-size: 2vw;
    }
    
}
@media (min-width:300px)and (max-width:400px) {
    .logo2 img{
        width: 80px;
        height: 80px;
    }

    .n1{
        font-size: 5vw;
        padding-top: 0.5rem;
        font-family: 'Tangerine' serif;
        font-style: bold;
        font-weight: 900;
    }
    .n2{
        font-size: 4.3vw;
        font-family: 'Tangerine' serif;
        font-style: bold;
        font-weight: 900;
    }
    #n1{
        font-size: 2.5vw;
    }
    .motto{
        font-size: 25px;
        font-family: 'Tangerine' serif;
    }
    
}
@media (max-width:800px) {
    .w3-navbar{
        display: none;
    }
    #navbarmobile{
        display: block;
        
    }

    .nav-links2 ul li a{
        display: inline-block;
        color: aqua;
        text-decoration: none;
        padding: 20px;

    }
    .nav-links2 ul{
        margin-top: 20px;
        list-style: none;
    }

    .nav-links2{
        display: block;
        position: absolute;
        background:rgb(15, 15, 70);
        height: 100vh;
        width: 200px;
        top: 0;
        left: -200px;
        text-align: left;
        position: fixed;
        transition: 1s;
        z-index: 10;
        
    }
    .w3-closenav{
        color: #fff;
        text-decoration: none;
        float: right;
        padding: 20px;
    }
    
}


@media (min-width:400px)and (max-width:900px) {

    .motto{
        font-size: 6vh;
        font-style: bold;
        font-weight: 900;
        font-family: 'Tangerine' serif;
    }
    .text{
        top: 50%;
        width: 70%;
    }
}

@media (min-width:1000px)and (max-width:1280px) {

    .motto{
        font-size: 6vh;
    
    }
    .text{
        top: 50%;
        width: 60%;
    }
    .contactus{
        height: 30vh;
    
    }
    .pic-col{
        margin-top: 1.625rem;
    }
    .contactus{
        height: 40vh;
    
    }
}

@media (min-width:300px)and (max-width:400px) {

    .motto{
        font-size: 10vw;
    }
    .text{
        top: 50%;
        width: 70%;
    }
}
@media (min-width:200px)and (max-width:550px) {

    .motto{
        font-size: 7vw;
    }
    .text{
        top: 45%;
        width: 80%;
    }
    .motto2{
        font-size: 10px;
    }
    .admissions{
        font-size: 6vw;
    }
    .footer-content{
       
        width: 100%;
       
    }
    .pic-col{
        margin-top: 1.625rem;
    }
    .history-p{
        margin-left: 10px; 
        width: 100%;
    }

}

@media (min-width:750px)and (max-width:950px) {

    .motto{
        font-size: 6vw;
    }
    .text{
        top: 45%;
        width: 80%;
    }
    .motto2{
        font-size: 10px;
    }

    .footer-content{
       
        width: 70%;
       
    }
   
    .admissions{
        font-size: 6vw;
    }
    .pic-col{
        margin-top: 1.625rem;
    }
    .history-p{
        margin-left: 10px; 
        width: 100%;
    }
    .contactus{
        height: 20vh;
    
    }

}
@media (min-width:800px)and (max-width:900px) {

    .admissions{
        font-size: 4vw;
    }
    .contactus{
        height: 40vh;
    
    }
}

