body {
  font-size: 1.1rem;
}

.site-header {
  background-color: black;
  box-shadow: 0 0 0 0.5rem #d00, 0 0 0 1rem #fc0;
  border: none;
  margin-bottom: 2rem;
  padding: 1rem 0;
}

.site-nav .page-link {
  color: #ccc;
}

.site-title,
.site-title:visited {
  color: #ccc;
}

.site-title:hover {
  color: #fff;
  text-decoration: none;
}

.post-list-heading {
  font-weight: bold;
  margin-top: 3rem;
  text-transform: uppercase;
  line-height: 2rem;
}

h1,
h2,
h3,
h4,
h5 {
  color: #195;
}

h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 2.5rem;
}

a,
a:visited {
  color: #2571c2;
}

a:hover {
  color: #4f8ed0;
}

.post-meta {
  font-size: 0.8rem;
  color: #99c;
}

.post-link {
  line-height: 1.8rem;
}

.h3-link {
  margin-bottom: 0.2rem;
}

@media only screen and (max-width: 600px) {
  .site-nav {
    margin-top: 1rem;
  }

  .site-nav .page-link {
    color: #666;
  }
}
