body {
  padding: 0px;
  margin: 0px;
  font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
  background-color: gray;
  font-family: "Open Sans", sans-serif;
}

#home {
  height: 100vh;
  width: 100%;
  background-image: url("/home-bg-min.jpg");
  background-size: cover;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#home-logo {
  height: 300px;
  width: auto;
}

#about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: grey;
  height: 120vh;
  width: 100%;
}

#inner-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}

#inner-about-img {
  height: 311px;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 10px;
  border-radius: 20px;
  margin-bottom: 25px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#about-header {
  text-align: center;
  margin-top: 30px;
}

.section-grid {
  -ms-grid-column: 6;
  -ms-grid-column-span: 3;
  grid-column: 6 / 9;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

#inner-about-content {
  font-size: 1.1em;
  width: 60%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #747474;
  border-radius: 20px;
  padding: 15px;
}

#promo {
  padding: 0;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  background-color: grey;
}

.header {
  font-family: "Montserrat", sans-serif;
  font-size: 2em;
  width: 100%;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: center;
}

.p-margin {
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 50px;
}

#goals {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 20px;
  background-color: #646464;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.1em;
}

#inner-goals {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.iframe-vid {
  display: block;
  margin: 0 auto;
  width: 640px;
  margin-top: 50px;
  max-width: 640px;
}

#startsymq {
  background-color: #5c5c5c;
}

#register-btn {
  background-color: #ffc439;
  border: 0.5px black solid;
  font-size: 1.2em;
  display: block;
  margin-top: 20px;
}

#register-btn:hover {
  background-color: #ffd36c;
}

#moodle-img {
  height: 150px;
  width: auto;
  display: block;
  margin-top: 20px;
}

.new-page {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contact {
  background-color: #444444;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}

#inner-contact {
  width: 80%;
  height: 100%;
  overflow-y: hidden;
}

.contact-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.coach-img {
  border-radius: 10px;
  max-width: 235px;
  height: auto;
  margin-bottom: 10px;
  width: 100%;
}

.contact-cards-details {
  text-align: left;
}

#contact-header {
  text-align: center;
  margin-bottom: 70px;
}

#sources {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 25px 20px 45px;
  grid-template-rows: 25px 20px 45px;
  padding: 5px;
}

#community {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.coach-names {
  margin: 0;
  width: 100%;
  text-align: left;
}

@media (max-width: 1240px) {
  #inner-about {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #inner-about-image {
    margin: 50px;
  }
}

@media (max-width: 1240px) {
  #inner-about-image {
    margin: 50px;
    height: 165px;
  }
}

@media (max-width: 1240px) {
  #inner-about-content {
    width: 100%;
  }
}

@media (max-width: 1240px) {
  .contact-cards {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact-cards-details {
    text-align: center;
  }
}

@media (max-width: 1240px) {
  .coach-names {
    text-align: center;
  }
}

@media (max-width: 1240px) {
  #about {
    height: 120vh;
  }
}

@media (max-width: 360px) {
  #inner-about-img {
    height: 270px;
  }
}

@media (max-width: 686px) {
  .iframe-vid {
    width: 300px;
  }
}

@media (max-width: 686px) {
  p {
    line-height: 1.6em;
  }
}

/*# sourceMappingURL=style.css.map */