* {
  margin: 0px;
  padding: 0px;
}

body {
  font-size: 120%;
  -ms-text-size-adjust: 190%;
  -webkit-text-size-adjust: 190%;
}

@font-face {
  font-family: BerkshireSwash;
  src: url('fonts/BerkshireSwash-Regular.woff') format('woff');
}

@font-face {
  font-family: Chicle;
  src: url('fonts/Chicle-Regular.woff') format('woff');
}

/****options****/

#navbar td {
  padding: 18px;
  cursor: pointer;
}

#navbar a {
  font-family: "Yrsa", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: white;
  font-size: 20px;
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

#navbar {
  background: #2a4d60;
  width: 100%;
  height: 40px;
}

#second_navbar td {
  padding: 18px;
  cursor: pointer;
}

#second_navbar p {
  color: white;
  font-family: "Yrsa", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  text-align: right;
}

#second_navbar {
  background: #2a4d60;
  width: 100%;
  height: 40px;
  display: none;
}

.schl_name {
  font-family: "Quintessential", serif;
  font-weight: 400;
  font-style: normal;
}

.schnam_1 {
  font-size: 45px;
}

.schnam_2 {
  font-size: 30px;
}

.heading {
  font-family: "Galada", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  margin-left: 4%;
  margin-top: 6%;
  color: #427d6e;
}

.heading_underline {
  width: 90%;
  border: 1px solid #e2b903;
  margin-left: 3%;
  box-shadow: -5px 4px 6px grey;
}

.content {
  font-family: "Yrsa", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  line-height: 1.7;
  text-align: justify;
  margin-left: 3%;
  margin-right: 3%;
}

#memorable_moment img {
  width: 100%;
  border-radius: 10px;
  height: 230px;
  border: none;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  border-left: 2px solid black;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

#facility_tble td {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  padding: 12px;
  width: 100%;
}

#facility_images img {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  border: none;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  border-left: 2px solid black;
}

.mandatory_tble th {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  padding: 12px;
  text-align: center;
  font-family: "Yrsa", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  padding: 7px;
}

.mandatory_tble td {
  text-align: left;
  font-family: "Yrsa", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 19px;
  padding: 5px;
  border-bottom: 1px dotted grey;
}

.mandatory_tble td p {
  margin-left: 12px;
}

.gallery_tble img {
  border: 1px solid grey;
}

input {
  font-family: "Quintessential", serif;
  font-size: 20px;
  width: 90%;
  padding: 12px;
  border: none;
  border-bottom: 2px solid black;
  outline: none;
}

/**********other menu****/

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #699daf;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  padding-left: 10%;
  margin-top: 30px;
}

.overlay a {
  padding: 12px;
  text-decoration: none;
  color: white;
  font-family: "Yrsa", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 27px;
  display: block;
  transition: 0.3s;
}

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

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

#logo_container {
  width: 25%;
  height: 360px;
}

#logo_container img {
  padding-top: 50px;
}

#about_content {
  width: 70%;
}

#about_img {
  width: 30%;
}

#memorable_moment td {
  width: 25%;
}

.view_td {
  width: 50%;
}

#moment_rec {
  display: none;
}

#footer {
  color: #444444;
  font-size: 14px;
  background: #f1f0f2;
  margin-top:5%;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #4e8eb1;
  color: white;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Quintessential", sans-serif;
  color: white;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: white;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #00c28e;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: white;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #38427A;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #38427A;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #00805d;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 855px) {
  #navbar {
    display: none;
  }

  #second_navbar {
    display: table;
  }

  #logo_container {
    width: 100%;
    height: 305px;
  }

  #logo_container img {
    padding-top: 30px;
  }

  #about_content {
    display: block;
    width: 90%;
  }

  #about_img {
    display: block;
    width: 80%;
    margin-left: 10%;
  }

  #memorable_moment td {
    display: block;
    width: 70%;
    margin-top: 5%;
    margin-left: 15%;
  }

  #moment_rec {
    display: none;
  }

  .view_td {
    display: block;
    width: 90%;
    border: none;
  }

  #prin_msg {
    padding-top: 40px;
  }

}

