html, body {
  background: #222;
  color: #ccc;
  font-family: monospace;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.page-content {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.box {
  margin: 0;
  flex: 1;
}
  .box.header {
    width: 100%;
    margin: 20px 0 40px 0;
}

.box-content, .header {
  width: 900px;
  margin: 0;
  padding: 0;
}
  .box-content img, .header img {
    width: 100%;
    display: block;
}

.box-content.index {
  margin-top: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: monospace;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.2em;
  color: #ccc;
  font-weight: normal;
}

h1 {
  font-size: 38px;
  font-family: monospace;
}

h1 a, h1 a:visited, h1 a:hover {
  border: none;
}

h2 a, h2 a:visited, h2 a:hover,
h3 a, h3 a:visited, h3 a:hover,
h4 a, h4 a:visited, h4 a:hover {
  border: none;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

p {
  line-height: 1.8em;
  margin: 30px 0;
  word-spacing: -1px;
  letter-spacing: -0.1px;
}

img + p {
  margin-top: 30px;
}

.meta {
  font-size: 12px;
  font-family: sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.header h1 {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
}

.header .nav {
  display: inline-block;
}

.post {
  margin-bottom: 40px;
}
  .post .post-content ul {
    list-style-type: none;
    padding-inline-start: 60px;
}
    .post .post-content ul li {
      text-indent: -20px;
      line-height: 1.4em;
      margin: 20px 0;
}
      .post .post-content ul li:before {
        content: "- ";
}

.items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: -10px;
}
  .items .item {
    flex: 0 0 calc(100%/5);
}
    .items .item .item-content {
      margin: 10px;
      margin-bottom: 40px;
      padding-top: 5px;
}
      .items .item .item-content .description {
        font-size: 15px;
        line-height: 1.2em;
        margin: 20px 0;
}
        .items .item .item-content .description img {
          margin-top: -20px;
}
    .items .item .meta {
      margin: 10px 0;
    }
    .items .item .meta .name {
      font-size: 120%;
      font-weight: bold;
      word-spacing: 0px;
      letter-spacing: 0px;
      margin-right: 5px;
}
    .items .item h3 {
      margin-top: 5px;
      margin-bottom: 5px;
      line-height: 1.1em;
}

.items.article-spread .item-content {
  /*border-top: 4px solid #222;*/
}

.archive h2 {
  display: inline-block;
  border-bottom: 4px solid #222;
}

.nav ul {
  display: block;
  padding-left: 0;
  margin: 0 -10px;
  font-size: 14px;
  font-family: "News Cycle", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
  .nav ul li, .tags ul li {
    display: inline-block;
    padding: 0;
    margin: 0 10px;
}
  .nav ul a, .tags ul a {
    border: none;
}
  .nav ul a:hover, .tags ul a:hover {
    border-bottom: 2px solid #222;
}

a {
  text-decoration: none;
}

a, a:visited {
  color: #ccc;
  border-bottom: 1px #666666 dotted;
}

a:hover {
  text-decoration: none;
  border-bottom: 1px #666666 solid;
}

a.button {
  padding: 10px 20px;
  border: 3px #999 solid;
  cursor: pointer;
}

a.button:hover {
  border: 3px #000 solid;
}

ul.link-list {
  display: block;
  padding-left: 0;
  margin: -10px;
}
  ul.link-list li {
    background: #000;
    color: #999;
    display: inline-block;
    padding: 4px 10px 2px 10px;
    margin: 10px;
}
  ul.link-list a {
    border: none;
    color: #ccc;
}
  ul.link-list a:hover {
    color: #05EBB1;
}

blockquote {
  color: #6f6f6f;
  border-left: 5px solid #222;
  padding-left: 20px;
}

.linebreak {
  height: 1px;
  width: 40px;
  border-top: 3px solid #222;
}

@media (max-width: 940px) {
  .box-content, .header {
    width: auto;
    margin: 0 10px;
  }
  .items {
    /*margin: 0;*/
  }
    .items .item {
      flex: 0 0  calc(100%/3);
    }
      .items .item .item-content {
        /*margin: 0;*/
      }
        .items .item .item-content .date {
          margin-right: 20px;
        }
  blockquote {
    margin-left: 0;
    margin-right: 0;
    border-left: 5px solid #222;
    padding-left: 20px;
    padding-right: 20px;
  }
}
