html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #ddba00;
  text-align: left;
  background-image: url(../../assets/img/ten-tigers-background.jpg);
  background-size: 100%;
  background-attachment: fixed;
  text-shadow: 1px 1px 1px #000;
}

/* Text Styling */

.intro-text {
  font-size: clamp(18px, 2.5vw, 22px);
  line-height: 1.4;
}

.shadow-none {
  text-shadow: none !important;
}

p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

a:hover {
  color: #0056b3;
  text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.3;
  text-shadow: 1px 1px 2px #000;
}

h1, .h1 {
  font-size: calc(1.35rem + 1.30vw);
  color: #ff0000;
}

@media screen and (min-width:1600px) {
  h1, .h1 {
    font-size: 42px;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + .9vw);
}

@media screen and (min-width:1600px) {
  h2, .h2 {
    font-size: 36px;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + .6vw);
}

@media screen and (min-width:1600px) {
  h3, .h3 {
    font-size: 34px;
  }
}

h4, .h4 {
  font-size: 19px;
}

@media (min-width: 576px) {
  h4, .h4 {
    font-size: calc(15px + .9vw);
  }
}

@media screen and (min-width:1600px) {
  h4, .h4 {
    font-size: 28px;
  }
}

h5, .h5 {
  font-size: calc(12px + .8vw);
}

@media screen and (min-width:1600px) {
  h5, .h5 {
    font-size: 24px;
  }
}

.att-text {
  font-family: inherit;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 1px 1px 2px #000;
}

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

@media (min-width: 768px) {
  .att-text {
    font-size: 46px;
    line-height: 1.2;
  }
}

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

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

.att-text-sm {
  font-family: inherit;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.3;
  color: #ff0000;
  text-shadow: 1px 1px 2px #000;
}

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

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

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

.att-text-sub {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 1px 1px 2px #000;
}

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

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

.intro-hp {
  font-family: 'Nothing You Could Do', serif;
  font-size: calc(20px + 3vw);
  line-height: 1.3;
}

@media (min-width: 768px) {
  .intro-hp {
    font-family: 'Nothing You Could Do', serif;
    font-size: calc(27px + 1vw);
    line-height: 1.4;
  }
}

@media (min-width: 992px) {
  .intro-hp {
    font-family: 'Nothing You Could Do', serif;
    font-size: calc(26px + 2vw);
    line-height: 1.4;
  }
}

@media (min-width: 1600px) {
  .intro-hp {
    font-family: 'Nothing You Could Do', serif;
    line-height: 1.4;
    font-size: 62px;
  }
}

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

/* Schedule Font Styling */

.day-font {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}

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

.day-font.spacer {
  height: 13px;
}

.day-font.halfhour {
  height: 58px;
}

.day-font.quarthour {
  height: 74px;
}

.day-font.hour {
  height: 99px;
}

@media (min-width: 1200px) {
  .day-font {
    font-size: 15px;
    line-height: 23px;
  }
}

.time-font {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #ffffff;
}

/* Buttons Styling */

.btn:not(:disabled):not(.disabled) {
  transition: all .3s;
  box-shadow: none;
  border-width: 0px;
  border-radius: 5px;
  font-weight: 700;
  text-shadow: 1px 1px 1px #000;
}

.btn-danger {
  color: #fff;
  background-color: #ff0000;
  border: none;
}

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #ff0000;
  box-shadow: none;
}

.btn-danger:hover {
  color: #fff;
  background-color: #b40000;
}

.signup-but {
  text-shadow: 1px 1px 1px #000;
  font-size: 24px;
  line-height: 1.3;
  border-radius: 5px !important;
  border: double 6px #000 !important;
  transition-timing-function: ease !important;
  transition: all .7s !important;
}

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

@media (min-width: 768px) {
  .signup-but {
    padding: 10px 30px;
    font-size: 36px;
  }
}

.signup-but:hover {
  transition: all .7s !important;
  transform: scale(1.05,1.05) !important;
}

