html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  color: #000 !important;
  background: #ebdbcf;
}

/* Header width */

#logo {
  width: 1180px;
  transition: width 0.5s ease-in-out;
}

/* Text Styling */

a {
  text-decoration: none;
  transition: all .3s;
}

a:hover {
  text-decoration: none;
}

p {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.no-hyphen {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

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

.text-theme {
  color: #cddaf4 !important;
}

.text-theme-md {
  color: #7dc8ff;
}

.text-theme-dk {
  color: #143282;
}

@media (min-width: 1200px) {
  .text-owner-p {
    font-size: 20px;
  }
}

.text-owner {
  font-family: 'Nothing You Could Do', serif;
  font-size: calc(25px + 1.5vw);
  line-height: 1.2;
}

@media (min-width: 576px) {
  .text-owner {
    font-size: 33px;
  }
}

@media (min-width: 768px) {
  .text-owner {
    font-size: 42px;
  }
}

@media (min-width: 1400px) {
  .text-owner {
    font-size: 47px;
  }
}

/* Heading Text Styling */

.title {
  font-family: 'Anton';
  color: #143282;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
}

@media (min-width: 992px) {
  .title {
    font-size: 50px;
  }
}

@media (min-width: 1200px) {
  .title {
    font-size: 58px;
  }
}

.subtitle {
  font-family: 'Anton';
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

@media (min-width: 576px) {
  .subtitle {
    font-size: 28px;
  }
}

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

@media (min-width: 992px) {
  .subtitle {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  .subtitle {
    font-size: 36px;
  }
}

/* Attention Text Styling */

.att-text {
  font-family: 'Roboto Condensed';
  font-size: 28px;
  line-height: 1.3;
}

@media (min-width: 576px) {
  .att-text {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .att-text {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .att-text {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  .att-text {
    font-size: 48px;
  }
}

@media (min-width: 1400px) {
  .att-text {
    font-size: 56px;
  }
}

.att-text-sub {
  font-size: 24px;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .att-text-sub {
    font-size: 27px;
  }
}

@media (min-width: 992px) {
  .att-text-sub {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .att-text-sub {
    font-size: 34px;
  }
}

@media (min-width: 1400px) {
  .att-text-sub {
    font-size: 40px;
  }
}

/* Slideshow Styling */

.slideshow-bg {
  background-image: url(../../assets/img/background-tan.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

/* Infobar Styling */

#infobar-wrapper {
  box-shadow: 0 0px 15px rgba(0,0,0,0.65);
  background: #001423;
  border-bottom: solid 10px #00416e;
  top: 0;
  z-index: 999;
}

/* To deal with the header height and the shrinking logo on scroll, which is why it's not visible */

#infobar-wrapper-spacer {
  background: #001423;
  border-bottom: solid 10px #00416e;
  position: sticky;
  top: 0;
  visibility: hidden;
}

/* Infobar Styling */

.header-wrapper {
  width: 100%;
  position: fixed;
  top: 64px;
  left: 0;
  z-index: -1;
}

@media (min-width: 768px) {
  .header-wrapper {
    top: 0;
  }
}

.infobar {
  font-weight: 600;
  border-bottom: solid 1px #000000;
  background: #052846;
  font-size: calc(6.5px + 2.5vw);
  padding: 15px 0px 10px 0px;
}

@media (min-width: 768px) {
  .infobar {
    padding: 9px 0px 7px 0px;
  }
}

@media (min-width: 576px) {
  .infobar {
    font-size: calc(10px + 1.5vw);
  }
}

@media (min-width: 768px) {
  .infobar {
    font-size: calc(9px + 1vw);
  }
}

@media (min-width: 992px) {
  .infobar {
    font-size: calc(11px + 1vw);
  }
}

@media (min-width: 1200px) {
  .infobar {
    font-size: 24px;
    font-weight: 700;
  }
}

#sched .active {
  color: #7dc8ff;
}

.divider {
  background: #00416e;
  width: 1px;
}

.infobar a {
  color: #fff;
  text-decoration: none;
  padding: 2px;
}

@media (min-width: 576px) {
  .infobar a {
    padding: 5px;
  }
}

.infobar a:hover {
  color: #7dc8ff;
  transition: all .3s;
}

.getStarted .btn {
  font-size: calc(11px + 1.1vw);
  line-height: 1.0;
  font-weight: 700;
  border-radius: 5px;
  text-shadow: 1px 1px #000;
  padding: 10px 14px 9px 14px;
  margin: 2px 0px;
}

@media (min-width: 768px) {
  .getStarted .btn {
    padding: 8px 10px 9px 7px;
  }
}

@media (min-width: 992px) {
  .getStarted .btn {
    font-size: calc(11px + 1.1vw);
    padding: 10px 20px 9px 16px;
  }
}

@media (min-width: 1200px) {
  .getStarted .btn {
    font-size: 24px;
  }
}

.touch-icon {
  position: relative;
  bottom: -1px;
  font-size: 20px;
}

/* Get Started Infobar Mobile Button */

.get-started-mobile-wrapper {
  background: #052846;
  border-bottom: solid 1px #000000;
  position: relative;
  width: 100%;
}

.get-started-mobile-wrapper .btn {
  box-shadow: none;
  width: 100%;
  text-shadow: 1px 1px 1px #000;
  font-size: 24px;
  line-height: 1;
  padding: 9px 6px 7px 2px;
  border-radius: 0;
  border: none;
}

.get-started-mobile-wrapper .btn:hover {
  transition: all .5s;
}

/* Color block underneath infobar when modal or offcanvas opens to fill 15 px gap on right */

.get-started-mobile-wrapper-under {
  background: #0a42ff;
  border-bottom: solid 1px #000000;
  padding: 12px 0;
  width: 100%;
  position: fixed;
  left: 0;
  height: 41px;
  top: 0;
  z-index: -1;
}

@media (min-width: 768px) {
  .get-started-mobile-wrapper-under {
    background: #052846;
    height: 59px;
    border-bottom: none;
  }
}

@media (min-width: 1200px) {
  .get-started-mobile-wrapper-under {
    height: 63px;
  }
}

/* Button Styling */

.btn-primary {
  text-shadow: 1px 1px 1px #000;
  border: none;
  border-radius: 5px;
  --bs-btn-color: #fff;
  --bs-btn-bg: #0a42ff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0b5ed7;
}

.special-btn {
  border: solid 1px #2f5eff;
  border-radius: 6px;
  padding: 10px 15px;
  line-height: 1.2;
  font-size: calc(15px + 3vw);
}

@media (min-width: 992px) {
  .special-btn {
    padding: 10px 25px;
    font-size: 46px;
  }
}

.responsive-btn {
  padding: .5rem 1rem;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 5px;
}

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

/* Special Offer */

#offer .headline {
  font-family: 'Anton';
  font-size: calc(2px + 9vw);
  line-height: 1.2;
}

@media (min-width: 576px) {
  #offer .headline {
    font-size: 54px;
  }
}

@media (min-width: 992px) {
  #offer .headline {
    font-size: 74px;
  }
}

@media (min-width: 1200px) {
  #offer .headline {
    font-size: 90px;
  }
}

#offer .bodycopy {
  font-family: 'Anton';
  font-size: calc(2px + 7vw);
}

@media (min-width: 576px) {
  #offer .bodycopy {
    font-family: 'Anton';
    font-size: 43px;
    line-height: 1.2;
  }
}

@media (min-width: 768px) {
  #offer .bodycopy {
    font-family: 'Anton';
    font-size: 38px;
    line-height: 1.3;
  }
}

