#funnel {
  background: #000000;
  font-family: 'Roboto Condensed';
  color: #fff;
  text-shadow: 0px 0px 4px #000, 1px 1px 2px #000, -1px -1px 2px #000;
}

/* Background Image Styling */

#funnel .bg-image {
  background: #000000;
  background-image: url(../../assets/img/landing-image-xsm.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 700px;
}

@media (min-width: 768px) {
  #funnel .bg-image {
    background-image: url(../../assets/img/landing-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (min-width: 992px) {
  #funnel .bg-image {
    min-height: 940px;
  }
}

#funnel .bg-image-special {
  background: #000000;
  background-image: url(../../assets/img/landing-image-special-xs.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 700px;
}

@media (min-width: 768px) {
  #funnel .bg-image-special {
    background-image: url(../../assets/img/landing-image-special-md.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (min-width: 992px) {
  #funnel .bg-image-special {
    min-height: 900px;
  }
}

/* Logo Styling */

#funnel .logo {
  filter: drop-shadow(1.5px 1.5px 1px rgba(0, 0, 0, 1)) drop-shadow(-1px -1px 0px rgba(255, 255, 255, .1));
  width: 320px;
}

@media (min-width: 576px) {
  #funnel .logo {
    width: calc(148px + 30vw);
    max-width: 470px;
  }
}

@media (min-width: 992px) {
  #funnel .logo {
    width: 470px;
  }
}

/* Text Styling */

#funnel .text-theme {
  color: #91298c;
}

#funnel p {
  color: #fff;
  font-size: 17px;
  text-align: center;
}

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

#funnel h1 {
  font-size: calc(20px + 4vw);
  text-shadow: 0px 0px 4px #000, 1px 1px 2px #000, -1px -1px 2px #000;
  line-height: 1.1;
}

@media (min-width: 576px) {
  #funnel h1 {
    line-height: 1.15;
  }
}

@media (min-width: 1400px) {
  #funnel h1 {
    font-size: 76px;
  }
}

#funnel h2 {
  line-height: 1.3;
  font-size: calc(20px + 2vw);
}

@media (min-width: 1200px) {
  #funnel h2 {
    font-size: 44px;
  }
}

#funnel h3 {
  font-size: calc(17px + 1vw);
}

@media (min-width: 1200px) {
  #funnel h3 {
    font-size: 30px;
  }
}

#funnel .signature {
  font-family: 'Nothing You Could Do';
  font-size: calc(16px + 1.5vw);
  font-weight: 300;
}

@media (min-width: 1200px) {
  #funnel .signature {
    font-size: 34px;
  }
}

#funnel .sub-signature {
  font-size: calc(14px + 1.25vw);
}

@media (min-width: 1200px) {
  #funnel .sub-signature {
    font-size: 29px;
  }
}

/* Footer Styling */

#funnel .footer {
  background: #4b134b;
}

#funnel .footer p {
  font-size: 16px;
  color: #fff;
}

#funnel .thanks-footer {
  background: #1e1e1e;
  font-size: 18px;
}

#funnel .thanks-footer p {
  font-size: 18px;
}

#funnel .thanks-footer h4 {
  font-size: 20px;
}

/* Scheduler Styling */

#funnel .bg-classes {
  background: rgba(255,255,255,0.25);
}

#funnel .bg-classes-but {
  max-width: 560px;
}

#funnel .class-buttons {
  width: 100%;
  max-width: 560px;
  text-shadow: .5px .5px 2px rgba(0,0,0,0.6);
}

#funnel .btn-primary {
  background: blue;
  transition: all .5s;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
  border: none;
}

#funnel .btn-primary:hover {
  background: rgb(47,94,255);
  transition: all .5s;
}

/* Lead Form Styling */

#funnel .signup {
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
  padding: 10px 20px;
  text-shadow: 1px 1px 1px black;
}

@media (min-width: 576px) {
  #funnel .signup {
    font-size: 38px;
    line-height: 1.2;
    padding: 12px 35px;
  }
}

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

#funnel .get-started {
  color: white;
  padding: 8px 20px;
  margin: 10px 10px 10px 10px;
  background-color: #0a42ff;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  border: none;
  border-radius: 5px;
  transition: all .3s;
  margin-bottom: 10px;
}

#funnel .get-started:hover {
  background-color: #2F5EFF;
  transition: all .3s;
}

/* Modal Styling */

#funnel .btn-close-bg {
  position: absolute;
  top: -24px;
  right: 5px;
  height: 28px;
  width: 75px;
  background: #ffffff;
  border-radius: 4px 4px 0 0;
  text-shadow: none;
}

#funnel .btn-close-text {
  position: relative;
  margin-right: 20px;
  font-weight: 700;
  font-size: 15px;
  opacity: .7;
  top: 3px;
}

#funnel .close {
  position: absolute;
  top: -7px;
  right: 19px;
  border: none;
  font-size: 28px;
  padding: 0 10px 0 50px;
}

#funnel .btn-close:hover, .btn-close:focus {
  box-shadow: none;
  opacity: 1;
}

#funnel .modal-content {
  box-shadow: 0px 0px 15px 2px #000;
}

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

#funnel .modal-header p {
  color: #000000;
  font-size: 16px;
  line-height: 1.3;
  text-shadow: none;
}

@media (min-width: 576px) {
  #funnel .modal-header p {
    font-size: 18px;
  }
}

#funnel .modal-header h2 {
  color: #0a42ff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  text-shadow: none;
}

@media (min-width: 576px) {
  #funnel .modal-header h2 {
    font-size: 40px;
  }
}

#funnel .modal-header h3 {
  color: #0a42ff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: none;
}

@media (min-width: 576px) {
  #funnel .modal-header h3 {
    font-size: 32px;
  }
}

/* Countdown Timer Styling */

#clockdiv {
  font-family: sans-serif;
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}

#clockdiv > div {
  padding: 10px 5px 5px 5px;
  border-radius: 5px;
  background: rgba(43,52,90,0.6);
  display: inline-block;
  width: 80px;
}

#clockdiv div > span {
  padding: 10px 15px;
  border-radius: 30px;
  background: #2F5EFF;
  display: inline-block;
  font-weight: 600;
}

#funnel .smalltext {
  padding-top: 5px;
  font-size: 16px;
}

