@import url("https://fonts.googleapis.com/css?family=Archivo+Narrow:400,400i,700,700i|Libre+Baskerville:400,400i,700|Roboto+Condensed:300,400,700|Roboto+Mono:100,300,400,500,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Amiri");
.test-usage {
  font-family: 'Archivo Narrow', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  font-family: 'Libre Baskerville', serif;
  font-family: 'Roboto Mono', monospace;
  font-family: 'Amiri', serif; }

* {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  color: #E73431; }

.section-fixed {
  z-index: 10;
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  overflow-y: auto;
  padding-top: 15px; }
  .section-fixed-text-block p {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: .03em; }
    @media (min-width: 992px) {
      .section-fixed-text-block p {
        font-size: 16px;
        line-height: 20px; } }
  .section-fixed a {
    color: #F2917A;
    text-decoration: none;
    -webkit-transition: color 200ms ease-in;
    -moz-transition: color 200ms ease-in;
    -o-transition: color 200ms ease-in;
    -ms-transition: color 200ms ease-in;
    transition: color 200ms ease-in; }
    .section-fixed a:hover {
      color: #E73431; }

[class^='section-scroll'] {
  min-width: 100%;
  max-width: 100%;
  width: 100%; }
  [class^='section-scroll'] img {
    width: 100%;
    min-width: 100%;
    max-width: 100%; }

.section-scroll-opening {
  z-index: 5;
  background-image: url("../img/intro-shape.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 135vh; }

.section-scroll-title {
  z-index: 15;
  position: relative; }
  .section-scroll-title #intro-lettering {
    margin-top: 140px;
    margin-bottom: 20px; }

.section-scroll-body {
  z-index: 5;
  padding-top: 30px; }
  .section-scroll-body img.photo {
    display: block;
    border-bottom: 1px solid rgba(231, 52, 49, 0.5);
    border-bottom: 1px solid #E73431;
    margin: 0;
    padding: 0; }

.arrow {
  position: fixed;
  left: 20%;
  bottom: 15px; }

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