.relative {
  position: relative;
  height: 300px;
}

.overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  z-index: 10;
  color: #ffffff;
  opacity: 0;
}

.sign-row {
  background-color: rgba(238, 238, 238, 0.773);
}

.morning-routine {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 100;
}

.accent-bg {
  background: #f34cce;
  color: #ffffff;
}

.kickoff-event {
  font-size: 2rem;
  color: #f34cce;
}

.pray {
  background: url("../imgs/pray.jpg");
}

.sweat {
  background: url("../imgs/sweat.jpg");
}

.learn {
  background: url("../imgs/learn.jpg");
}

.change {
  background: url("../imgs/change.jpg");
}

.content {
  position: relative;
  height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero {
  height: 650px;
  color: white;
  background: black;
}

.jumbo_h1 {
  font-size: 4rem;
  margin-bottom: 0;
}

.img {
  position: relative;
  max-width: 100%;
}

.panel {
  position: relative;
  height: 650px;
}

.panel-text {
  position: absolute;
  width: 100%;
  top: 40%;
  text-align: center;
}

.panel-subtext {
  font-size: 1.5rem;
}

.video-title {
  color: black;
  padding: 10px;
  margin-top: 10px;
  text-align: center;
  background: gainsboro;
}

.hero-text {
  color: #fafafa;
}

.button-container {
  position: relative;
  margin: auto;
  width: 350px;
  height: 60px;
  text-transform: uppercase;
}

.si-btn {
  background: #f34cce;
  color: #ffffff;
  height: 60px;
  font-size: 1.3rem;
  text-transform: uppercase;
}

.si-btn:hover {
  background: #212529;
  color: #fafafa;
}

.si-btn:visited {
  color: #fafafa;
  text-decoration: none;
}

.sign-up-btn {
  background: none;
  border: 1px solid #000000;
  color: #333333;
}

.dark-bg-btn:hover {
  border: 1px solid #f34cce;
}

.accent-color {
  color: #f34cce;
}

.expires {
  color: #f3195e;
}

.black {
  color: #000000;
}

.hero-txt-1 {
  font-size: 5.2rem;
  text-transform: uppercase;
}

.hero-txt-2 {
  font-size: 1.9rem;
  text-transform: uppercase;
}

.tagline {
  font-size: 1.5rem;
  color: #fafafa;
}

footer {
  height: 50px;
}

.sign-up a {
  color: #f34cce;
  text-decoration: none;
}

.form-control:disabled {
  COLOR: #6c6767;
}

.sign-up-features {
  height: 250px;
}

ul.sign-up-features li {
  margin-top: 1.3rem;
  list-style: none;
}

.sign-up-features li .bi-check-lg {
  font-size: 2.5rem;
  line-height: 1rem;
  position: relative;
  top: 5px;
  font-weight: bold;
  color: #f34cce;
}

.zoom-img {
  width: 7%;
}

@media only screen and (max-width: 768px) {
  .hero-txt-1 {
    font-size: 4.2rem;
  }

  .zoom-img {
    width: 20%;
  }

  .hero-txt-2 {
    font-size: 1.5rem;
  }

  .tagline {
    font-size: 1.2rem;
  }

  .sign-up-features {
    height: auto;
  }

  .button-container {
    width: 97%;
  }

  .si-btn {
    height: 72px;
  }

  .header-morning-challenge {
    font-size: 2.5rem;
  }

  .join-li-1-header {
    font-size: 1.5rem;
  }

  .content.sweat {
    background-position: 28%;
  }

  .join-text {
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .bonus-container {
    text-align: center;
  }

  .bonus-details {
    text-align: center;
  }
}/*# sourceMappingURL=challenge-styles.css.map */