html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Roboto Condensed', 'Roboto Condensed Fallback', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  background: #fff;
  color: #000;
  margin-top: calc(150px + 1vw);
}

@media screen and (pointer: coarse) {
  body.modal-open {
    padding-right: 0 !important;
    width: 100% !important;
    position: fixed;
    overflow: hidden !important;
  }
}

@media (min-width: 768px) {
  body {
    margin-top: calc(130px + 1vw);
  }
}

@media (min-width: 992px) {
  body {
    margin-top: calc(165px + 1vw);
  }
}

.bg-theme {
  background: rgb(217,220,255);
}

/* Text Styling */

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

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

.text-theme {
  color: #001e88;
}

a {
  color: #0a42ff;
  text-decoration: none;
  text-shadow: none;
  transition: all .3s;
}

a:hover {
  color: #0000ff;
  text-decoration: none;
  text-shadow: none;
}

.link-warning:hover {
  color: #cc9900 !important;
}

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

p {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

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

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

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

.home-link-text {
  font-size: calc(13px + 1.2vw);
  line-height: 1.2;
  margin-bottom: 5px;
}

@media (min-width: 1400px) {
  .home-link-text {
    font-size: 30px;
  }
}

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

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

@media (min-width: 768px) {
  .intro-hp {
    font-size: 38px;
  }
}

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

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

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

/* Button Styling */

.theme-btn:not(:disabled):not(.disabled) {
  background-color: #0a42ff;
  box-shadow: none;
  border-width: 0px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
  transition: all .5s;
}

.theme-btn:not(:disabled):not(.disabled):hover {
  background-color: #0000ff;
}

.signup-but {
  background-color: #0a42ff;
  font-size: calc(16px + 2.5vw);
  font-style: italic;
  font-weight: 700;
  border-radius: 5px !important;
  transition: all .5s !important;
  border: none;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

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

.signup-but:hover {
  background-color: #0000ff !important;
}

.btn-responsive {
  --bs-btn-padding-x: 15px;
  --bs-btn-padding-y: 10px;
  --bs-btn-font-size: 18px;
}

@media (min-width: 576px) {
  .btn-responsive {
    --bs-btn-padding-x: 15px;
    --bs-btn-padding-y: 10px;
    --bs-btn-font-size: 20px;
  }
}

@media (min-width: 992px) {
  .btn-responsive {
    --bs-btn-padding-x: 20px;
    --bs-btn-padding-y: 10px;
    --bs-btn-font-size: 24px;
  }
}

/* List Styling */

.list-columns {
  column-count: 2;
  margin-left: calc(-40px + 19vw);
  column-gap: 24px;
}

@media (min-width: 450px) {
  .list-columns-2 {
    margin-left: -40px;
  }
}

@media (min-width: 576px) {
  .list-columns {
    margin-left: 65px;
    column-gap: 30px;
  }
}

@media (min-width: 768px) {
  .list-columns {
    margin-left: 120px;
  }
}

@media (min-width: 768px) and (max-width: 991.9px) {
  .list-columns-events {
    column-count: 1;
    margin-left: 80px;
  }
}

@media (min-width: 991px) {
  .list-columns {
    margin-left: 60px;
  }
}

@media (min-width: 1400px) {
  .list-columns {
    font-size: 21px;
  }
}

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

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

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

.benefits-list li, .list-columns li {
  margin-bottom: 10px;
}

.benefits-list .fa-li, .list-columns .fa-li {
  position: absolute;
  left: -28px;
  width: 25px;
  top: 0px;
}

.list-columns-home .fa-li {
  position: absolute;
  left: -24px;
  width: 20px;
  top: 0px;
}

.list-columns-home {
  column-count: 2;
  column-gap: calc(-5px + 10vw);
  margin-left: 30px;
  margin-right: -27px;
}

@media (min-width: 576px) {
  .list-columns-home {
    column-count: 2;
    column-gap: 50px;
    margin-left: 30px;
    margin-right: 0px;
  }
}

@media (min-width: 768px) {
  .list-columns-home {
    column-count: 3;
    column-gap: 45px;
    margin-left: 40px;
  }
}

@media (min-width: 992px) {
  .list-columns-home {
    column-count: 2;
    column-gap: 50px;
    margin-left: 50px;
  }
}

@media (min-width: 1200px) {
  .list-columns-home {
    column-count: 2;
    margin-left: 70px;
  }
}

@media (min-width: 1400px) {
  .list-columns-home {
    font-size: 20px;
    column-count: 3;
    column-gap: 70px;
  }
}

/* Quote Styling */

#maQuote p {
  position: relative;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  z-index: 2;
  text-shadow: none;
  text-align: left;
}

@media (min-width: 576px) {
  #maQuote p {
    font-size: 17px;
    text-align: justify;
  }
}

