.hidden {
  display: none;
}

body {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
  max-width: 62rem;
  margin: 30px auto 60px auto;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  padding-right: 2rem;
  padding-left: 2rem;
  line-height: 1.5;
}

@media all and (min-width: 550px) {
  .post-item {
    display: flex;
  }
}

mark {
  background-color: #ffff0040;
}

a, a:visited {
  color: black;
  text-decoration: none;
  box-shadow: inset 0 0px 0 rgb(255, 255, 255), inset 0 -2px 0 rgba(0, 0, 0, 0.30);
}
a:hover {
  box-shadow: inset 0 0px 0 rgb(255, 255, 255), inset 0 -2px 0 rgba(0, 0, 0, 0.6);
}
a:active {
  box-shadow: inset 0 0px 0 rgb(255, 255, 255), inset 0 -2px 0 rgba(0, 0, 0, 1);
}
section {
  margin-top: 50px;
  -webkit-font-smoothing: antialiased;
}

section.posts time {
  font-family: 'Fira Mono', monospace;
  display: block;
  padding-top: 12px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.57);
  line-height: 10px;
}

.blog-meta author::after {
  content: " – ";
}

section.posts time {
  margin-right: 20px;
}

.post-list {
  padding: 0px;
}
.post-item {
  line-height: 1.7;
  list-style: none;
}

.blog-header h2 {
  margin-top: 50px;
}
.post-meta {
  opacity: 0.75;
}

.page-content {
  word-wrap: break-word;
  margin-top: 40px;
}
.blogpost h3 {
  margin-top: 50px;
}

.page-content h1, h2, h3, h4 {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
}
.blogpost table {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.notes-and-links h3 {
  margin-top: 10px;
}
.notes-and-links {
  margin-top: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.32);
}
.dev-bar {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  text-align: center;
  position: fixed;
  top: 0px;
  width: 500px;
}

.highlight {
  border-radius: 4px;
}

code {
  font-family: 'Fira Mono', monospace;
}

code.language-plaintext {
  border: 1px solid #002b3640;
  border-radius: 2px;
}
pre.highlight {
  padding: 10px 0.5em;
  overflow: auto;
}

blockquote {
  margin: 0;
}

blockquote p {
  padding: 15px;
  background: #eee;
  border-radius: 5px;
}

blockquote p::before {
  content: '\201C';
}

blockquote p::after {
  content: '\201D';
}