html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  margin-top: 103px;
  font-family: 'Roboto Condensed', Arial, Helvetica, Sans Serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0d2a4a;
  text-align: left;
  background-color: #fff;
}

/* Text Styling */

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

a:hover {
  text-decoration: none !important;
  color: #be361c;
}

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.3;
  color: inherit;
}

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

@media (min-width:1200px) {
  .h1, h1 {
    font-size: 2.4rem;
  }
}

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

@media (min-width:1200px) {
  .h2, h2 {
    font-size: 2rem;
  }
}

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

@media (min-width:1200px) {
  .h3, h3 {
    font-size: 1.75rem;
  }
}

.h4, h4 {
  font-size: calc(1.275rem + .3vw);
}

@media (min-width:1200px) {
  .h4, h4 {
    font-size: 1.5rem;
  }
}

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

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

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

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

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

@media (min-width: 768px) {
  .att-text-sm {
    font-family: inherit;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
  }
}

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

@media (min-width: 768px) {
  .att-text-sm2 {
    font-family: inherit;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
  }
}

@media (min-width: 1200px) {
  .att-text-sm2 {
    font-family: inherit;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
  }
}

/* Misc Styling */

.fa-li {
  font-size: 25px !important;
  color: #c05843 !important;
  left: -35px;
  width: 28px;
  top: -6px;
}

@media (min-width: 992px) {
  .fa-li {
    top: -3px;
  }
}

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

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

.benefits-list {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
}

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

.embed-contact {
  height: 430px;
  max-width: 440px;
}

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

#accordion-1 a {
  color: #c05843;
  text-decoration: none;
  background-color: transparent;
  transition: color .3s;
}

#accordion-1 a:hover {
  color: #f97e65;
  text-decoration: none;
  transition: color .3s;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .25rem;
}

.break-column {
  flex-basis: 100%;
  width: 0;
}

/* Special Styling */

#special a {
  color: #fff;
  text-shadow: .5px .5px .5px black;
}

.special-text {
  font-family: 'Roboto Condensed';
  color: #ffffff;
  text-shadow: .5px .5px .5px black;
  font-size: 40px;
  line-height: 1.2;
}

@media (min-width: 576px) {
  .special-text {
    font-size: calc(23px + 3vw);
  }
}

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

.special-text-md {
  font-family: 'Roboto Condensed';
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  text-shadow: .5px .5px .5px black;
}

@media (min-width: 768px) {
  .special-text-md {
    font-size: 25px;
  }
}

@media (min-width: 992px) {
  .special-text-md {
    font-size: 32px;
  }
}

@media (min-width: 1200px) {
  .special-text-md {
    font-size: 40px;
  }
}

.special-text-lg {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  color: #d76700;
  text-shadow: .5px .5px .5px black;
}

@media (min-width: 576px) {
  .special-text-lg {
    font-size: calc(16px + 6vw);
  }
}

@media (min-width: 1200px) {
  .special-text-lg {
    font-size: 88px;
  }
}

/* Button Styling */

.signup-btn {
  padding: 10px 15px;
  font-size: calc(4px + 4vw);
  font-weight: 700;
  border-radius: .35rem !important;
}

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

container-fluid d-md-none question .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(192,88,67,0.5);
}

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

.btn-primary.focus, .btn-primary:focus {
  background-color: #c05843;
  border-color: #c05843;
  box-shadow: 0 0 0 .2rem rgba(192,88,67,0.5);
}

.btn-primary:hover {
  color: #fff;
  background-color: #bf371c;
  border-color: #c05843;
}

.btn-primary {
  color: #fff;
  background-color: #c05843;
  border-color: #c05843;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(192,88,67,0.25);
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(192,88,67,0.5);
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #c05843;
  border-color: #c05843;
}

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

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(192,88,67,0.5);
}

.btn-outline-primary {
  border-color: #c05843;
  background-color: transparent;
  transition: all .3s;
  border: 2px solid;
}

.btn-outline-primary:hover {
  background-color: #bf371c;
  border-color: #bf371c;
}

/* Bottom Signup Button On Mobile */

.btn-bottom-mobile {
  background: #143c67;
  border-top: solid 1px #000000;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

/* Back To Top Button */

#btop-but:before {
  font-size: 18px;
  position: absolute;
  content: "";
  background: rgb(0,0,0);
  width: 25px;
  height: 25px;
  top: 13px;
  right: 3px;
  z-index: -1;
}

#btop-but {
  position: fixed;
  bottom: 0px;
  right: 8px;
  font-size: 34px;
  z-index: 9999;
  transition: all .3s;
  opacity: .7;
}

#btop-but a {
  color: #f97e65 !important;
  font-size: 36px;
}