@media screen and (min-width: 856px) and (max-width: 908px) {
  #navbar {
    display: none;
  }

  #second_navbar {
    display: table;
  }

  #logo_container {
    width: 40%;
    height: 320px;
  }

  #about_content {
    display: block;
    width: 90%;
  }

  #about_img {
    display: block;
    width: 80%;
    margin-left: 10%;
  }

  #memorable_moment td {
    display: block;
    width: 70%;
    margin-top: 5%;
    margin-left: 15%;
  }

  #moment_rec {
    display: none;
  }

  .view_td {
    display: block;
    width: 90%;
    border: none;
  }

  #prin_msg {
    padding-top: 40px;
  }
}

@media screen and (min-width: 909px) and (max-width: 925px) {
  #navbar {
    display: none;
  }

  #second_navbar {
    display: table;
  }

  #logo_container {
    width: 35%;
    height: 340px;
  }

  #about_content {
    display: block;
    width: 90%;
  }

  #about_img {
    display: block;
    width: 80%;
    margin-left: 10%;
  }

  #memorable_moment td {
    display: block;
    width: 70%;
    margin-top: 5%;
    margin-left: 15%;
  }

  #moment_rec {
    display: none;
  }

  .view_td {
    display: block;
    width: 90%;
    border: none;
  }

  #prin_msg {
    padding-top: 40px;
  }
}

@media screen and (min-width: 926px) and (max-width: 959px) {
  #navbar {
    display: none;
  }

  #second_navbar {
    display: table;
  }

  #logo_container {
    width: 35%;
    height: 350px;
  }

  #about_content {
    display: block;
    width: 90%;
  }

  #about_img {
    display: block;
    width: 80%;
    margin-left: 10%;
  }

  #memorable_moment td {
    display: block;
    width: 70%;
    margin-top: 5%;
    margin-left: 15%;
  }

  #moment_rec {
    display: none;
  }

  .view_td {
    display: block;
    width: 90%;
    border: none;
  }

  #prin_msg {
    padding-top: 40px;
  }
}

@media screen and (min-width: 960px) and (max-width: 973px) {
  #navbar {
    display: none;
  }

  #second_navbar {
    display: table;
  }

  #logo_container {
    width: 35%;
    height: 360px;
  }

  #about_content {
    display: block;
    width: 90%;
  }

  #about_img {
    display: block;
    width: 80%;
    margin-left: 10%;
  }

  #memorable_moment td {
    display: block;
    width: 70%;
    margin-top: 5%;
    margin-left: 15%;
  }

  #moment_rec {
    display: none;
  }

  .view_td {
    display: block;
    width: 90%;
    border: none;
  }

  #prin_msg {
    padding-top: 40px;
  }
}

@media screen and (min-width: 974px) and (max-width: 1150px) {
  #logo_container {
    width: 30%;
    height: 360px;
  }
}

/***gallery***/
.folder1 td {
  width: 50%;
}

.folder2 td {
  width: 25%;
}

@media screen and (max-width: 863px) {
  .folder1 td {
    display: block;
    width: 70%;
    margin-top: 2%;
    margin-left: 20%;
  }

  .folder2 td {
    display: block;
    width: 70%;
    margin-top: 2%;
    margin-left: 20%;
  }
}

/****facilities***/
#facility_images td {
  width: 25%;
}

#fac_rem {
  width: 25%;
}

@media screen and (max-width: 799px) {
  #fac_rem {
    display: none;
  }

  #facility_images td {
    display: block;
    width: 70%;
    margin-top: 3%;
    margin-left: 20%;
  }

  #facility_images img {
    height: 250px;
  }
}

@media screen and (min-width: 800px) and (max-width: 963px) {
  #fac_rem {
    display: none;
  }
}