.gradient-background {
  background: linear-gradient(180deg, rgba(142, 248, 248, 0.15), rgba(240, 254, 232, 0.35));
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

.content h1 {
  text-align: center;
}
.content .centered-title {
  text-align: center;
}
.content .white-band {
  width: 100vw;
  background-color: white;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (max-width: 1000px) {
  .content .mobile-hidden {
    display: none;
  }
}
.content .vertical-pad {
  height: 100%;
}
.content .left-blurb {
  text-align: left;
  font-size: 1.5em;
  position: relative;
  left: 5em;
}
@media (max-width: 1000px) {
  .content .left-blurb {
    left: 1em;
  }
}
.content .right-blurb {
  text-align: right;
  font-size: 1.5em;
  position: relative;
  right: 5em;
  margin-left: auto;
}
@media (max-width: 1000px) {
  .content .right-blurb {
    right: 1em;
  }
}
.content .center-blurb {
  text-align: left;
  font-size: 1.5em;
  position: relative;
  margin: auto;
}
.content .blurb-25 {
  width: 25%;
}
@media (max-width: 1000px) {
  .content .blurb-25 {
    width: 50%;
  }
}
.content .blurb-33 {
  width: 33%;
}
@media (max-width: 1000px) {
  .content .blurb-33 {
    width: 66%;
  }
}
.content .blurb-50 {
  width: 50%;
}
@media (max-width: 1000px) {
  .content .blurb-50 {
    width: 75%;
  }
}
.content .blurb-75 {
  width: 75%;
}
@media (max-width: 1000px) {
  .content .blurb-75 {
    width: 100%;
  }
}
.content .spacer-s {
  height: 4vh;
}
.content .spacer-m {
  height: 8vh;
}
.content .spacer-l {
  height: 12vh;
}

.text-medium {
  font-size: 1.5em;
}

.text-large {
  font-size: 2em;
}

.card {
  padding: 1em !important;
}

.hide {
  display: none;
}

/*# sourceMappingURL=content.css.map */
