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

.light-text {
  color: #ffffff;
}

.img-bottom {
  position: relative;
  vertical-align: bottom;
}

.hero-img {
  background-image: url("../imgs/pray.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  z-index: 10;
}

.hero-content {
  position: relative;
  z-index: 5;
}

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

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

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

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

.bookclub {
  background: url("../imgs/books-2.jpeg");
}

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

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

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

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

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

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

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

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

.hero-text {
  color: #fafafa;
}

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

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

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

.accent-color {
  /* color:#ef42c9;*/
  color: #f34cce;
}

.si-btn {
  background: #f34cce;
  color: #ffffff;
}

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

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

.tagline {
  font-size: 1.2rem;
}

footer {
  height: 50px;
}

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

.desktop-message {
  margin-top: 70px;
}

button {
  height: 50px;
}

@media only screen and (max-width: 768px) {
  .feature-podcast-img img {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
}
.podcast-bg {
  background-color: #e5e5ed;
}

.bg-white {
  background: #ffffff;
}

@media only screen and (min-width: 768px) {
  .button-container {
    width: 200px;
    margin: auto;
  }

  .mobile-div {
    display: none;
  }

  .hero-header-1 {
    font-size: 3.5rem;
  }

  .x-large-header {
    font-size: 5.5rem;
  }

  .god-message {
    font-size: 1.4rem;
    text-transform: uppercase;
  }

  .hero-form-invite-text {
    text-transform: uppercase;
    width: 55%;
    margin-bottom: 1rem;
  }

  .form {
    width: 60%;
  }

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

  .wakeup_h1-line2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

  .wakeup_slogan {
    font-size: 1.4rem;
  }

  .wakeup_live-cta {
    margin-bottom: 0;
    font-size: 2.8rem;
    /*margin-top: 2rem;*/
    font-weight: bold;
  }

  .panel-subtext.wakeup {
    color: #f34cce;
    font-size: 1.1rem;
    margin-bottom: 5px;
  }

  .bkclb {
    font-size: 8rem;
  }
}/*# sourceMappingURL=main.css.map */