html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #f0f0f0;
  text-align: justify;
  background-color: #000423;
  background-image: url(../../assets/img/body-bg.jpg);
  background-repeat: repeat-y;
  background-position: top, center;
  background-attachment: fixed;
  background-size: 100%;
}

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

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

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

/* Header Styling */

.header-wrapper {
  border-bottom: 1px solid #000;
}

.logo-wrapper {
  position: absolute;
  z-index: 5;
}

.logo-wrapper-inner {
  position: absolute;
  top: 15px;
  left: 334px;
}

@media (min-width: 992px) {
  .logo-wrapper-inner {
    position: absolute;
    margin-top: 14px;
    left: 462px;
  }
}

@media (min-width: 1200px) {
  .logo-wrapper-inner {
    margin-top: 14px;
    left: 604px;
  }
}

@media (min-width: 1400px) {
  .logo-wrapper-inner {
    margin-top: 4px;
    left: 732px;
  }
}

.logo-wrapper-inner img {
  width: 327px;
  height: auto;
}

@media (min-width: 992px) {
  .logo-wrapper-inner img {
    width: 415px;
  }
}

@media (min-width: 1200px) {
  .logo-wrapper-inner img {
    width: 422px;
  }
}

@media (min-width: 1400px) {
  .logo-wrapper-inner img {
    width: 450px;
  }
}

#carousel-1.carousel-fade .carousel-item {
  transition: opacity 3s ease-in-out;
}

/* This provides the spacing on top for the Navigation and the shadow around the content */

.shadow-wrapper {
  background: rgba(0,0,0,0.5);
  background: linear-gradient(to right, rgba(10,10,40,0.5) 0%, rgba(0,0,10,0.5) 15%, rgba(0,0,10,0.5) 85%, rgba(10,10,40,0.5) 100%);
  box-shadow: 0px 0px 60px #000, 0px 0px 30px #000;
  padding-top: 174px;
  overflow: auto;
}

@media (min-width: 768px) {
  .shadow-wrapper {
    padding-top: 148px;
  }
}

@media (min-width: 992px) {
  .shadow-wrapper {
    padding-top: 151px;
  }
}

@media (min-width: 1400px) {
  .shadow-wrapper {
    padding-top: 113px;
  }
}

/* Colors */

.bg-theme {
  background: rgba(0,30,100,0.5);
}

hr {
  margin-top: .5rem;
  margin-bottom: .5rem;
  border: 0;
  border-top: 2px solid rgba(255,255,255,0.5);
}

@media (min-width: 576px) {
  hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 1px solid rgb(255,255,255);
  }
}

/* Text Styling */

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

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

.text-shadow-no {
  text-shadow: none;
}

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

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

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

p {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-shadow: 1px 1px 2px #000, 0px 0px 2px #000;
}

.text-blue {
  color: #5aa0ff !important;
}

.text-gold {
  color: #ffbf00 !important;
}

.touch-icon {
  height: 23px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .touch-icon {
    height: clamp(18px, 2vw, 22px);
    margin-bottom: 2%;
  }
}

a {
  text-decoration: none;
  transition: color .3s ease-in-out;
  word-break: break-word;
  overflow-wrap: anywhere;
}

a:hover {
  text-decoration: none;
  transition: color .3s ease-in-out;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 1px 1px 2px #000;
}

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

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

.att-text {
  font-family: 'Roboto Condensed';
  font-size: calc(20px + 2.6vw);
  line-height: 1.2;
  font-weight: 700;
}

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

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

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

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

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

.att-text-sm {
  font-family: 'Roboto Condensed';
  font-size: calc(20px + 3vw);
  line-height: 1.2;
  font-weight: 700;
}

@media (min-width: 576px) {
  .att-text-sm {
    font-size: calc(26px + 2vw);
  }
}

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

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

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

.att-text-sub {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 24px;
}

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

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

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

.text-animals {
  font-family: 'Julee';
  font-size: clamp(34px, 8vw, 40px);
  line-height: 120%;
  text-shadow: 1px 1px 2px #000, 0px 0px 2px #000;
}

@media (min-width: 992px) {
  .text-animals {
    font-size: clamp(40px, 3vw, 46px);
  }
}

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

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

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

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

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

.text-discover {
  font-size: 36px;
  line-height: 1.2;
}

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

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

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

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

.ninja-eyes {
  width: clamp(90px, 15vw, 120px);
  height: auto;
  aspect-ratio: 120 / 70;
}

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

/* Benefits List */

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

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

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

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

/* Misc Styling */

.responsive-image {
  width: clamp(130px, 20vw, 300px);
  height: auto;
  aspect-ratio: 300 / 605;
}

.responsive-image-2 {
  width: clamp(140px, 26vw, 300px);
  height: auto;
  aspect-ratio: 300 / 476;
}

.responsive-image-3 {
  width: clamp(150px, 26vw, 220px);
  height: auto;
  aspect-ratio: 56 / 100;
}

.responsive-image-4 {
  width: clamp(150px, 30vw, 390px);
  height: auto;
  aspect-ratio: 390 / 283;
}

.sm {
  scroll-margin: 185px;
}

@media (min-width: 768px) {
  .sm {
    scroll-margin: 150px;
  }
}

@media (min-width: 992px) {
  .sm {
    scroll-margin: 160px;
  }
}

@media (min-width: 1400px) {
  .sm {
    scroll-margin: 120px;
  }
}

.flip-x {
  transform: scaleX(-1);
}

.flip-y {
  transform: scaleY(-1);
}

.social-networks a {
  font-size: 32px;
  color: #fff;
  padding: 0 8px;
  transition: 0.3s;
}

