html, body {
  font-family: "Sen", sans-serif;
  color: #300C66;
  font-size: 1.2em;
}

ul, ol {
  font-size: 0.8em;
}

img.profile {
  border: 3px solid #8f8c9b;
  border-radius: 10000px;
}

hr.royal {
  color: #300C66;
  height: 5px;
}

.text-center {
  text-align: center;
}

.bg-blue {
  background-color: #300C66;
}

.bg-grey {
  background-color: #F8F8F8;
}

.bg-lviolet {
  background-color: #431A81;
}

.violet-d {
  color: #A46AFF;
}

.violet-l {
  color: #9053EF;
}

.blue {
  color: #300C66;
}

.orange {
  color: #FC6B3D;
}

a.orange:hover {
  color: #300C66;
}

.yellow {
  color: #F0A949;
}

.violet {
  color: #9053EF;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

.font-regular {
  font-weight: 400;
}

.font-bold {
  font-weight: 700;
}

.font-extra-bold {
  font-weight: 800;
}

.font-splash {
  font-size: 4em;
  line-height: 1.2em;
}

.mobile.font-splash {
  font-size: 2.6em;
  line-height: 1.2em;
}

.font-cta {
  font-size: 2em;
  line-height: 1.4em;
}

.font-cta-sub {
  font-size: 1.3em;
}

a.plain {
  color: white;
  text-decoration: none;
}

.splash-container {
  padding: 1.5em 0 6em 0;
}

a:hover {
  text-decoration: none;
}

.offset-splash {
  z-index: 3;
  top: -4em;
  position: relative;
}

.pointer {
  cursor: pointer;
}

.cta-img {
  width: 100%;
}

@media (max-width: 810px) {
  .mobile-bottom-margin {
    margin-bottom: 1.2em;
  }
  .font-cta {
    margin: 1em 0;
    font-size: 1.8em;
    line-height: 1.4em;
  }
  .quote {
    padding-left: 3em;
  }
  .attribution {
    margin-top: 0.8em;
  }
  .resume-spacer {
    margin-top: 9em;
  }
}
@media (min-width: 810px) {
  .resume-spacer {
    margin-top: 3em;
  }
  .we-the-pple {
    margin-top: 2em;
  }
  .attribution {
    margin-top: 1.2em;
  }
}
.v-snug {
  line-height: 1.2em;
}

.sticky {
  position: fixed;
  top: 0;
  z-index: 2000;
  width: 100%;
}

.sticky-spacer {
  margin-top: 6em;
}

img.constrained {
  max-width: 8em;
}

.nouline {
  text-decoration: none;
}

.legal-copy {
  font-size: 1em;
}

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