.home-link {
  display: block;
  width: 100%;
}

.lessons-camps-section {
  padding-top: 25px;
  padding-bottom: 50px;
}

h1 {
  color: #60adab;
  line-height: 0.75;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 25px;
  letter-spacing: 10px;
}

h1 span {
  display: block;
  margin-top: 10px;
  font-size: 1rem;
}

.link-container {
  margin-bottom: 25px;
}

.link-container a {
  font-size: 18px;
  font-weight: 600;
  margin-right: 40px;
}

.link-container a:hover {
  color: #60adab;
  border-bottom: 1px solid #60adab;
}

.link-container a i {
  font-size: 14px;
}

span.highlight {
  color: #60adab;
}

span.bold {
  font-weight: 600;
}

video.main-featured-video {
  height: 450px;
  width: 900px;
  box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 25%);
}

.main-side h2 {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 5px;
}

.main-side h3 {
  color: #60adab;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.main-side .locations-container {
  display: flex;
}

.main-side .locations-container .location {
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.main-side .locations-container .location:first-of-type {
  border-right: 5px solid #60adab;
}

.button-container a {
  display: block;
}

.button-container a:first-of-type {
  margin-bottom: 10px;
}

.social-media-overlay {
  margin-bottom: 15px;
}

@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 28px;
  }

  h4 {
    font-size: 18px;
  }

  .casely-logo {
    width: 75px;
  }

  .main-side h2 {
    font-size: 16px;
  }

  .main-side h3 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 576px) {
  h1 {
    font-size: 21px;
    letter-spacing: 5px;
  }

  h1 span {
    font-size: 10px;
  }

  video.main-featured-video {
    height: 250px;
  }

  .main-side h3 {
    line-height: 1.75;
  }

  .main-side .locations-container .location {
    padding: 10px;
  }

  h4 {
    font-size: 15px;
  }

  .link-container a {
    font-size: 16px;
    font-weight: 600;
    margin-right: 30px;
  }

  p.address {
    font-size: 14px;
  }

  .casely-logo {
    width: 50px;
  }
}

/* ============================= */
/* CAMP SCHEDULE */
/* ============================= */

.schedule {
  padding-top: 50px;
}

.schedule .headline-container {
  border-top: 5px solid #60adab;
  border-bottom: 5px solid #60adab;
  padding: 10px;
  margin-bottom: 25px;
}

.schedule .headline-container h2 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 0;
}

.schedule .headline-container h3 {
  font-size: 24px;
  letter-spacing: 3px;
  margin-bottom: 0;
}

.schedule .time-block {
  display: flex;
  margin-bottom: 25px;
}

.schedule .time-block p.time {
  width: 20%;
  border-right: 3px solid #60adab;
}

.schedule .time-block p.description {
  padding-left: 12.5px;
  padding-right: 12.5px;
  width: 80%;
}

.schedule .time-block p.description span.small-text {
  color: #60adab;
  font-size: 14px;
  font-style: italic;
  display: block;
}

.schedule .time-block p.description span.break {
  border-top: 1px solid #60adab;
  border-bottom: 1px solid #60adab;
  color: #60adab;
  display: block;
  width: 90%;
  margin: auto;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.schedule .other-information-block {
  border-top: 5px solid #60adab;
  border-bottom: 5px solid #60adab;
  padding-top: 25px;
  padding-bottom: 25px;
}

.schedule .other-information-block h4 {
  font-size: 18px;
}

.schedule .other-information-block p {
  font-size: 14px;
}

@media only screen and (max-width: 1600px) {
  .schedule .headline-container h3 {
    font-size: 18px;
  }

  .schedule .time-block p.description {
    font-size: 14px;
  }
}

@media only screen and (max-width: 576px) {
  .schedule .other-information-block p {
    font-size: 12px;
  }
}

/* ============================= */
/* FOOTER */
/* ============================= */

footer {
  position: initial;
}

footer {
  bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-top: 1px solid #e6e6e6;
}

@media only screen and (max-width: 768px) {
  .button-container a.btn-links {
    max-width: 375px;
    font-size: 12px;
  }
}
