html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Roboto Condensed';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  background: #fff;
}

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

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

/* Theme Styling */

.bg-theme {
  background: #e1e1e1;
}

.bg-theme-blue {
  background: #0019a0;
}

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

.divider-drop-shadow {
  filter: drop-shadow(0px -4px 6px rgba(0, 0, 0, .4));
  clip-path: inset(-30px 0px 0px -0px);
  margin-bottom: -1px;
  z-index: -10;
}

.space-above-footer {
  position: relative;
  padding-bottom: calc(20px + 1.7vw);
  z-index: -30;
}

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

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

.responsive-image {
  width: clamp(150px, 28vw, 300px);
  height: auto;
  aspect-ratio: 300 / 585;
}

/* Text Styling */

.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 {
  color: #000;
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

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

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

@media (min-width: 768px) {
  .touch-icon {
    height: clamp(18px, 2vw, 23px);
    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 {
  font-weight: 700;
  line-height: 1.3;
  color: #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-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;
  }
}

/* Button Styling */

.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-responsive {
  padding: .5rem 1rem;
  font-size: calc(8px + 2.5vw);
  line-height: 1.5;
  border-radius: 5px;
}

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

/* Large Signup Button on Bottom of Pages */

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

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

.touch-icon-get-started {
  height: clamp(24px, 4.5vw, 42px);
  margin-bottom: 2%;
}

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

/* Contact Us */

.social-networks a {
  font-size: 32px;
  color: #000;
  padding: 0 6px;
  transition: 0.3s ease-in-out;
}

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

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

.youtube:hover {
  color: #ff0000;
}

.instagram:hover {
  color: #ff00e6;
}

.rumble-icon {
  width: 27px;
  height: 30px;
  transition: 0.3s ease-in-out;
}

.rumble-icon.dark {
  color: #fff;
}

.rumble-icon:hover {
  color: rgb(133, 199, 66);
}

.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;
}

