#funnel {
  background: #000;
  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: #000;
  background-image: url(../../assets/img/landing-image-xs.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 750px;
}

@media (min-width: 576px) {
  #funnel .bg-image {
    background: #000;
    background-image: url(../../assets/img/landing-image-xs.jpg);
    background-position: top center;
    background-size: cover;
    min-height: 100vh;
  }
}

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

/* Logo Styling */

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

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

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

/* Text Styling */

#funnel .text-theme {
  color: #c53abe;
}

#funnel p {
  color: #fff;
  font-size: 18px;
}

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

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

#funnel h1 {
  font-size: 34px;
  text-shadow: 0px 0px 4px #000, 1px 1px 4px #000, -1px -1px 4px #000;
  line-height: 1.2;
}

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

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

@media (min-width: 992px) {
  #funnel h1 {
    font-size: 64px;
    line-height: 1.1;
  }
}

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

#funnel .h1-span {
  position: relative;
  font-size: 30px;
  top: -2px;
}

@media (min-width: 576px) {
  #funnel .h1-span {
    font-size: 34px;
  }
}

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

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

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

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

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

#funnel .child-text {
  font-size: 16px;
}

@media (min-width: 576px) {
  #funnel .child-text {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  #funnel .child-text {
    font-size: 20px;
  }
}

/* Scheduler Styling */

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

#funnel .class-btn {
  width: 100%;
  max-width: 400px;
  text-shadow: .5px .5px 2px rgba(0,0,0,0.7);
}

#funnel .btn-primary {
  background: #0000ff;
  transition: background .3s;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  border: none;
}

#funnel .btn-primary:hover {
  background: #0a42ff;
}

/* Funnel Spark Form Styling */

#funnel .get-started-fields {
  width: 100%;
  margin: 0px auto;
  display: block;
  border: none;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 8px;
  border: 1px solid #000;
  box-shadow: inset 0 2px 3px rgba(0,0,0,0.5), 0px 0px 15px rgba(0,0,0,0.7);
}

#funnel .get-started-btn {
  display: block;
  color: #fff;
  padding: 6px 15px;
  background: #91298c;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  border: none;
  border-radius: 5px;
  transition: background .3s;
  margin: 0 auto;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
  box-shadow: 0px 0px 20px #000;
}

@media (min-width: 576px) {
  #funnel .get-started-btn {
    font-size: 40px;
    padding: 6px 20px;
  }
}

#funnel .get-started-btn:hover {
  background: #91298c;
  background: #6f006f;
}

#funnel .opt-in {
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  margin: 15px 6px 10px 6px;
  text-align: justify;
}

#funnel .opt-in input[type="checkbox"] {
  display: inline-block !important;
  vertical-align: middle;
}

@media (min-width: 768px) {
  #spark-holder-zone {
    background: rgba(0,0,0,0.4);
    padding: 20px;
    border-radius: 7px;
  }
}

/* Footer Styling */

#funnel .funnel-footer {
  background: #1e1e1e;
  font-size: 18px;
  padding: 28px 0 10px 0;
}

#funnel .funnel-footer .disclaimer {
  font-size: 16px;
}

#funnel .funnel-footer .contact-numbers {
  font-weight: 700;
  font-size: 25px;
}

@media (min-width: 768px) {
  #funnel .funnel-footer .contact-numbers {
    font-size: 28px;
  }
}

/* Countdown Timer */

#clockdiv {
  font-family: sans-serif;
  border-bottom: solid 1px #000;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
  color: #fff;
  height: 40px;
  background: #6f006f;
  z-index: 99;
}

@media (min-width: 768px) {
  #clockdiv {
    width: 190px;
    position: fixed;
    border-radius: 0 0 10px 10px;
    box-shadow: none;
    left: 10px;
  }
}

#clockdiv .smalltext {
  font-family: 'Roboto Condensed';
  font-size: 18px;
  margin-bottom: 0;
}

#clockdiv > div {
  display: inline-block;
}

#clockdiv div > span {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
}

/* Modal Styling */

/* Background For Special Offer Page (limited time) */