#maQuote small {
  font-size: 14px;
}

#maQuote .speech-bubble {
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
  border: 3px solid #0085ff;
  border-radius: .5rem;
  text-shadow: none;
  padding: 15px 20px;
  box-sizing: border-box;
}

#maQuote .speech-bubble::before {
  content: '';
  position: absolute;
  bottom: -17px;
  right: 52px;
  transform: translateX(-50%) rotate(45deg);
  width: 30px;
  height: 30px;
  background: linear-gradient(-45deg, #fff 52%, transparent 0);
  border: 3px solid #0085ff;
  border-width: 0 3px 3px 0;
  border-radius: 0 0 3px 0;
  box-sizing: border-box;
}

#maQuote .speech-bubble-quote {
  position: absolute;
  background-image: url("../../assets/img/quote-dark-left.svg");
  background-repeat: no-repeat;
  width: 130px;
  height: 110px;
  transform: scale(.8);
  opacity: .10;
  z-index: 1;
}

#maQuote .speech-bubble-signature p {
  margin-top: 25px;
  margin-right: 59px;
  font-size: 18px;
  line-height: 1.0;
  text-align: right;
}

#maQuote .stars {
  white-space: nowrap;
  position: relative;
  top: -2px;
}

/* Town Styling */

#towns {
  background: #d9dcff;
}

#towns .text-ps {
  font-size: 28px;
  line-height: 1.0;
  font-family: 'Nothing You Could Do', serif;
  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;
}

#towns li {
  margin-bottom: 8px;
  font-size: 18px;
  break-inside: avoid;
}

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

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

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

@media (min-width: 768px) {
  #towns .list-towns {
    margin-left: 84px;
  }
}

@media (min-width: 992px) {
  #towns .list-towns {
    margin-left: 40px;
    column-gap: 15px;
    column-count: 6;
  }
}

/* Contact Form Styling */

#cfm .form {
  max-width: 400px;
  height: 470px;
}

#cfm .btn-close {
  position: relative;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5;
  z-index: 9999;
}

#cfm .btn-close:hover {
  opacity: 1;
}

#cfm .modal-content {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 4px;
}

#cfm .modal-header {
  padding: 10px;
  background-color: #0000ff;
  border-bottom: solid 1px #000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#cfm .modal-footer {
  border-top: 1px solid #000;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

#cfm .contact-form-cont {
  max-width: 440px;
}

#cfm .modal-body {
  padding: 15px;
}

#cfm .get-started-text {
  color: #fff;
  font-size: 34px;
  line-height: 1.0;
  font-weight: 700;
  text-shadow: 1px 1px 2px #000;
}

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

#cfm .logo-shadow {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 1));
}

#cfm .nospam {
  font-size: 16px;
}

/* Misc Styling */

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

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

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

.rotate-arrow {
  transform: rotate(90deg);
}

.google a:hover span img {
  opacity: .7;
}

.google a span img {
  opacity: 1;
  transform: translateZ(0);
  transition: all .2s;
}

.google-span {
  margin-bottom: 6px;
}

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

/* Scroll Margin */

.scroll-margin {
  scroll-margin: 80px;
}

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

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

