/* The complete foreword is taller than the viewport. Keep it visible without
   waiting for the generic reveal observer, and bring the reading area close
   to the introduction on small screens. */
@media (max-width: 560px) {
  .reading-page .page-hero {
    min-height: auto;
    padding: 125px 7vw 48px;
  }

  .reading-page .page-hero h1 {
    font-size: 3.35rem;
  }

  .reading-page .content {
    padding-top: 32px;
  }
}

.manuscript-divider {
  margin: 2.5rem 0;
  color: #b57f29 !important;
  text-align: center;
  letter-spacing: .7em;
}
