@import url("https://fonts.googleapis.com/css?family=Playfair+Display:700,900&display=swap");
body {
  background: #fcfcfc;
  height: 100vh;
}

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
  display: block;
}
.blog-header .tagline {
  color: #4e5357;
}

.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

.logo-img {
  width: 50%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

.display-4 {
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}
.nav-scroller .nav {
  display: flex;
  white-space: nowrap;
}

.nav-scroller .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  .post-card-height {
    height: 270px;
  }
}
/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}

.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
  * Blog posts
  */
.blog-post {
  margin-bottom: 4rem;
}

.blog-post-title {
  margin-bottom: 0.25rem;
  font-size: 2.5rem;
}

.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

/*
  * Footer
  */
.blog-footer {
  padding: 1.5rem 0;
  color: #727272;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 0.05rem solid #e5e5e5;
}

.blog-footer p:last-child {
  margin-bottom: 0;
}

.post-card .category-link {
  text-decoration: none;
  color: inherit;
}
.post-card .post-title {
  font-size: 1.2rem;
  word-wrap: break-word;
  overflow: hidden;
  height: 2.8em;
  line-height: 1.4em;
}
.post-card .post-title a {
  color: initial;
}
.post-card .post-lede {
  word-wrap: break-word;
  overflow: hidden;
  max-height: 4.2em;
  line-height: 1.4em;
}

.thumbnail-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  height: 100%;
  width: 100%;
}
.thumbnail-wrapper .thumbnail {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.thumbnail-wrapper .fill-v {
  height: 100%;
}
.thumbnail-wrapper .fill-h {
  width: 100%;
}

.category-heading a {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

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