html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Roboto Condensed';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  background: #ffffff;
  color: #000;
}

.spacer {
  height: 182px;
}

@media (min-width: 576px) {
  .spacer {
    height: 196px;
  }
}

@media (min-width: 768px) {
  .spacer {
    height: calc(134px + 2vw);
  }
}

@media (min-width: 992px) {
  .spacer {
    height: calc(114px + 4vw);
  }
}

@media (min-width: 1400px) {
  .spacer {
    height: 170px;
  }
}

/* Text Styling & Theme Styling */

a {
  color: #c80000;
  text-decoration: none;
  text-shadow: none;
}

a:hover {
  color: #ff0000;
  text-decoration: none;
  text-shadow: none;
}

p {
  font-size: 18px;
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media (min-width: 992px) {
  p {
    font-size: 19px;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .list-two-columns {
    column-count: 2;
    column-gap: 40px;
  }
}

.program-text {
  color: #ff0000;
  font-size: calc(1.325rem + .9vw);
  line-height: 1.2;
  margin-bottom: 5px;
}

@media (min-width: 1600px) {
  .program-text {
    font-size: 36px;
  }
}

.text-theme {
  color: #ff0000;
}

.text-shadow {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.55);
}

.signature-hp {
  font-size: 30px;
  font-family: 'Nothing You Could Do';
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: solid 2px #ff0000;
}

.bg-theme {
  background: rgb(225,225,225);
}

.bg-theme-dk {
  background: #ff0000;
}

.svg-drop-shadow {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 1));
}

.svg-drop-shadow-light {
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .6));
}

.athletic-carousel-width {
  max-width: 388px;
}

.carousel-indicators {
  bottom: -10px;
}

.tighten-text {
  letter-spacing: -.1px;
}

span.keep-together {
  display: inline-block;
  white-space: nowrap;
  min-width: fit-content;
}

.text-justify-xs {
  text-align: left;
}

@media (min-width: 576px) {
  .text-justify-xs {
    text-align: justify;
  }
}

.divider-drop-shadow {
  filter: drop-shadow(0px -4px 6px rgba(0, 0, 0, .4));
  clip-path: inset(-30px 0px 0px -0px);
  margin-bottom: -1px;
  z-index: -10;
}

/* Button Styling */

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ff0000;
  --bs-btn-border-color: #ff0000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c80000;
  --bs-btn-hover-border-color: #c80000;
  --bs-btn-focus-shadow-rgb: 225,83,97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c80000;
  --bs-btn-active-border-color: #ff0000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #930000;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-responsive {
  padding: .5rem 1rem;
  font-size: calc(8px + 2.5vw);
  line-height: 1.5;
  border-radius: 5px;
}

@media (min-width: 576px) {
  .btn-responsive {
    font-size: 22px;
  }
}

/* Large Signup Button on Bottom of Pages */

#signup-but .btn {
  color: white;
  background-color: #ff0000;
  text-shadow: 1px 1px 1px #000;
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  border-radius: 5px !important;
  transition: all .7s !important;
  border: none;
}

@media (min-width: 576px) {
  #signup-but .btn {
    font-size: calc(18px + 2.2vw);
  }
}

@media (min-width: 1600px) {
  #signup-but .btn {
    font-size: 52px;
  }
}

#signup-but .btn:hover, #signup-but .btn:focus {
  color: #fff;
  background-color: #c80000 !important;
  transition: all .7s !important;
  transform: scale(1.05,1.05) !important;
}

/* Beach Training Video Styling */

.vid-wrapper {
  max-width: 324px;
}

@media (min-width: 768px) {
  .vid-wrapper {
    width: 324px;
  }
}

/* Pullquote on About School Page */

@media (max-width: 575px) {
  .pullquote-cont {
    width: calc(300px + 5vw);
  }
}

/* Benefits List */

.benefits-list {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  margin-left: 35px;
}

.benefits-list li {
  margin-bottom: 10px;
}

.benefits-list .fa-li {
  position: absolute;
  left: -30px;
  width: 20px;
  top: -1px;
}

@media (min-width: 768px) {
  .benefits-list {
    font-size: 20px;
  }
}

/* Link list */

.link-list {
  font-size: 20px;
  line-height: 1.3;
  margin-left: 30px;
}

.link-list li {
  margin-bottom: 8px;
}

.link-list a {
  color: #c80000;
  transition: .3s;
}

.link-list a:hover {
  color: #ff0000;
  transition: .3s;
}

.link-list .fa-li {
  font-size: 20px;
  position: absolute;
  left: -26px;
  padding-right: 30px;
  width: 20px;
  top: 0px;
}

/* Testimonials */

#maQuote p {
  font-size: 16px;
  font-family: 'Open Sans';
  font-weight: 400;
  text-align: justify;
  color: #000;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media (min-width: 576px) {
  #maQuote p {
    font-size: 18px;
  }
}

#maQuote .testimonial {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  #maQuote .testimonial.progs {
    width: 90%;
  }
}

#maQuote .testimonial::before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: url("../../assets/img/quote.svg");
  z-index: 1;
  transform: scale(.8);
  opacity: .15;
  filter: invert(100%) contrast(0%);
}

#maQuote .bubble {
  position: relative;
  padding: 20px;
  width: auto;
  border-radius: 12px;
  background: #e0e0e0;
  border: 4px solid rgba(200,0,0,0.2);
}

#maQuote .bubble p {
  position: relative;
  z-index: 2;
}

#maQuote .bubble p:last-child {
  margin-bottom: 0;
}

#maQuote .bubble:before, .bubble:after {
  display: block;
  position: absolute;
  right: 66px;
  bottom: -18px;
  width: 0;
  height: 0;
  content: "\0020";
  border: solid 20px transparent;
  border-bottom: 0;
  border-top-color: #e0e0e0;
  overflow: hidden;
  z-index: 2;
}

#maQuote .bubble:before {
  bottom: -24px;
  border-top-color: rgba(200,0,0,0.2);
  z-index: 1;
}

#maQuote .bubble-sig {
  position: relative;
  margin-top: 30px;
  margin-right: 3em;
  text-align: right;
  line-height: 1.2;
}

/* Misc Styling */

#baguetteBox-overlay .full-image img {
  border-radius: 5px;
}

