body {
  background-color: #313E44;
}

.title-container {
  width: 87%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 255px 0 0 0;
}
.title-container .title {
  font-family: ff-good-headline-web-pro-ext, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 61px;
  line-height: 48px;
  text-transform: uppercase;
  color: #CAE7D6;
}
@media (min-width: 768px) {
  .title-container .title {
    font-size: 107px;
    line-height: 110px;
  }
}

.content-container {
  width: 87%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 20px 0 50px 0;
  font-family: termina, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 23px;
  color: #fff;
}
.content-container a {
  font-family: termina, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #CAE7D6;
}
.content-container .featured-image-container {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center center;
}
.content-container .post-nav-container {
  padding: 20px 0 0 0;
}
.content-container .post-nav-container a {
  font-family: termina, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 23px;
  color: #CAE7D6;
}
.content-container .post-nav-container a:hover {
  color: #fff;
}

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