@import url('https://fonts.googleapis.com/css?family=Charm|Quicksand|Raleway|Thasadith|ZCOOL+XiaoWei|Open+Sans|Titillium+Web|Ubuntu');
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Titillium Web', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'ZCOOL XiaoWei', serif;
font-family: 'Charm', cursive;
font-family: 'Thasadith', sans-serif;
font-family: 'Quicksand', sans-serif;
font-family: 'Ubuntu', sans-serif;
*/
*{
	box-sizing: border-box;
}

body {
	padding: 0;
	margin: 0;
	width: 100%;
}

.header {
    margin-top: 10px;
	display: flex;
	flex-direction: row;
	width: 100%;
}

.header .logo {
	width: 20%;
}

.logo img {
    padding: 20px 0;
	width: 100%;
	height: 150px;
}
.header .schoolname {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	color: dodgerblue;
	width: 80%;
	padding: 0 20px;
}

.header .schoolname h1 {
    font-size: 30px;
	border-bottom: 2px solid red;
	margin: 0;
}

.header .schoolname .quote {
	color: slateblue;
	font-family: 'Charm', cursive;
	font-size: 22px;
	letter-spacing: 3px;
	margin-top: 0;
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.header .logo {
		width: 30%;
	}

	.header .logo img {
	    display: block;
		width: 100%;
		padding: 20px 0;
	}
	.header .schoolname {
		width: 70%;
	}
	.header .schoolname h1 {
		font-size: 20px;
	}
}

.topnav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.dropdown {
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: flex;
  flex-direction: column;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 3;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.download_notes_and_assignments {
    display: flex;
    flex-direction: row;
}

.download_notes_and_assignments .notes {
    width: 50%;
    text-align: center;
    background-color: tomato;
    padding: 10px;
    color: white;
}

.download_notes_and_assignments .assignments {
   width: 50%;
    text-align: center;
    background-color: tomato;
    padding: 10px;
    color: white;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
 .topnav a {
  font-size: 8px;
  padding: 12px 5px;
}

.dropdown .dropbtn {
  font-size: 8px;  
  padding: 12px 5px;  
}

}

#pop-up {
    width: 100%;
    display: none;
    display: flex;
}

.pop-up-content {
    width: 50%;
}

.pop-up-content img {
    width: 100%;
    height: 100%;
}
.swiper-container {
	height: 400px;
      width: 100%;
   
    }
 
 .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
     }

.swiper-slide img {
height: 400px;
width: 100%;
}

@media screen and (max-width: 600px) {
	.swiper-container {
	height: 300px;
     width: 100%;
   
    }
  .swiper-slide img {
height: 300px;
width: 100%;
}
  }
  
  .video-container {
  width: 80%; 
  height: 500px; 
  margin: 20px auto;
}

.modi {
  font-size: 50px;
}

@media screen and (max-width: 600px) {
  .video-container {
  width: 100%; 
  height: 315px; 
  margin: 20px auto;
}

.modi {
  font-size: 30px;
}
}

.main_content {
	width: 100%;
	padding: 20px;
}

.main_content .why_choose_us {
	font-family: 'Raleway', sans-serif;
	line-height: 30px;
	font-size: 20px;
	text-align:center;
}

.footer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 90%;
 	margin-top: 90px;
 	margin-bottom: 20px;
 	margin-left: auto;
 	margin-right: auto;
	background: #f12711;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #f5af19, #f12711);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #f5af19, #f12711); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
 	border-radius: 20px;
}

.footer .quick_links {
	width: 50%;
	padding: 20px;
	color: black;
}

.footer .quick_links h2 {
	color: black;
	text-decoration: underline;
}
.footer .contact_details {
	padding: 20px;
	width: 50%;
	text-align: center;
}
.footer .contact_details p {
	padding-left: 20px;
}

@media screen and (max-width: 600px) { 
.footer {
	width: 98%;
}
.footer .quick_links {
	width: 100%;
	text-align: center;
	padding: 0;
}

.footer .contact_details {
	width: 100%;
	text-align: center;
	padding: 0;
}
}