.responsive-btn {
  padding: 8px 20px;
  font-size: 18px;
  line-height: 1.5;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

@media (min-width: 768px) {
  .responsive-btn {
    padding: .5rem 1rem;
    font-size: 24px;
    line-height: 1.5;
  }
}

.intro-btn {
  font-size: clamp(22px, 3vw, 28px);
  border: double 6px #000 !important;
  line-height: 1.4;
}

.touch-icon {
  font-size: 23px;
}

@media (min-width: 768px) {
  .touch-icon {
    font-size: 30px;
  }
}

.click-icon {
  transform: translate(0px) translateY(-5px) rotate(84deg);
}

/* List Styling */

.fa-li {
  font-size: 22px !important;
  color: #ff0000 !important;
  top: -3px;
}

@media (min-width: 992px) {
  .fa-li {
    font-size: 25px !important;
  }
}

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

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

.promise-list {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-left: -15px;
}

@media (min-width: 992px) {
  .promise-list {
    font-size: 22px;
  }
}

/* Table Styling */

.table-hours {
  font-size: 16px;
  max-width: 460px;
}

.table td, .table th {
  border-top: 1px solid rgba(0,0,0,0.1);
}

.table thead th {
  border-bottom: 2px solid rgba(0,0,0,0.1);
}

/* Misc Styling */

.clickable-item {
  opacity: 1;
  transition: opacity .3s ease-in-out;
}

.clickable-item:hover {
  cursor: pointer;
  opacity: .8;
}

.sm {
  scroll-margin: 115px;
}

.new-members {
  color: #000;
  font-size: 20px;
  line-height: 1.3;
  padding: 20px;
  background: rgba(128,0,0,0.75);
  box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
}

@media (min-width: 576px) {
  .new-members .offertext {
    line-height: 1.3;
    font-size: 25px;
  }
}

.shadow {
  box-shadow: 5px 5px 15px rgba(0,0,0,.5)!important;
}

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

iframe {
  border: none;
  box-shadow: none;
  overflow: hidden;
}

/* Contact Page Styling */

#myContact .social-networks a {
  font-size: 30px;
  color: #fff;
  transition: 0.2s;
  background: #404040;
  border-radius: 4px;
  width: 42px;
  height: 42px;
  margin: 0 5px;
}

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

#myContact .facebook:hover {
  color: #0a42ff;
}

#myContact .youtube:hover {
  color: #ff0000;
}

#myContact .instagram:hover {
  color: #ff00e6;
}

/* Carousel Styling */

#carousel-1 {
  max-width: 320px !important;
}

#carousel-2 {
  max-width: 600px !important;
}

.comment {
  color: #ddba00;
  background: #630600;
  padding: 15px 20px;
  border-radius: 5px;
  box-shadow: 2px 2px 15px rgba(0,0,0,.5)!important;
}

.pull-quote {
  font-size: 26px;
  line-height: 1.3;
  font-family: 'Julee';
  color: #ffdfa2;
  border: double 6px #000000;
  background-color: #630600;
  text-shadow: 1px 1px 4px #000000;
  padding: 10px 15px;
}

@media (min-width: 1200px) {
  .pull-quote {
    font-size: 32px;
  }
}

/* Back To Top Button */

#btop-but:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 41px;
  height: 39px;
  top: 2px;
  left: 2px;
  border-radius: 4px;
  z-index: -1;
  box-shadow: 0 0 5px 2px #000;
}

#btop-but {
  position: fixed;
  bottom: 0;
  right: 7px;
  font-size: 44px;
  line-height: 30px;
  height: 52px;
  z-index: 9999;
  transition: all .3s;
  text-shadow: none;
  opacity: .6;
}

@media (hover: hover) and (pointer: fine) {
  #btop-but:hover {
    opacity: 1;
    transition: all .3s;
  }
}

#btop-but a {
  color: #b40000 !important;
}