@media (min-width: 992px) {
  #offer .bodycopy {
    font-size: 50px;
  }
}

@media (min-width: 1200px) {
  #offer .bodycopy {
    font-size: 63px;
  }
}

@media (min-width: 1400px) {
  #offer .bodycopy {
    font-size: 66px;
  }
}

#offer .sub-copy {
  font-size: 19px;
}

@media (min-width: 992px) {
  #offer .sub-copy {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  #offer .sub-copy {
    font-size: 24px;
  }
}

@media (min-width: 1400px) {
  #offer .sub-copy {
    font-size: 26px;
  }
}

#offer .btn {
  border: solid 1px #2f5eff;
  border-radius: 5px;
  padding: 8px 20px;
  font-size: calc(2px + 6vw);
}

@media (min-width: 576px) {
  #offer .btn {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  #offer .btn {
    font-size: 36px;
  }
}

.special-bg {
  background-image: none;
  background: linear-gradient(#052846, #143282 50%, #052846 100%);
}

.special-bg-sword {
  background-image: none;
  background: linear-gradient(#052846, #143282 50%, #052846 100%);
}

@media (min-width: 768px) {
  .special-bg-sword {
    background: #143282;
    background-image: url('../../assets/img/sword-students-special.jpg');
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
  }
}

@media (min-width: 768px) {
  .special-bg {
    background: #143282;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  .special-bg::before, .special-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    transition: opacity 1s ease-in-out;
    z-index: -1;
    border-radius: 8px;
  }
}

@media (min-width: 768px) {
  .special-bg::before {
    background-image: url('../../assets/img/special-bg-kids.jpg');
    opacity: 1;
    animation: crossfade-before 8s infinite;
  }
}

@media (min-width: 768px) {
  .special-bg::after {
    background-image: url('../../assets/img/special-bg-adults.jpg');
    opacity: 0;
    animation: crossfade-after 8s infinite;
  }
}

@keyframes crossfade-before {
  0%, 25% {
    opacity: 1;
  }
  50%, 75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes crossfade-after {
  0%, 25% {
    opacity: 0;
  }
  50%, 75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Testimonials */

#maQuote p {
  font-size: 17px;
  font-family: 'Roboto Condensed';
  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;
}

#maQuote .bubble {
  position: relative;
  padding: 20px;
  width: auto;
  border-radius: 12px;
  background: #143282;
}

#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: -19px;
  width: 0;
  height: 0;
  content: "\0020";
  border: solid 20px transparent;
  border-bottom: 0;
  border-top-color: #143282;
  overflow: hidden;
  z-index: 2;
}

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

/* Misc */

.bg-theme-dk {
  background: rgb(20,50,130);
}

.shadow-dk {
  box-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

.shadow-lt {
  box-shadow: 0 2px 15px rgba(0,0,0,0.3);
}

.table {
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color-translucent);
  margin-bottom: 0;
}

.fa-ul {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
}

@media (min-width: 576px) {
  .fa-ul {
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
  }
}

.fa-li {
  color: #143282;
}

.promise-list {
  line-height: 24px;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .promise-list {
    line-height: 28px;
    margin-bottom: 10px;
  }
}

.x-img {
  margin-top: -4px;
}

.x-img:hover {
  filter: invert(100%);
}

/* Scroll margins */

.s-margin {
  scroll-margin-top: calc(140px + 20vw);
}

@media (min-width: 576px) {
  .s-margin {
    scroll-margin-top: calc(150px + 19vw);
  }
}

@media (min-width: 768px) {
  .s-margin {
    scroll-margin-top: calc(240px + 2vw);
  }
}

@media (min-width: 992px) {
  .s-margin {
    scroll-margin-top: 255px;
  }
}

/* Contact Us Page Form Styling */

#contactForm .no-spam-text {
  font-size: 14px;
}

#contactForm {
  background: #ebdbcf;
}

#contactForm .get-started-fields {
  width: 90%;
  margin: 10px auto;
  display: block;
  border: none;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 8px;
  background: #eee;
  border: 0;
  border: 1px solid transparent;
  box-shadow: inset 0 2px 3px rgb(0 0 0 / 10%);
}

#contactForm .get-started {
  color: #ffffff;
  padding: 8px 15px;
  margin-top: 10px;
  background-color: #0a42ff;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  border: none;
  border-radius: 5px;
  transition: all .3s;
  margin-bottom: 10px;
  text-shadow: .5px .5px 3px #000;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}

#contactForm .get-started:hover {
  background-color: #2F5EFF;
  transition: all .3s;
}

