body {
  background-color:	#d3d3d3;
  margin:0;
  padding:0;
  height:100%;
  font-family:Arial, Helvetica, sans-serif;
}
html {
  margin:0;
  padding:0;
  height:100%;
  position:relative;
}
img {
  width:100%;
  height:100%;
  overflow:hidden;
}
.navbar {
  display:flex;
  position:fixed;
  left:0;
  top:0;
  width:13%;
  background-color:#ffffff;
  padding:10px;
  padding-top:0;
  margin:0;
  border-radius:0 0 3px 0;
  box-shadow: 3px 3px 3px #4F4F4F;
  flex-direction:column;
  justify-content:flex-start;
}
.navbutton {
  height:50px;
  background-color:#007161;
  margin-top:10px;
  text-align:center;
  box-shadow: 1px 1px 2px;
  border-radius:3px;
}
.navtext {
  color:#ffffff;
  text-decoration:none;
  font-size:30px;
  line-height:50px;
  padding:0;
  margin:0;
  box-shadow: 1px 1px 2px;
  overflow:hidden;
}
.header {
  height:100px;
  background-color:#007161;
  box-shadow: 3px 3px 3px #4F4F4F;
  width:70%;
  margin-right:auto;
  margin-left:auto;
  margin-bottom: 25px;
  border-radius: 0 0 3px 3px;
  background-image: url("https://schoolwebsite5656.neocities.org/Final/Images/header.jpg");
  background-repeat:no-repeat;
  background-size:cover;
}
.headertext {
  font-size:75px;
  padding:0;
  margin:0;
  color:#ffffff;
  text-align:center;
  line-height:100px;
  text-shadow: -1px 0 1px black, 0 1px 1px black, 1px 0 1px black, 0 -1px 1px black;
  overflow:hidden;
}
.mainwrapper {
  min-height: calc(100vh - 205px);
}
.maincontent {
  background-color:#ffffff;
  box-shadow: 3px 3px 3px #4F4F4F;
  width:70%;
  margin-bottom:15px;
  margin-right:auto;
  margin-left:auto;
  border-radius: 3px 3px 3px 3px;
  padding:5px;
}
.footer {
  height:50px;
  background-color:#007161;
  box-shadow: 3px 3px 3px #4F4F4F;
  width:100%;
  padding-top:15px;
  margin-right:auto;
  margin-left:auto;
  border-radius:3px 3px 0 0;
  text-align:center;
}
.mainheader {
  background-color:#007161;
  box-shadow: 2px 2px 2px;
  border-radius:3px;
  color:#ffffff;
  padding:10px;
  margin:5px;
  overflow:hidden;
  font-size:35px;
}
.contentwrapper {
  background-color:#99C6BF;
  padding:5px;
  border-radius:3px;
  margin:10px 5px 5px 5px;
}
.clear {
  clear:both;
}
.mainimg {
  float:left;
  max-width:50%;
  max-height:50%;
  margin: 0 15px 15px 5px;
  border-radius:0 0 3px 0;
  border:3px solid #007161;
  box-shadow: 3px 3px 3px #4F4F4F;
}
.mainvid {
  float:left;
  max-height:50%;
  max-width:80%;
  margin: 0 15px 15px 5px;
  border-radius:0 0 3px 0;
  border:3px solid #007161;
  background-color:#007161;
  padding:0;
  box-shadow: 3px 3px 3px #4F4F4F;
}
.mainlist {
  overflow:hidden;
  list-style-type:disc;
}
.sublist {
  list-style-type:circle;
}
li {
  margin:5px;
  padding: 3px 0px 3px 0px;
  font-size:20px;
}
.mainpara {
  font-size:20px;
}
.maintable {
  font-size:20px;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  margin-bottom:10px;
  border-collapse:collapse;
}
th, td {
  padding:5px;
  border:1px solid black;
  background-color:#cad9e1;
}
th {
  font-size:25px;
}
td {
  text-align:center;
}
td::before {
  content:"• ";
}
.galimg {
  max-width:49%;
  margin:5px;
}
.gallery {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
}
.contactcard {
  width:45%;
}
@media (max-device-aspect-ratio:1/1) {
  .mainvid {
    float:none;
    max-width:90%;
    margin-left:auto;
    margin-right:auto;
    padding:5px;
    text-align:center;
  }
  .maincontent {
    width:95%;
  }
  .header {
    width:95%;
    height:200px;
  }
  .headertext {
    line-height:200px;
    font-size:150px;
  }
  .navbar {
  display:block;
  position:static;
  width:90%;
  background-color:#ffffff;
  padding:10px;
  margin-right:auto;
  margin-left:auto;
  margin-bottom:10px;
  border-radius:3px;
  flex-direction:column;
  justify-content:flex-start;
  }
  .navtext {
    font-size:100px;
    line-height:100px;
  }
  .navbutton {
    height:100px;
  }
  .maintable {
    font-size:35px;
  }
  th {
    font-size:45px;
  }
}