@font-face {
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Source-Sans-Pro/Source-Sans-Pro-regular.eot");
  src: url("../fonts/Source-Sans-Pro/Source-Sans-Pro-regular.eot?#iefix") format("embedded-opentype"), local("Source Sans Pro"), local("Source-Sans-Pro-regular"), url("../fonts/Source-Sans-Pro/Source-Sans-Pro-regular.woff2") format("woff2"), url("../fonts/Source-Sans-Pro/Source-Sans-Pro-regular.woff") format("woff"), url("../fonts/Source-Sans-Pro/Source-Sans-Pro-regular.ttf") format("truetype"), url("../fonts/Source-Sans-Pro/Source-Sans-Pro-regular.svg#SourceSansPro") format("svg");
}
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Source-Sans-Pro/Source-Sans-Pro-600.eot");
  src: url("../fonts/Source-Sans-Pro/Source-Sans-Pro-600.eot?#iefix") format("embedded-opentype"), local("Source Sans Pro Semibold"), local("Source-Sans-Pro-600"), url("../fonts/Source-Sans-Pro/Source-Sans-Pro-600.woff2") format("woff2"), url("../fonts/Source-Sans-Pro/Source-Sans-Pro-600.woff") format("woff"), url("../fonts/Source-Sans-Pro/Source-Sans-Pro-600.ttf") format("truetype"), url("../fonts/Source-Sans-Pro/Source-Sans-Pro-600.svg#SourceSansPro") format("svg");
}
@font-face {
  font-family: "Fira Code";
  src: url("../fonts/FiraCode/FiraCode-Regular.eot");
  src: url("../fonts/FiraCode/FiraCode-Regular.eot") format("embedded-opentype"), url("../fonts/FiraCode/FiraCode-Regular.woff2") format("woff2"), url("../fonts/FiraCode/FiraCode-Regular.woff") format("woff"), url("../fonts/FiraCode/FiraCode-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Code";
  src: url("../fonts/FiraCode/FiraCode-Medium.eot");
  src: url("../fonts/FiraCode/FiraCode-Medium.eot") format("embedded-opentype"), url("../fonts/FiraCode/FiraCode-Medium.woff2") format("woff2"), url("../fonts/FiraCode/FiraCode-Medium.woff") format("woff"), url("../fonts/FiraCode/FiraCode-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #ddd;
  -webkit-text-size-adjust: 100%;
  background: #222;
}
body.mac {
  padding: 5px;
}
body.mac hr:first-child, body.mac hr + p, body.mac p + h2 {
  display: none;
}

h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 1em;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

figure > img {
  display: block;
}

figcaption {
  font-size: 13px;
}

ul, ol {
  margin-left: 35px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

a {
  color: #49afef;
  text-decoration: none;
  -webkit-transition: 100ms linear 0s;
  -moz-transition: 100ms linear 0s;
  -o-transition: 100ms linear 0s;
  transition: 100ms linear 0s;
}
a:visited {
  color: rgb(26.1212121212, 154.3939393939, 234.8787878788);
}
a:hover {
  color: #49afef;
}
a.button {
  background-color: rgb(26.1212121212, 154.3939393939, 234.8787878788);
  border-radius: 5px;
  color: #222;
  padding: 2px 4px;
  display: inline-block;
  text-align: center;
}
a.button:hover {
  color: black;
  background-color: #49afef;
}

blockquote {
  color: #e8e8e8;
  background-color: #141414;
  border-left: 2px solid #F47920;
  padding: 10px;
  margin-left: 20px;
}
blockquote > :last-child {
  margin-bottom: 0;
}

pre,
code {
  font-size: 15px;
  border-radius: 3px;
}

code {
  padding: 1px 5px;
  word-wrap: break-word;
  border: solid 1px #333;
}

pre {
  padding: 8px 12px;
}
@media screen and (max-width: 600px) {
  pre {
    overflow-x: scroll;
  }
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
  word-wrap: normal;
}

b, strong {
  color: #ddd;
}

table td {
  vertical-align: top;
}

table.comparison {
  margin: 0 auto;
  border: none;
  border-collapse: collapse;
  background: #141414;
}
table.comparison td, table.comparison th {
  border: solid 1px #222;
  padding: 2px 10px;
  text-align: left;
}
table.comparison th {
  color: #fff;
}
table.comparison td.lit {
  background: rgba(26, 154, 235, 0.8);
}

.wrapper {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 600px) {
  .wrapper {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.banner {
  text-align: center;
  color: #60aaed;
  font-size: 20px;
  text-shadow: #000 0 0 5px;
  box-shadow: 0 0 100px #777;
}

/**
 * Site header
 */
.site-header {
  padding: 15px 0;
  min-height: 50px;
  border-bottom: 1px solid #666;
}
.site-header .logo {
  height: 20px;
  width: 20px;
  margin-right: 4px;
}
.site-header .wrapper {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .site-header {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .site-header .logo {
    height: 24px;
    width: 24px;
  }
  .site-header .site-title {
    font-size: 33px;
    display: block;
    margin-bottom: 6px;
  }
  .site-header .site-subtitle {
    display: none;
  }
  .site-header .site-nav {
    font-size: 14px;
  }
  .site-header .site-nav .page-link:first-child {
    padding: 6px 10px 6px 0;
  }
  .site-header .site-nav .page-link:not(:first-child) {
    margin-left: 0px;
    padding: 6px 10px;
  }
  .site-header .site-nav .social-list {
    right: 0;
  }
  .site-header .site-nav .social-list a {
    margin-left: 0;
    padding: 8px;
  }
  .site-header .site-nav .social-list a:last-child {
    padding-right: 10px;
  }
}

.site-title {
  font-size: 27px;
  line-height: 1;
}
.site-title, .site-title:visited {
  color: #eeeeee;
}

.site-subtitle {
  font-size: 14px;
  color: #cecece;
  padding-left: 12px;
}

.site-nav {
  border-radius: 4px;
  font-size: 13px;
  line-height: 2.2;
  position: relative;
}
.site-nav .social-list {
  position: absolute;
  right: 4px;
  top: 3px;
}
.site-nav .social-list a {
  margin-left: 4px;
}
.site-nav .social-list a svg {
  transition: transform 0.1s;
}
.site-nav .social-list a:hover svg {
  transform: translateY(-1px) scale(1.1, 1.1);
}
.site-nav .page-link {
  color: #ddd;
  line-height: 1.5;
  transition: transform 0.1s;
  transition-property: transform;
}
.site-nav .page-link.active {
  color: #fff;
  text-shadow: 0 0 10px #fff;
}
.site-nav .page-link:hover {
  color: #49afef;
  transform: translateY(-1px) scale(1.1, 1.1);
}
.site-nav .page-link:not(:first-child) {
  margin-left: 20px;
}

/**
 * Page content
 */
.page-content {
  margin: 15px auto;
  max-width: 1000px;
  border-radius: 4px;
  padding: 15px 0;
}
@media screen and (max-width: 600px) {
  .page-content {
    padding-top: 0;
  }
}

.page-heading {
  font-size: 20px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list h1 {
  margin-bottom: 0;
}
.post-list > section {
  margin-bottom: 50px;
}
.post-list.archive > ul {
  list-style: none;
  margin-left: 0;
}
.post-list.archive > ul > li {
  margin-bottom: 5px;
}
.post-list.archive > ul > li.year {
  margin-bottom: 10px;
}
.post-list.archive > ul > li.year:not(:first-of-type) {
  margin-top: 20px;
}
.post-list.archive > ul > li h2 {
  margin-bottom: 0;
}
.post-list.archive .post-link {
  display: inline;
  font-size: 20px;
}
.post-list.archive .post-meta {
  display: inline-block;
  width: 90px;
  margin-bottom: 0;
}

.about-cover {
  width: 100%;
  height: 420px;
}
@media screen and (max-width: 400px) {
  .about-cover {
    height: 210px;
  }
}
@media screen and (min-width: 1500px) {
  .about-cover {
    height: 600px;
  }
}

.col-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media screen and (max-width: 600px) {
  .col-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

/**
 * Posts
 */
.top-right-links {
  float: right;
  width: 140px;
  text-align: right;
}

.post-link, a.post-link, .post-title {
  display: block;
  font-size: 34px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.3;
}
@media screen and (max-width: 600px) {
  .post-link, a.post-link, .post-title {
    font-size: 26px;
  }
}

.post-meta {
  font-size: 13px;
  color: #e8e8e8;
  display: block;
  border-radius: 4px;
  margin-bottom: 1em;
}

.post-content {
  margin-bottom: 15px;
  font-size: 16px;
}
.post-content [id] a {
  position: relative;
}
.post-content [id] a:hover:before {
  position: absolute;
  height: 100%;
  width: 26px;
  content: "";
  background: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20viewBox=%220%200%20511.996%20511.996%22%20enable-background=%22new%200%200%20511.996%20511.996%22%3E%3Cpath%20fill=%22#fff%22%20d=%22M482.037,29.958c-39.953-39.945-104.713-39.945-144.666,0L228.87,138.46c-10.402,10.402-17.954,22.519-22.938,35.405%20c9.216-0.35,18.423,0.077,27.52,1.707c3.524-6.81,7.791-13.329,13.5-19.029L355.454,48.041c29.918-29.918,78.583-29.918,108.501,0%20c29.918,29.918,29.918,78.583,0,108.501L355.454,265.043c-29.909,29.909-78.583,29.918-108.501,0%20c-10.94-10.94-25.617-15.65-39.945-14.601c4.992,11.861,12.203,23.023,21.862,32.683c39.945,39.945,104.713,39.945,144.666,0%20l108.501-108.501C521.982,134.68,521.982,69.903,482.037,29.958z%22/%3E%3Cpath%20fill=%22#fff%22%20d=%22M278.543,336.425c-3.533,6.81-7.799,13.329-13.5,19.029L156.542,463.955c-29.909,29.909-78.583,29.918-108.501,0%20c-29.918-29.918-29.909-78.583,0-108.501l108.501-108.501c29.918-29.918,78.583-29.918,108.501,0%20c10.94,10.94,25.617,15.659,39.945,14.601c-4.983-11.861-12.203-23.023-21.862-32.683c-39.945-39.945-104.713-39.945-144.666,0%20L29.958,337.372c-39.945,39.945-39.945,104.713,0,144.666c39.945,39.945,104.713,39.945,144.666,0l108.501-108.501%20c10.402-10.402,17.954-22.519,22.938-35.405C296.847,338.481,287.639,338.054,278.543,336.425z%22/%3E%3C/svg%3E") left center no-repeat;
  background-size: 16px;
  margin-left: -26px;
  top: 0;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4 {
  margin-bottom: 0;
  color: #fff;
}
.post-content h1 a, .post-content h2 a, .post-content h3 a, .post-content h4 a {
  color: #fff;
}
.post-content h2 {
  font-size: 32px;
}
@media screen and (max-width: 600px) {
  .post-content h2 {
    font-size: 24px;
  }
}
.post-content h3 {
  font-size: 26px;
}
@media screen and (max-width: 600px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 20px;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 600px) {
  .post-content h4 {
    font-size: 18px;
  }
}
.post-content.excerpt p:last-of-type {
  margin-bottom: 0;
}
.post-content .note {
  color: rgb(155.5, 155.5, 155.5);
}

/**
 * Desktop Build
 */
.previous-build-header {
  margin-top: 15px;
}

.wishlist {
  margin-bottom: 30px;
}
.wishlist table {
  width: 100%;
  border-collapse: collapse;
}
.wishlist th {
  text-align: left;
  background: #2c2c2c;
  padding: 4px 8px;
  font-weight: normal;
}
.wishlist tr:nth-child(even) td {
  background: #2c2c2c;
}
.wishlist img {
  width: 48px;
  height: 48px;
  border: 0;
}
.wishlist td:first-child {
  width: 48px;
  padding-right: 5px;
}
.wishlist td:nth-child(2) {
  font-size: 12px;
}
.wishlist .quantity, .wishlist .notes {
  font-size: 0.8em;
}
.wishlist td:last-child {
  padding: 0 8px;
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #666;
  padding: 15px 0;
}
.site-footer .wrapper {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
.site-footer .site-nav {
  margin-bottom: 10px;
}
.site-footer .copyright {
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .site-footer .site-nav {
    display: none;
  }
  .site-footer .copyright {
    margin-top: 0;
  }
}

.highlight {
  border: solid 1px #444;
  background-color: #151719;
  color: #f8f8f2;
}
.highlight pre, .highlight code {
  font-family: "Fira Code", "monospace";
  font-size: 0.9em;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}
.highlight pre, .highlight .hll {
  background-color: #151719;
  margin-bottom: 0;
}
.highlight .err {
  color: #960050;
  background-color: #1e0010;
}

.c, .cm, .cp, .c1, .cs {
  color: #b0d6d1;
}

.ge {
  font-style: italic;
}

.gs {
  font-weight: bold;
}

.k, .kc, .kd, .kp, .kr, .kt, .no {
  color: #66d9ef;
}

.o, .kn, .nt, .ow {
  color: #f92672;
}

.na, .nc, .nd, .ne, .nf, .nx {
  color: #a6e22e;
}

.n, .p, .nb, .ni, .nl, .nn, .py, .w, .nv, .bp, .vc, .vg, .vi {
  color: #f8f8f2;
}

.il, .l, .m, .mf, .mh, .mi, .mo, .se {
  color: #ae81ff;
}

.ld, .s, .sb, .sc, .sd, .s2, .sh, .si, .sx, .sr, .s1, .ss {
  color: #e6db74;
}

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