* {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  width: 800px;
  margin: 50px auto;
  font-family: Fenix, Georgia;
  color: #000411;
  background: #041443 url("https://johnholdun.com/assets/silverantlers/stars.png") fixed;

  &:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 50%;
    background: -webkit-linear-gradient(-90deg, rgba(0,0,10,0.4), rgba(0,0,10,0));
    z-index: 0;
  }

  &:after {
    content: url("https://johnholdun.com/assets/silverantlers/tree.png");
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1;
  }

  > h1 {
    width: 800px;
    height: 170px;
    margin: 0 auto;
    background: url("https://johnholdun.com/assets/silverantlers/title.png") top center no-repeat;
    background-size: contain;

    a {
      display: block;
      height: 100%;
      white-space: nowrap;
      text-indent: 100vw;
      overflow: hidden;
    }
  }

  > * {
    position: relative;
    z-index: 2;
  }
}

p, li {
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 15px;
}

a {
  color: #5585AA;
  text-decoration: none;
}

#what {
  margin: 0 -10px;
  overflow: hidden;

  p {
    text-align: center;
    margin: 0 0 20px;
    color: #E6F2FE;
    font-shadow: 0 1px 0 #02051B;
    font-style: italic;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
  }

  a {
    color: #6FA5DE;
  }
}

article {
  padding: 20px;
  background: #F7F7F7 url("https://johnholdun.com/assets/silverantlers/noise.png");
  border-radius: 2px;
  box-shadow: 0 0 4px #002;
  margin-bottom: 30px;

  h1 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 0;
    color: #00082F;
  }

  h2 {
    margin-bottom: 10px;
  }

  header a,
  .meta a,
  .tags a {
    color: inherit;
  }

  header {
    display: block;
    margin: 0 0 20px;
  }

  ul, ol {
    margin: 20px;
  }

  ul, ul li {
    list-style: disc;
  }

  ol, ol li {
    list-style: decimal;
  }

  > :last-child {
    margin-bottom: 0;
  }
}

p.meta, 
ul.tags, 
ul.tags li {
  font-size: 16px;
  color: #252F53;
  margin: 0;
  display: inline-block;
  list-style: none;
}

ul.tags li {
  padding-left: 30px;

  &:before {
    content: "\2022";
    color: #CCC;
    font-size: 40px;
    line-height: 30px;
    float: left;
    width: 30px;
    text-align: center;
    margin-left: -30px;
  }
}

blockquote {
  border-left: 4px solid #A2BCFB;
  padding-left: 16px;
  color: #121932;
}

figure {
  margin: 0 0 20px;

  img {
    display: block;
    width: 100%;
    height: auto;
  }

  figcaption {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
}

sup {
  font-size: 0.75em;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
}

hr {
  height: 0;
  width: 75%;
  margin: 29px auto 0;
  border: none;
  border-top: 3px double #CCC;
  padding-bottom: 28px;
}

.footnotes {
  border-top: 1px solid #CCC;
  padding-top: 14px;

  hr {
    display: none;
  }

  li {
    list-style: decimal;
    margin-left: 2ex;
  }
}

footer {
  text-align: center;
  color: #F7F7F7;
}