* {
  margin: 0;
  padding: 0;
  font-family: "Chivo", sans-serif;
  font-size: 18px;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  line-height: 1.5;
  color: #555;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

a {
  text-decoration: none;
  color: #2d90fd;
}

em {
  font-size: inherit;
  color: inherit;
}

strong {
  font-size: inherit;
  color: inherit;
  font-weight: 700;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

body {
  padding: 2rem;
}

p {
  margin-bottom: 1rem;
}

#intro {
  padding: 0 20px 2rem;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#intro h2 {
  text-align: left;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
}
#intro span {
  text-align: left;
  margin-top: 1rem;
}

.post-preview img {
  width: auto;
  height: auto;
  max-height: 150px;
}

#news ul, #news ol, #faq ul, #faq ol {
  margin-left: 20px;
}
#news pre, #faq pre {
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  font-size: 0.7rem;
}
#news pre em, #faq pre em {
  font-size: 0.7rem;
}
#news h1, #faq h1 {
  font-size: 1.5rem;
  padding-top: 100px;
  margin-top: -80px;
}
#news h3, #faq h3 {
  padding-top: 90px;
  margin-top: -90px;
}
#news #post-nav, #faq #post-nav {
  margin-top: 2rem;
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#news #post-nav a, #faq #post-nav a {
  width: 50%;
  height: 100%;
  padding: 2rem 0.5rem 2rem 0;
}
#news #post-nav a span:nth-child(1), #faq #post-nav a span:nth-child(1) {
  font-family: "Share Tech Mono", monospace;
}
#news #post-nav a span:nth-child(2), #faq #post-nav a span:nth-child(2) {
  color: black;
  font-size: 1rem;
  width: 100%;
  display: block;
}
#news #post-nav a:hover span:nth-child(2), #faq #post-nav a:hover span:nth-child(2) {
  color: #2d90fd;
}
#news #post-nav a:only-child, #faq #post-nav a:only-child {
  width: 100%;
}
#news #post-nav a.next, #faq #post-nav a.next {
  text-align: right;
  border-left: 1px solid #ddd;
  padding: 2rem 0rem 2rem 0.5rem;
}
#news #post-nav a.next:only-child, #faq #post-nav a.next:only-child {
  border-left: none;
}
@media screen and (max-width: 500px) {
  #news #post-nav, #faq #post-nav {
    flex-direction: column;
  }
  #news #post-nav a, #faq #post-nav a {
    width: 100%;
    padding: 1 rem 0;
  }
  #news #post-nav a span:nth-child(2), #faq #post-nav a span:nth-child(2) {
    font-size: 0.8rem;
  }
  #news #post-nav a.next, #faq #post-nav a.next {
    border: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  #news #post-nav a.next:only-child, #faq #post-nav a.next:only-child {
    border-bottom: none;
    border-top: none;
  }
}

#news {
  margin-top: 40px;
}

.post-menu {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.post-menu span {
  margin-right: 5px;
}
.post-menu a {
  line-height: 1;
  min-width: 45px;
  max-width: 45px;
}
.post-menu a img {
  width: 100%;
  margin: 0 !important;
}
.post-menu .print-ready {
  display: block;
  margin-top: 0rem;
  margin-left: auto;
  font-family: "Share Tech Mono", monospace;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  line-height: 30px;
  max-width: none;
}
.post-menu .print-ready:before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: block;
  background-image: url("../images/print.svg");
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
}
@media screen and (max-width: 540px) {
  .post-menu .print-ready {
    font-size: 0;
  }
}

#news, #faq, .content {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 20px;
}

pre {
  margin-bottom: 1rem;
}

/*# sourceMappingURL=print.css.map */
