.parallax_leadIn {
  position: relative;
  top: 83%;
}
.parallax_leadIn .parallax_text {
  text-align: center;
  font-size: 2.15em;
  z-index: 5;
  color: white;
  text-shadow: 3px 3px 5px black;
  font-family: "Oxygen", sans-serif;
}

.mainLeader img {
  min-height: 100%;
  width: 100%;
}
.mainLeader h2 {
  font-size: 2em;
  font-weight: 900;
}
.mainLeader .leaderText {
  font-size: 1.1em;
}

.headerArt .blended_container {
  z-index: 10;
  top: 10vh;
  position: absolute;
  width: 100%;
}

.headerArt #spiritual-notification.blended {
  z-index: 10;
  top: 10vh;
  position: absolute;
}

section.bulletPresent {
  background-color: #090749;
}
@media (max-width: 576px) {
  section.bulletPresent .bulletMarker {
    height: 90px;
    width: 90px;
  }
  section.bulletPresent .row {
    margin-left: unset !important;
    margin-right: unset !important;
    padding-left: unset !important;
    padding-right: unset !important;
  }
  section.bulletPresent .blurbItem {
    padding-top: 1em;
    margin-left: unset !important;
    margin-right: unset !important;
  }
  section.bulletPresent .blurbItem:nth-child(even) {
    background-color: #0C3870;
  }
}
section.bulletPresent h2 {
  font-size: 1.75em;
  font-weight: 900;
}
section.bulletPresent .bulletMarker {
  height: 127px;
  width: 127px;
  background-color: #97c1f1;
  border-radius: 50% 25% 50% 25%;
  transition: all 0.75s ease;
}
section.bulletPresent .bulletMarker:hover {
  background-color: #6aa6eb;
  border-radius: 25% 50% 25% 50%;
}
section.bulletPresent .blurbItem:nth-child(odd) .bulletMarker {
  background-color: #174D8B;
  border-radius: 25% 50% 25% 50%;
}
section.bulletPresent .blurbItem:nth-child(odd) .bulletMarker:hover {
  background-color: #1e65b7;
  border-radius: 50% 25% 50% 25%;
}
section.bulletPresent .mottoImg {
  width: 55%;
  min-width: 300px;
}

section.subscriptions {
  background-color: #090749;
  color: #FFF;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
section.subscriptions h2 {
  color: #CAE3FF;
}
section.subscriptions hr {
  width: 70%;
  height: 2px;
  background-color: #FFF;
}
section.subscriptions .planItem {
  background-color: #0C3870;
  border-radius: 5%;
}
section.subscriptions .planItem .description {
  font-size: 0.85em;
  overflow-y: auto;
  height: 200px;
}
section.subscriptions .planItem .priceDisclaimer {
  font-size: 0.75em;
}
section.subscriptions ::-webkit-scrollbar {
  width: 6px;
}
section.subscriptions ::-webkit-scrollbar-track {
  background: #10355f;
}
section.subscriptions ::-webkit-scrollbar-thumb {
  background-color: #448deb;
  border-radius: 40px;
  height: 30px;
  transition: 750ms ease all;
}
section.subscriptions ::-webkit-scrollbar-thumb:hover {
  background-color: #1872e3;
}
section.subscriptions .planHolder:nth-child(even) .planItem {
  background-color: #174D8B;
}
section.subscriptions .bulletMarker {
  height: 127px;
  width: 127px;
  background-color: #2561a7;
  border-radius: 50% 25% 50% 25%;
  transition: all 0.75s ease;
  display: inline-block;
  vertical-align: middle;
}
section.subscriptions .bulletMarker .priceLabel {
  line-height: 125px;
  font-size: 2em;
}
section.subscriptions .bulletMarker .month {
  position: relative;
  bottom: 45px;
}
section.subscriptions .bulletMarker:hover {
  background-color: #205592;
  border-radius: 25% 50% 25% 50%;
}
section.subscriptions .planHolder:nth-child(odd) .bulletMarker {
  background-color: #174D8B;
  border-radius: 25% 50% 25% 50%;
}
section.subscriptions .planHolder:nth-child(odd) .bulletMarker:hover {
  background-color: #1e65b7;
  border-radius: 50% 25% 50% 25%;
}
section.subscriptions .planHolder .btn {
  cursor: pointer;
}