.fab, .fas {
  font-family: fontawesome !important;
  font-size: 1.2em;
  text-decoration: none;
  color: #666;
}

.fab:hover, .fas:hover {
  color: #111;
}

.social-links a:link {
  background: none;
  background-repeat: no-repeat;
}

nav.site-nav {
  font-size: 1.1rem;
  padding: 1.5rem 0 0.5rem 0;
  width: 55%;
  max-width: 720px;
}

@media (max-width: 760px) {
  nav.site-nav {
    width: 90%;
  }
}

nav.site-nav a {
  margin-right: 1.5rem;
  color: #555;
  text-decoration: none;
  background: none;
}

nav.site-nav a:hover {
  color: #111;
}

nav.site-nav a.active {
  color: #111;
  border-bottom: 1px solid #111;
}

.post-date {
  color: #888;
  font-size: 0.9rem;
}

article { padding-top: 1.5rem; }
section { padding-top: 0; }
h1 { margin-top: 0; }
h2 { margin-top: 1.2rem; }
h3 { margin-top: 1rem; }

blockquote > p { margin-bottom: 0.2rem; }
blockquote > footer { margin-top: 0; }

.media-item { margin-bottom: 2.5rem; }
.media-item .media-meta { color: #888; font-size: 0.85rem; margin-bottom: 0.3rem; }
.media-item h3 { margin-top: 0.2rem; margin-bottom: 0.5rem; font-size: 1.1rem; }
.media-item h3 a { color: inherit; }
.media-item .media-description { color: #555; font-size: 0.95rem; font-style: italic; }
.media-thumbnail { display: block; width: 100%; height: 180px; object-fit: cover; object-position: top; margin-bottom: 0.6rem; border: 1px solid #e0e0e0; }
.video-embed { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin-bottom: 0.5rem; }
.video-embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
.media-section-heading { margin-top: 2rem; margin-bottom: 1.5rem; }

div.epigraph { margin: 1em 0 2em 0; }
div.epigraph > blockquote { margin-bottom: 0; padding-bottom: 0; }
div.epigraph > blockquote > p { margin-bottom: 0; }
div.epigraph > blockquote > footer { margin-top: 0; text-align: right; font-style: normal; }