.social-networks a:hover {
  text-decoration: none;
}

.facebook:hover {
  color: #007bff;
}

.youtube:hover {
  color: #ff0000;
}

.instagram:hover {
  color: #ff00e6;
}

.tiktok:hover {
  filter: drop-shadow(2px 2px 0px rgb(246 43 84 / 1)) drop-shadow(-1.5px -1.5px 0px rgb(36 237 232 / 1));
}

.table-width {
  max-width: 400px;
}

.pull-quote {
  margin: 1rem 1.5rem;
  padding-left: 1rem;
  border-left: 3px solid currentColor;
  font-style: italic;
}

.instructor .title {
  text-transform: uppercase;
  font-weight: bold;
  color: #8e8e8e;
  letter-spacing: 2px;
  font-size: 15px;
}

.instructor .instructor-cont {
  border: 1px solid #007bff;
  overflow: auto;
  background: #141414;
}

.vid-wrapper {
  width: 100%;
  max-width: 664px;
  aspect-ratio: 16 / 9;
  background-color: #000;
  border-radius: 8px;
  position: relative;
}

.vid-wrapper::before {
  content: "Video Placeholder";
  color: #aaa;
  font-size: 1rem;
  font-family: sans-serif;
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #555;
  border-radius: inherit;
  pointer-events: none;
}

.vid-wrapper:has(lite-youtube) {
  background-color: transparent;
}

.vid-wrapper:has(lite-youtube)::before {
  display: none;
}

.vid-wrapper.ratio-4x3 {
  aspect-ratio: 4 / 3;
}

.vid-wrapper.ratio-4x3-adjusted {
  aspect-ratio: 100/73.5;
}

@media (min-width: 992px) {
  .vid-wrapper {
    max-width: 480px;
  }
}

@media (min-width: 1200px) {
  .vid-wrapper {
    max-width: 500px;
  }
}

@media (min-width: 1400px) {
  .vid-wrapper {
    max-width: 560px;
  }
}

/* Carousel Styling */

#carousel-about .carousel-control-next, .carousel-control-prev {
  width: 10%;
  height: 68VW;
}

@media (min-width: 576px) {
  #carousel-about .carousel-control-next, .carousel-control-prev {
    width: 8%;
    height: 92%;
  }
}

@media (min-width: 768px) {
  #carousel-about .carousel-control-next, .carousel-control-prev {
    height: 94%;
  }
}

@media (min-width: 992px) {
  #carousel-about .carousel-control-next, .carousel-control-prev {
    height: 92%;
  }
}

@media (min-width: 1400px) {
  #carousel-about .carousel-control-next, .carousel-control-prev {
    height: 94%;
  }
}

#carousel-about .carousel-control-next-icon, #carousel-about .carousel-control-prev-icon {
  background-image: none;
  font-size: 32px;
}

@media (min-width: 576px) {
  #carousel-about .carousel-control-next-icon, #carousel-about .carousel-control-prev-icon {
    font-size: 48px;
  }
}

#carousel-about .carousel-indicators {
  position: relative;
  margin-top: 10px;
  margin-bottom: 25px;
  margin-right: 5%;
  margin-left: 5%;
}

#carousel-about .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-right: 4px;
  margin-left: 4px;
  background-color: #007bff;
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.5s, background-color .75s;
}

#carousel-about .carousel-indicators [data-bs-target]:hover {
  background-color: #5aa0ff;
  opacity: .7;
}

#carousel-about .carousel-indicators .active {
  opacity: 1;
  background-color: #007bff;
  transform: scale(1.5);
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.5s, background-color .75s;
}

/* Button Styling */

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

.btn-responsive {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-size: 1.2rem;
}

@media (min-width: 768px) {
  .btn-responsive {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.4rem;
  }
}

.btn-primary {
  background-color: #0a2dbe;
  border: solid 1px #0a2dbe;
  text-shadow: 1px 1px 1px #000;
  transition: all .3s ease-in-out;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: #143cff;
}

.btn-primary.focus, .btn-primary:focus {
  background-color: #0a2dbe;
}

.btn-primary:hover {
  background-color: #143cff;
  transition: all .3s ease-in-out;
}

.btn-getstarted {
  font-size: calc(12px + 4vw);
  line-height: 1.3;
  font-weight: 700;
}

.btn-getstarted:hover {
  color: #ffbf00;
  transition: all .3s ease-in-out;
}

@media (min-width: 992px) {
  .btn-getstarted {
    font-size: 52px;
  }
}

/* Town List Styling */

#towns {
  color: #c3c3c3;
}

#towns .text-ps {
  font-size: 28px;
  line-height: 1.0;
  font-family: 'Nothing You Could Do';
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  #towns p {
    font-size: 20px;
  }
}

@media (min-width: 1400px) {
  #towns p {
    font-size: 21px;
  }
}

#towns ul {
  padding-left: 0px !important;
}

@media (min-width: 1200px) {
  #towns li {
    font-size: 20px;
  }
}

#towns li {
  margin-bottom: 8px;
}

#towns .list-towns {
  margin-left: calc(-45px + 18vw);
  column-count: 2;
  column-gap: 15px;
  line-height: 1.2;
}

@media (min-width: 576px) {
  #towns .list-towns {
    margin-left: 75px;
    column-count: 2;
  }
}

@media (min-width: 768px) {
  #towns .list-towns {
    margin-left: 50px;
    column-count: 3;
  }
}

@media (min-width: 992px) {
  #towns .list-towns {
    margin-left: calc(6px + 3vw);
    column-count: 5;
  }
}

