body{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
/* Navigation styling */
/* .mobile-nav{
  display: none;
} */

#topNavigation{
  background: #fcffd5;
  display: flex;
  justify-content: space-between;
  padding: 5px 30px;
  align-items: center;
}
/* ul{
  display: flex;
} */

/* nav a{
  margin: 0 20px;
} */

.logo img{
  width: 200px;
  height: 70px;
}
/* Navigation styling Ends... */

/* Utility class */
a{
  text-decoration: none;
}
.btn-pry{
  padding: 10px 20px;
  background: #f6fdf6;
  border-radius: 15px;
  margin: 10px;
  color: green; 
  font-size: 1.3rem;
}
.btn-pry:hover{
  color: #f6fdf6;
  background: green;
  padding: 5px 10px;
  border-radius: 15px;
}
.btn-sec{
  padding: 10px 20px;
  color: #f6fdf6;
  border-radius: 15px;
  margin: 10px;
  background: green; 
}
.btn-sec:hover{
  padding: 10px 20px;
  background: #f6fdf6;
  border-radius: 15px;
  color: green; 
}

li{
  list-style: none;
}
.leading-text{
  color: #fff;
  font-size: 36px;
}
.green{
  color: green;
}
.red{
  color: red;
}
/* Utility class ends here */

/* Showcase Styling starts here */
header{
  height: 85vh;
}
.showcase{
  background: #000 url('../img/check.JPG') no-repeat center/cover;
  height: 100vh;
  
}
.showcase-btns{
  display: flex;
  justify-content: center;
  
}
.aims{
  padding: 15px;
  color: black;
  background: #f6fdf6;
  border-radius: 25px;
  width: 50%;
  margin: auto;
  
}


.showcaseTint{
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 85vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}



.showcase-text{
  text-align: center;
  color: #fff;
  padding: 20px;
  width: 100%;
  font-size: 18px;
}
/* Showcase styling ends here */
/* Events */
.events {
	padding: 20px 70px;
  background: #f7f7f7;
  height: 80vh;
}
/* End of events */
/* Anthem */
.anthem{
  background: #fff;
  padding: 20px 70px;
 
}
/* End of school anthem */
/* Miision session */
.mission {
	background: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0;
}
.card {
  margin: 20px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.statements{
  background: #fff;
  padding: 10px;
  border-radius: 15px;
  background: rgba(245, 242, 242, 0.7);
  font-size: 1.2rem;
}
.statements:hover{
background: rgb(212, 41, 41);
color: #fff;
}
.card-1{
  background: url('../img/China-online-education.jpg') center center/cover; 
  
}
.card-2{
  background: url('../img/China-online-education.jpg') center center/cover; 
}
.card-3{
  background: url('../img/China-online-education.jpg') center center/cover; 
}
.card-4{
  background: url('../img/China-online-education.jpg') center center/cover; 
}
/* End of mission */
/* Contacts here */
.contacts {
  background: #fff;
 
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 1.5rem;

}
address{
  display: flex;
  justify-content: center;
  margin: 10px;
}
.office-address{
  padding: 10px;
  margin: 10px;
  background: #f7f7f7;
  padding: 20px;
  font-size: 1.8rem;
  width: 400px;
  border-radius: 15px;

}
#contacts i{
  font-size: 1.4rem;
  color: blue;
  margin: 15px;
}
/* Contacts end here */
/* Footer starts here */
footer {
  
	height: 30vh;
	text-align: center;
	background: #f6fdf6;
	padding: 20px 0;
}
/* Footer ends here */

/* Media quary tab*/
/* 
@media screen and (max-width: 768px) {
  .desktop-nav {
    display: none;
  }
  .mobile-nav{
    display: flex;
  
  }
  .mobile-btn{
    display: block;
  }
} */
/* copied styles */
.overlay {
  height: 50%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 50%;
  text-align: center;
  margin-top: 40px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-width: 450px) {
  body{
    font-size: 1rem;
   
  }
  .overlay a{
    font-size: 1.2rem;
  }
  .overlay .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 2.5rem;
  }
  
  h1{
    font-size: 1rem;
  }
  .leading-text{
    font-size: 1.5rem;
  }
  .anthem{
    padding: 20px;
  }
  .logo img{
    width: 100px;
    height: 40px;
  }
  .showcase-btns{
    display: none;
  }
  address{
    display: block;
  }
  .office-address {
    padding: 10px;
    margin: 10px auto;
    background: #f7f7f7;
    padding: 10px 0;
    font-size: 1.2rem;
    width: auto;
    border-radius: 15px;
}
.card {
  flex-basis: auto;
  background: rgb(226, 223, 223);
  margin: 20px auto;
  height: auto;
  padding: 20px 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#contacts i{
  font-size: 1rem;
  display: block;
}
.events{
  height: auto;
  padding: 20px;
}
}