/* Scss Document */
html, body {
  margin: 0;
  font-family: "Khula", sans-serif;
}

.container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.navigation {
  width: 100%;
  height: 70px;
  background-color: #2886E5;
  position: relative;
  z-index: 1;
  position: fixed;
  z-index: 999999;
}
.navigation:after {
  background: inherit;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.navigation:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 100%;
}
.navigation.scrolled:after {
  transform: skewY(0);
}
.navigation:after {
  transition: transform 0.25s;
}
.navigation .container {
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
  height: 70px;
}
.navigation a {
  font-size: 1.1rem;
  padding: 0.5rem;
  margin-left: 0.5rem;
  text-decoration: none;
  color: white;
}
.navigation a:hover {
  text-shadow: 0px 0px 1px white;
}
@media (max-width: 700px) {
  .navigation a {
    display: none;
  }
}
.navigation .hamburger {
  padding: 0;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}
@media (max-width: 700px) {
  .navigation .hamburger {
    display: block;
  }
}
.navigation .logo {
  height: 3rem;
  margin-right: auto;
}

.mobile-nav {
  background-color: #2886E5;
  position: fixed !important;
  z-index: 9999 !important;
  width: 100%;
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: visiblity 0.25s, opacity 0.25s;
}
.mobile-nav:after {
  background: inherit;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.mobile-nav:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 100%;
}
.mobile-nav.is-open {
  opacity: 100;
  visibility: visible;
}
.mobile-nav .container {
  margin-top: 70px;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
.mobile-nav .container a {
  color: white;
  text-align: center;
  padding: 1rem;
  text-decoration: none;
  font-size: 1.2rem;
}
.mobile-nav .container a:hover {
  text-shadow: 0px 0px 1px white;
}

.seventy-px-spacer {
  height: 70px;
  width: 100%;
  display: block;
}

.header {
  background: linear-gradient(#2886e5d4, #2886e5), url("../img/site-header.jpg");
  background-size: cover;
  background-position: 70% 20%;
  height: 90vh;
  width: 100%;
}
.header .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.header .container h1 {
  color: white;
}
@media (max-width: 700px) {
  .header .container h1 {
    font-size: 3rem;
  }
}
@media (max-width: 320px) {
  .header .container h1 {
    font-size: 2rem;
  }
}
.header .container .logo {
  width: 50%;
}
.header .container p {
  color: white;
  font-size: 1.3rem;
}

.mission {
  width: 100%;
  background-color: white;
  color: #2886E5;
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.mission:before {
  background: inherit;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.mission:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}
.mission:after {
  background: inherit;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.mission:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 100%;
}
.mission h2 {
  text-align: center;
}
.mission p {
  font-size: 1.4rem;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.team {
  width: 100%;
  background-color: #2886E5;
  color: white;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.team .team-member {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.team .team-member.left {
  flex-direction: row-reverse;
}
@media (max-width: 700px) {
  .team .team-member.left {
    flex-direction: column-reverse;
  }
}
@media (max-width: 700px) {
  .team .team-member {
    flex-direction: column-reverse;
  }
}
.team .team-member .description {
  flex: 1;
}
.team .team-member .description p {
  font-size: 1.2rem;
}
.team .team-member .description .name {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1;
}
.team .team-member .description .school {
  font-size: 1.4rem;
}
.team .team-member .photo-right {
  padding-left: 2rem;
}
@media (max-width: 700px) {
  .team .team-member .photo-right {
    padding: 0;
  }
}
.team .team-member .photo-left {
  padding-right: 2rem;
}
@media (max-width: 700px) {
  .team .team-member .photo-left {
    padding: 0;
  }
}
.team .team-member img {
  border-radius: 100%;
  width: 275px;
}
@media (max-width: 320px) {
  .team .team-member img {
    width: 200px;
  }
}
.team .team-member .key-photo img {
  width: 350px;
}
@media (max-width: 320px) {
  .team .team-member .key-photo img {
    width: 200px;
  }
}

.services {
  background-color: white;
  color: #2886E5;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.services:before {
  background: inherit;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.services:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}
.services h2 {
  text-align: center;
}
.services .services-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.services .services-content .service {
  width: 45%;
}
@media (max-width: 700px) {
  .services .services-content .service {
    width: 100%;
  }
}
.services .services-content .service .align-text-center {
  text-align: center;
}

.classes {
  background-color: #2886E5;
  color: white;
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.classes:after {
  background: inherit;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.classes:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}
.classes:before {
  background: inherit;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.classes:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100% 0;
}
.classes h2 {
  text-align: center;
}
.classes p {
  text-align: center;
  font-size: 1.1rem;
}
.classes .classes-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.classes .classes-content .class {
  width: 45%;
  padding: 1rem 0;
}
@media (max-width: 700px) {
  .classes .classes-content .class {
    width: 100%;
  }
}
.classes .classes-content .class p {
  font-size: 1rem;
  text-align: left;
}
.classes .classes-content .class p.no-padding {
  margin-top: 0;
}
.classes .classes-content .class h4 {
  margin: 0;
}

.facility {
  background-color: white;
  color: #2886E5;
  width: 100%;
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  text-align: center;
}
.facility:after {
  background: inherit;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.facility:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 100%;
}
.facility:before {
  background: inherit;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.facility:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}

.facility-image {
  width: 100%;
  height: auto;
  padding: 0;
  margin-bottom: -1rem;
}
.facility-image img {
  width: 100%;
}

.facility-divider {
  background-color: #222;
  color: white;
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
}
.facility-divider:after {
  background: inherit;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.facility-divider:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 100%;
}
.facility-divider:before {
  background: inherit;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.facility-divider:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}

.contact {
  background-color: #2886E5;
  color: white;
  position: relative;
  z-index: 1;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.contact:before {
  background: inherit;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.contact:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}
.contact h2 {
  line-height: 0.6;
}
.contact h2 small {
  padding-left: 0.5rem;
}
.contact form {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
}
.contact .action-row {
  flex-direction: column;
  justify-content: right;
  text-align: right;
  margin-top: 1rem;
}
.contact .action-row .g-recaptcha {
  float: right;
}
.contact .action-row .submit-button {
  float: right;
}
@media (max-width: 700px) {
  .contact .action-row .submit-button {
    width: 100%;
  }
}
.contact .action-row .submit-button input {
  float: right;
}
.contact .form-row {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 700px) {
  .contact .form-row {
    flex-direction: column;
    align-items: center;
  }
}
.contact .g-recaptcha {
  margin-top: 1rem;
}
.contact .input {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-right: 1rem;
  margin-top: 1rem;
  width: 100%;
}
@media (max-width: 700px) {
  .contact .input {
    padding: 0;
  }
}
.contact .input:last-child {
  padding: 0;
}
.contact .input label {
  display: block;
}
.contact .input input {
  height: 2rem;
  border: 1px solid #2886E5;
  font-size: 1.1rem;
  font-weight: 300;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #2886E5;
  font-family: "Khula", sans-serif;
}
.contact .input textarea {
  height: 8rem;
  border: 1px solid #2886E5;
  font-size: 1.1rem;
  font-weight: 300;
  padding: 0.5rem;
  color: #2886E5;
  font-family: "Khula", sans-serif;
}

.footer {
  background-color: white;
  position: relative;
  z-index: 1;
  color: #2886E5;
}
.footer:before {
  background: inherit;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.footer:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}
.footer .container {
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: row;
}
.footer .container .left {
  flex: 1;
  text-align: left;
}
.footer .container .right {
  flex: 1;
  text-align: right;
}
.footer .container .right a {
  color: #2886E5;
}

h1 {
  font-weight: 800;
  font-size: 4rem;
  line-height: 1.2;
}

h2 {
  text-transform: uppercase;
  font-size: 6rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 0.9;
}
@media (max-width: 700px) {
  h2 {
    font-size: 4rem;
  }
}
@media (max-width: 320px) {
  h2 {
    font-size: 3rem;
  }
}
h2 small {
  font-weight: 400;
  font-size: 3rem;
  margin-bottom: -1rem;
}
@media (max-width: 700px) {
  h2 small {
    font-size: 2rem;
  }
}
@media (max-width: 320px) {
  h2 small {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
}

.anchor {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}

#success-message {
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  font-size: 1.5rem;
}

.button {
  padding: 0.9rem 1.75rem;
  background-color: #2886E5;
  color: white;
  text-decoration: none;
  padding-top: 1.2rem;
  font-size: 1.2rem;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: none;
}
.button.light {
  background-color: white;
  color: #2886E5;
}
.button.light:hover {
  background-color: #e6e6e6;
}
.button:hover {
  background-color: #1a79d9;
}
@media (max-width: 700px) {
  .button {
    display: block;
  }
}

input.button {
  padding: 0 1.75rem;
  height: 4.5rem;
}