
html, body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fafafa;
}

.content.container {
  max-width: 40em;
  margin: 0 auto;
  padding: 60px 2em;
}

.screen-reader-text {
  position: absolute;
  left: -1000em;
  height: 1px;
  width: 1px;
  clip: rect(1px,1px,1px,1px);
  overflow: hidden;
}

h1 {
  font-size: 1.8em;
}

h1.site-header {
  text-align: center;
}

.site-description {
  text-align: center;
  padding-bottom: 3ex;
  border-bottom: 1px solid #ddd;
}

.main-navigation {
  text-align: center;
  font-size: .9em;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 2ex;
}

.main-navigation li {
  display: inline-block;
  position: relative;
}

.site-footer {
  text-align: center;
  margin-bottom: 1em;
}

h2 {
  font-size: 1.4em;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 0.2ex;
  line-height: 1.4;
  font-weight: 400;
}

.header-image {
  background-image: url("/images/header.jpg");
  background-position: 50% 50%;
  background-size: cover;
  max-height: 350px;
}

.header-image img {
  margin: 0 auto;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  visibility: hidden;
}

pre {
  background-color: rgba(40, 40, 0, 0.06);
  margin: 10px 0;
  overflow: hidden;
  padding: 15px;
  white-space: pre-wrap;
}

code {
  background-color: rgba(40, 40, 0, 0.06);
}

pre code {
  background-color: transparent;
}

a {
  color: #009cbf;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  text-decoration: underline;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
  color: black;
}

figure {
  margin-left: 0;
  margin-right: 0;
}

figcaption {
  margin-bottom: 1ex;
}

.blog-post-date {
  margin-right: 1em;
}

.blog-post-comments-count::before {
  content: "/";
  margin-right: 1em;
}

.blog-post-archived-comments {
  border-top: 1px solid #ddd;
}

.blog-post-comment {
  background-color: #eee;
  border-radius: 0.3em;
  padding: 0.001em 1em;
  margin: 1em 0;
}

