html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto Condensed', Arial, Helvetica, Sans Serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  background-color: #fff;
}

@media (max-width: 575px) {
  body {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}

/* Background Styling */

.bg-red {
  background-color: #bc0000;
}

.bg-form {
  border-top: solid 10px #000000;
  border-bottom: solid 10px #000000;
  background-color: var(--dark);
}

.bg-black {
  background-color: #000000;
}

.bg-contact {
  background: #d7d7d7;
}

.bg-light {
  background-color: #f0f0f0!important;
}

/* Text Styling */

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

.text-red {
  color: #bc0000;
}

.text-body {
  color: #000!important;
}

a:hover {
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica, Sans Serif;
}

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

h1, .h1 {
  font-size: calc(24px + 1.15vw);
  color: #bc0000;
}

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

h2, .h2 {
  font-size: calc(20px + 1vw);
}

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

h3, .h3 {
  font-size: calc(18px + .9vw);
}

@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(14px + 1.3vw);
}

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

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

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

h6, h6 {
  font-size: 16px;
}

@media (min-width: 768px) {
  h6, h6 {
    font-size: 18px;
  }
}

.priv-text {
  font-family: 'Roboto Condensed';
  font-size: 15px;
  color: #da5c00;
  text-shadow: none;
}

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

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

.heading-text {
  font-weight: 800;
  line-height: 1.3;
  font-family: 'Roboto Condensed';
  font-size: calc(16px + 1vw);
}

@media screen and (min-width:1600px) {
  .heading-text {
    font-size: 32px;
  }
}

.att-text {
  font-family: 'Roboto Condensed';
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 576px) {
  .att-text {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.0;
  }
}

.att-text-sub {
  font-family: inherit;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}

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

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

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

.att-text-sm {
  font-family: inherit;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

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

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

.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: 990px) {
  .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: 58px;
  }
}

.signature-hp {
  font-size: 30px;
  font-family: 'Nothing You Could Do';
  transform: rotate(-3deg);
}

/* Button Styling */

.btn:not(:disabled):not(.disabled) {
  background-color: #bc0000;
  transition: all .3s;
  box-shadow: none;
  border-width: 0px;
  border-radius: 50px;
  font-weight: 700;
}

.btn:not(:disabled):not(.disabled):hover {
  background-color: #ff0000;
  transition: all .3s;
}

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

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

.signup-btn {
  padding: 10px 10px;
  font-size: calc(5px + 3.5vw);
  border-radius: 50px !important;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

@media (min-width: 576px) {
  .signup-btn {
    padding: 10px 30px;
    font-size: 28px;
    border-radius: 50px !important;
  }
}

@media (min-width: 768px) {
  .signup-btn {
    padding: 10px 34px;
    font-size: 36px;
    border-radius: 50px !important;
  }
}

.signup-btn-icon {
  font-size: calc(14px + 2vw);
}

.signup-btn-icon-desktop {
  margin-top: -10px;
  transform: scaleX(-1);
}

/* List Styling */

.fa-li {
  font-size: 25px !important;
  color: #bc0000 !important;
  top: -4px;
  left: -46px;
}

.benefits-list li {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 6px;
}

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

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

/* Misc Styling */

hr {
  border-top: 1px solid rgba(0,0,0,0.3);
}

.header-container {
  max-width: 1280px;
}

.table-hours {
  font-family: 'Roboto Condensed';
  max-width: 360px;
}

.sm {
  scroll-margin-top: 160px;
}

@media (min-width: 576px) {
  .sm {
    scroll-margin-top: 170px;
  }
}

/* Jssor Slideshow Styling */

#slideshow {
  overflow-x: hidden;
}

.bg-ss {
  background-image: url(../../assets/img/floor-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

/* CFM Modal Styling */

#cfm .get-started-fields {
  width: 100%;
  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%);
}

#cfm .get-started {
  display: block;
  color: #ffffff;
  padding: 8px 20px;
  background-color: #bc0000;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  border: none;
  border-radius: 40px;
  transition: all .3s;
  margin: 0 auto;
  margin-top: 3px;
  margin-bottom: 12px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

