/* dark green #136346 */
/* mint green #7bac85 */
/* material black 700 #464646 */
/* beige #FAF5E4 */

body {
  font-family: "Lora", serif;
}

header {
  background: #7bac85;
  padding: 43px 112px;
}

header .live-on {
  color: #136346;
  font-size: 18;
  font-style: italic;
  margin-top: 8px;
  margin-bottom: 0px;
}

header .logo {
  height: 38px;
  width: 190px;
}

section.marketing-points {
  padding: 76px 112px;
}

section.marketing-points .section-header {
  text-align: center;
  margin-bottom: 80px;
}

section.marketing-points .section-header h2 {
  font-size: 50px;
  font-weight: 400;
  color: #136346;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 12px;
}

section.marketing-points .section-header p {
  color: #464646;
  font-size: 17px;
}

section.video-hero {
  overflow: hidden;
  max-height: 685px;
}

.triple-callout {
  display: flex;
  justify-content: center;
}

.triple-callout .callout-block {
  display: flex;
  margin: 0 20px;
}

.triple-callout .callout-block .callout-left {
  margin-right: 16px;
}

.triple-callout .callout-block .callout-left .circle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 2px solid #7bac85;
}

.triple-callout .callout-block .callout-left .circle-container span {
  font-size: 29px;
  color: #7bac86;
}

.triple-callout .callout-block .callout-right h5 {
  font-size: 18px;
  color: #305b3e;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
}

.triple-callout .callout-block .callout-right p {
  font-size: 16px;
  color: #464646;
  margin-top: 0;
}

section.coming-soon {
  background: #faf5e4;
  padding: 32px 112px;
}

section.coming-soon h3 {
  color: #305b3e;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
}

.verse-player-embed {
  position: relative;
  height: 1350px;
  overflow: hidden;
  max-width: 100%;
}
.verse-player-embed iframe,
.verse-player-embed object,
.verse-player-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
