@font-face {
  font-family: 'Manege';
  src: url('../woff/manege-light-2.woff');
  font-weight: 300;
  font-style: normal;
}

.story {
  background-image: url('../jpg/bg.jpg');
  padding-top: 0;
}

@media (min-width: 768px) {
  .story {
  }
}

.year2-site__header {
  position: absolute;
  width: 100%;
}

.year2-header__title {
  display: none;
}

.story-template-mostlyeverything .story-title--big .story-title__text {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.15px;
}

.story-author__text.story-author__text {
  font-family: 'GT America';
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.4px;
}

@media (min-width: 640px) {
  .story-template-mostlyeverything .story-title--big .story-title__text {
    font-size: 89px;
    line-height: 1.2;
    letter-spacing: -0.3px;
    font-weight: 300;
  }
}

.story-title {
  margin-bottom: 12px;
}

.story__hero {
  background-image: url('../jpg/header-mobile.jpg');
  padding-top: 65vw;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .story__hero {
    background-image: url('../jpg/header-desktop.jpg');
    padding-top: 65vw;
    margin-bottom: -25vw;
  }
}

.story-header {
  max-width: 1200px;
  position: relative;
  z-index: 1;
}

.story-title__text,
.story-title__subheading {
  font-family: 'Manege';
}

.block-text__section.block-text__section--text {
  width: 90%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.story-text p {
  font-family: 'GT America';
  margin-bottom: 0;
  margin-left: 5em;
}

.story-text p:nth-child(3n + 1) {
  margin-left: 3em;
  text-indent: -2em;
}

@media (min-width: 640px) {
  .story-text p {
    font-size: 18px;
    line-height: 1.5;
    margin-left: 6em;
    letter-spacing: 0.4px;
  }

  .story-text p:nth-child(3n + 1) {
    margin-left: 4em;
    text-indent: -2em;
  }
}

.story-title__subheading {
  display: none;
}

.share__items {
  left: 14px;
}

.share__icon svg {
  width: 40px;
  height: 40px;
}

.story__endillustration img {
  display: block;
  width: 75%;
  margin: 0 auto;
  margin-bottom: 50px;
}

@media (min-width: 640px) {
  .story__endillustration img {
    margin: 0;
    margin-left: 5%;
    margin-bottom: 50px;
    max-width: 350px;
  }
}

.me-poem {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 20px 0 60px;
}

.me-stanza {
  margin-bottom: 30px;
}

.me-stanza__verses {
  margin-left: 4em;
}

.me-stanza__headline,
.me-stanza__verse {
  text-indent: -2em;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 640px) {
  .me-poem {
    padding: 0 80px 0 120px;
    max-width: 890px;
  }

  .me-stanza {
    margin-bottom: 30px;
  }

  .me-stanza__headline,
  .me-stanza__verse {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.4px;
  }
}

.me-dedication {
  display: block;
  font-style: italic;
  text-align: right;
}
