* {
         box-sizing: border-box;
      }
      html, body {
         font-size: 62.5%;
        scroll-behavior: smooth;
        scroll-padding-top:6rem;
        overflow-x: hidden;
      }
header{
  position: fixed;
  top: 0; right: 0; left: 0;
  background: white;
  padding: 0rem 9%;
  padding-top: 2rem;
  
  margin-bottom: 0px;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  box-shadow: 0.5rem 1rem rbga(0,0,0,0.1);
}
.nav-brand{
  display: inline-block;
}
.nav-brand{
 
  font-size: 1rem;
  color: navy;
  font-weight: bolder;
  text-decoration: none;
}
.nav-brand span{
  display: block;
}

header .logo{
  font-size: 1rem;
  color: navy;
  font-weight: bolder;
  text-decoration: none;
}
.navbar{
  background-color: navy;
  padding-bottom: 15px;
}
header .navbar a{
  font-size: 2rem;
  padding: 30px 25px;
  color: white;
  text-decoration: none;
  
  margin: autos;
}
header .navbar a:hover{
  color: chartreuse;
}
header #toggler{
  display: none;
}
header .fa-bars{
  font-size: 3rem;
  color: navy;
  border-radius: 0.5rem;
  padding: .5rem 3.5rem;
  cursor: pointer;
  border: 1rem solid rbga(0,0,0,.3);
  display: none;
}
.home{
  
  align-items: center;
  min-height: 40vh;
  background: chartreuse;
  
  
}
.home .content{
  padding: 300px 50px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.home .content h3{
  font-size: 3rem;
  padding: 5px;
  color: navy;
  font-weight: bolder;
}
.home .content span{
  color: black;
  font-weight: bold;
  font-size: 2rem;
}
.home .content p{
  padding: 5px;
  font-size: 1.5rem;
}
.ctn{
    
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    background:  white;
    width: 30px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: chartreuse;
    border-style: outset; 
    border-width: 1px;
    border-color: chartreuse;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}
.btn:hover, .btn:focus, .btn:active{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  color: navy;
  border-color: navy;
}
.heading{
  text-align: center;
  font-size: 2rem;
  color: black;
  padding: 1rem;
  margin: 2rem 0;
  background-color: honeydew;
  background-size: 10%;
}
.heading span{
  color: navy;
}
.about .row{
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 2rem 0;
  padding-bottom: 3rem;
}
.about .row .video-container{
  flex: 1 1 40rem;
  position: relative;
}
.about .row .video-container video{
  width: 100% ;
  border: 1.5rem solid #fff ;
  border-radius: 0.5rem ;
  box-shadow: 0.5rem 1rem rgba( 0,0,0,.1);
  height: 100%;
  object-fit: cover;
}
.about .row .video-container video h3{
  position: absolute;
  top: 50%; transform: translateY(-50%);
  font-size: 3rem;
  color: #333;
  background: #fff;
  width: 100%;
  padding: 1rem 2rem;
  mix-blend-mode: screen;
  text-align: center;
}
.about .row .content{
  flex: 1 1 40rem;
}
.about .row .content h3{
  font-size: 3rem;
  color: #333;
  text-align: center;
  
}.about .row .content p{
  font-size: 1.5rem;
  color: #999;
  padding: 1.5rem 0;
  padding-top: 1rem;
  line-height: 1.5;
}
.ctn1{
    
    font-family: "Roboto", sans-serif;
    font-size: .5rem;
    font-weight: bold;
    background:  white;
    width: 30px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: chartreuse;
    border-style: outset; 
    border-width: 1px;
    border-color: chartreuse;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}
.icons-container{
  background: aliceblue;
  display: flex;
  
  align-content: center;
  padding-top: 10px; 
  padding-bottom: 10px;
}
.icons-container .icons{
  
  
  margin: auto;
  
  justify-content: center;
}
.icons-container .icons img{
  width: 50px;
  height: 50px;
}

.icons-container .icons .info a{
  text-decoration: none;
  color: navy;
  font-size: 1rem;
}

.not{
  display: flex;
  
  justify-content: center;
}
.not .notice{
  padding: 0px 10px;
  background: aliceblue;
  border-right: 1px solid green;
}
.not .notice a{
  font-size: 1rem;
  text-decoration: none;
  color: navy;
}
.footer{
  justify-content: center;
  background: honeydew;
  text-align: center;
}
.footer .box-container{
  display: flex;
  align-content: center;
  text-align: center;
}

.footer .box-container .box{
  padding: 0 10px;
}
.footer .box-container .box h3{
  font-size: .5rem;
  padding: .1rem 0;
  color: #333;
}
.footer .box-container .box a{
  display: block;
  font-size: .5rem;
  padding: .05rem 0;
  color: #666; 
  text-decoration: none;
}
.footer .box-container box a :hover{
  color: navy;
  text-decoration: underline;
}
.footer .box-container .box p{
  display: block;
  font-size: .5rem;
  padding: .05rem 0;
  color: #666; 
  text-decoration: none;
}
.footer .box-container box p :hover{
  color: navy;
  text-decoration: underline;
}

.links{
  text-align: center;
  font-size: .5rem;
  color: black;
  padding: 1rem;
  margin: 2rem 0;
  background-color: aliceblue;
  background-size: 10%;
}  
.events .border {
  border: 1px solid green;
  padding: 5px 5px;
}
.events .border .event{
 background-color: lemonchiffon;
}
.events .border .event {
  padding: 2px;
}
.events .border .event img{
  width:6px;
  height: 6px;
  padding:0 0px;
}
.events .border .event .time{
  display: flex;
  
  flex: left;
}
events .border .event .time .p{
  padding: 0 5px;
  color: navy;
}
.t{
  padding: 10px;
}

.ctn2{
  font-family: "Roboto", sans-serif;
    font-size: .05rem;
    font-weight: bold;
    background:  white;
    width: 5px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: chartreuse;
    border-style: outset; 
    border-width: 1px;
    border-color: chartreuse;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}
















.footer .box-container{
  display: flex;
  width: 25%;
  
}


.footer .box-container box h3{
  font-size: 2.5rem;
  padding: 1rem 0;
  color: #333;
}
.footer .box-container box a{
  display: block;
  font-size: 1.5rem;
  padding: 1rem 0;
  color: #666; 
  text-decoration: none;
}
.footer .box-container box a :hover{
  color: navy;
  text-decoration: underline;
}

.links{
  text-align: center;
  font-size: 2rem;
  color: black;
  padding: 1rem;
  margin: 2rem 0;
  background-color: aliceblue;
  background-size: 10%;
}  
.home{width: 100%;
min-height: 440px;
}


/* Header/Blog Title */
.news{
  background: white;
  text-decoration: none;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.cont {
  display: flex;
  flex-wrap: wrap;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  padding-left: 20px;
}

/* Fake image */
.fakeimg {
 
  
  width: 500px;
  height: 300px;
  
}


/* Add a card effect for articles */
.cont > .card {
  
  padding: 13px;
  margin-top: 5px;
  

}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/*Admission page 

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {
    width: 100%;
    padding: 0;
  }
}












  
@media (max-width: 991px){
  html{
    font-size: 55%;
  }
  header{
    padding: 2rem;
  }
}
@media (max-width: 768px){
  header .fa-bars{
    display: block;
  }
  header .navbar{
    position: absolute;
    background: #eee;
    top: 0; right: 0; left: 0;
    border-top: .1rem solid rbga(0,0,0,.1);
  }
  header #toggler:checked ~ .navbar{
    clip-path: polygon(0 0,100% 0, 100% 100%, 0 100%);
    
  }
  header .navbar a{
    margin: 1.5rem;
    padding: 1.5rem;
    background: #fff;
    display: block;
    border: 1rem solid rbga(0,0,0,.1);
  }
.home{
  
  align-items: center;
  min-height: 70vh;
  background: chartreuse;
  
  
}
.home .content{
  padding: 100px 50px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.home .content h3{
  font-size: 3rem;
  padding: 5px;
  color: navy;
  font-weight: bolder;
}
.home .content span{
  color: black;
  font-weight: bold;
  font-size: 2rem;
}
.home .content p{
  padding: 5px;
  font-size: 1.5rem;
}
.ctn{
    
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    background:  white;
    width: 30px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: chartreuse;
    border-style: outset; 
    border-width: 1px;
    border-color: chartreuse;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}
.btn:hover, .btn:focus, .btn:active{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  color: navy;
  border-color: navy;
}
}
@media (max-width: 450px){
  html{
    font-size: 50%;
  } 
}