body {
  font-family: 'PT Serif', sans-serif;
  margin-bottom: 100px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  color: #030303;
  font-size: 23px;
  margin-bottom: 20px;
}
#header {
  margin-bottom: 120px;
  padding-top: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  #header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#logo {
  color: #111;
  font-family: 'Permanent Marker', cursive;
  font-size: 40px;
}
.nav-link {
  color: #aaa;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  #nav-links {
    margin-top: 15px;
    padding-left: 2.5%;
  }
}
.nav-link.selected {
  color: #111;
}
.intro {
  line-height: 95px;
  font-size: 80px;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .intro {
    font-size: 39px;
    line-height: normal;
    padding-left: 10px;
  }
}
h2,
h3 {
  font-weight: 700;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 25px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 27px;
}
.caption {
  color: #555;
  text-align: center;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 40px;
  max-width: 75%;
}
.full-image-container {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 30px;
}
.full-image {
  width: 100%;
}
.next-page {
  font-size: 21px;
  text-align: center;
}
.next-page-text {
  font-size: 32px;
}
.page-arrow {
  font-size: 40px !important;
  vertical-align: bottom;
}