@media (min-width: 576px) {
  #cfm .get-started {
    font-size: 32px;
  }
}

#cfm .get-started:hover {
  background-color: #ff0000;
  transition: all .3s;
}

#cfm .opt-in {
  color: #000;
  font-size: 15px;
  line-height: 1.3;
  text-align: justify;
  margin: 0 6px;
}

#cfm p {
  font-family: 'Roboto Condensed';
  font-size: 17px;
}

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

#cfm .modal-header {
  padding: 10px;
}

#cfm .modal-header h3 {
  color: #bc0000;
  font-size: 28px;
  line-height: 1.2;
  text-shadow: none;
}

@media (min-width: 576px) {
  #cfm .modal-header h3 {
    font-size: 40px;
    line-height: 1.2;
  }
}

#cfm .btn-close-wrapper {
  position: absolute;
  top: -27px;
  right: 5px;
  height: 28px;
  width: 65px;
  background: #fff;
  border-radius: 4px 4px 0 0;
  text-shadow: none;
}

#cfm .btn-close-text {
  position: relative;
  margin-right: 0px;
  font-weight: 700;
  font-size: 15px;
  opacity: .7;
  top: 4px;
}

#cfm .btn-close-text:hover {
  box-shadow: none;
  opacity: 1;
}

#cfm .priv-text {
  font-family: 'Roboto Condensed';
  font-size: 15px;
  color: #da5c00;
  text-shadow: none;
}

/* Static Home Page Form Wrapper Styling */

.form-container-bg-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 340px;
  padding: 10px 15px 10px 4px;
  margin-top: 20px;
}

.form-container-bg {
  position: relative;
  height: 340px;
  background-image: url("../../assets/img/shoulderlock.jpg"), url("../../assets/img/kidsatattention.jpg");
  background-position: left center, right center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}

body.modal-open .form-container-bg {
  margin-right: 17px;
}

.form-text {
  font-family: 'Roboto Condensed';
  font-size: calc(7px + 4vw);
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.7), 1px 1px 2px rgba(0,0,0,0.7);
}

@media (min-width: 992px) {
  .form-text {
    font-size: calc(22px + 2.5vw);
  }
}

@media (min-width: 1920px) {
  .form-text {
    font-size: 65px;
  }
}

/* Static Home Page Spark Form Styling */

@media (min-width: 576px) {
  #formH {
    min-width: 560px;
    width: calc(280px + 28vw);
    max-width: 660px;
  }
}

#formH .opt-in {
  color: #d7d7d7;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  margin: 0 10px 8px;
}

@media (min-width: 1200px) {
  #formH .opt-in {
    margin: 0 25px 8px;
  }
}

#formH .get-started-fields {
  font-size: 16px;
  width: 90%;
  margin: 0px 3px 0px 3px;
  border: none;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 8px;
  background: #eeeeee;
  border: 1px solid #470000;
  box-shadow: inset 0 2px 3px rgb(0 0 0 / 30%);
}

@media (min-width: 576px) {
  #formH .get-started-fields {
    width: 47%;
  }
}

#formH .get-started {
  color: #ffffff;
  padding: 7px 20px 4px 20px;
  background-color: #bc0000;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  border: none;
  border-radius: 40px;
  transition: all .3s;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

@media (min-width: 576px) {
  #formH .get-started {
    font-size: 40px;
  }
}

#formH .get-started:hover {
  background-color: #ff0000;
  transition: all .3s;
}

/* 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;
}

/* Contact Page Social Media Icons */

#myContact .social-icons {
  display: inline-block;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  background: #000000;
  border-radius: 4px;
  width: 37px;
  margin: 0 7px 0 0;
  transition: all .3s;
  padding-top: 3px;
}

#myContact .twitter:hover {
  color: #00aced;
}

#myContact .facebook:hover {
  color: #0077e2;
}

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

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

