.highlight .c {
  color: #545454;
  font-style: italic;
}
.highlight .err {
  color: #f07178;
  background-color: #e3d2d2;
}
.highlight .k {
  color: #89DDFF;
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #545454;
  font-style: italic;
}
.highlight .cp {
  color: #545454;
  font-weight: bold;
}
.highlight .c1 {
  color: #545454;
  font-style: italic;
}
.highlight .cs {
  color: #545454;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #f07178;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #f07178;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #FFCB6B;
  font-weight: bold;
}
.highlight .m {
  color: #F78C6C;
}
.highlight .s {
  color: #C3E88D;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #EEFFFF;
}
.highlight .nc {
  color: #FFCB6B;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #82AAFF;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #FFCB6B;
}
.highlight .nv {
  color: #EEFFFF;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #EEFFFF;
}
.highlight .mf {
  color: #F78C6C;
}
.highlight .mh {
  color: #F78C6C;
}
.highlight .mi {
  color: #F78C6C;
}
.highlight .mo {
  color: #F78C6C;
}
.highlight .sb {
  color: #C3E88D;
}
.highlight .sc {
  color: #C3E88D;
}
.highlight .sd {
  color: #C3E88D;
}
.highlight .s2 {
  color: #C3E88D;
}
.highlight .se {
  color: #EEFFFF;
}
.highlight .sh {
  color: #C3E88D;
}
.highlight .si {
  color: #C3E88D;
}
.highlight .sx {
  color: #C3E88D;
}
.highlight .sr {
  color: #C3E88D;
}
.highlight .s1 {
  color: #C3E88D;
}
.highlight .ss {
  color: #C3E88D;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #FFCB6B;
}
.highlight .vg {
  color: #EEFFFF;
}
.highlight .vi {
  color: #EEFFFF;
}
.highlight .il {
  color: #F78C6C;
}

html {
  font-size: 18px;
}

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Quattrocento Sans";
  src: url("/assets/fonts/QuattrocentoSans-Regular.ttf");
}
@font-face {
  font-family: "Quattrocento Sans";
  src: url("/assets/fonts/QuattrocentoSans-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Quattrocento Sans";
  src: url("/assets/fonts/QuattrocentoSans-Italic.ttf");
  font-style: italic;
}
@font-face {
  font-family: "Quattrocento Sans";
  src: url("/assets/fonts/QuattrocentoSans-Italic.ttf");
  font-style: oblique;
}
@font-face {
  font-family: "Quattrocento Sans";
  src: url("/assets/fonts/QuattrocentoSans-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Quattrocento Sans";
  src: url("/assets/fonts/QuattrocentoSans-BoldItalic.ttf");
  font-weight: bold;
  font-style: oblique;
}
/**
 * Basic styling
 */
body {
  font: 400 18px/1.5 "Quattrocento Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Segoe UI Symbol", "Segoe UI Emoji", "Apple Color Emoji", Roboto, Helvetica, Arial, sans-serif;
  color: #bbbbbb;
  background-color: #181818;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-wrap: break-word;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

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

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 15.75px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}
ul li, ol li {
  margin-bottom: 0.3em;
}

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

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #79b8ff;
  text-decoration: none;
}
a:visited {
  color: #79b8ff;
}
a:hover {
  color: #bbbbbb;
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #fffec4;
  background-color: rgba(255, 254, 196, 0.1);
  border-left: 4px solid #fffec4;
  padding: 1em;
  padding-left: 15px;
  font-size: 1.125rem;
  font-style: italic;
  font-size: 17.1px;
}
blockquote > :last-child {
  margin-bottom: 0;
}
blockquote i, blockquote em {
  font-style: oblique;
}

/**
 * Code formatting
 */
pre,
code {
  font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
  font-size: 0.9375em;
  border: 1px solid rgb(63.75, 63.75, 63.75);
  border-radius: 3px;
  background-color: #212121;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

.highlight {
  border-radius: 3px;
  background: #212121;
}
.highlighter-rouge .highlight {
  background: #212121;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: calc(900px - (30px));
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 800px) {
  .wrapper {
    max-width: calc(900px - 30px * 2);
    padding-right: 30px;
    padding-left: 30px;
  }
}

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.orange {
  color: #f66a0a;
}

.grey {
  color: #828282;
}

.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: currentColor;
  padding: 5px 3px 2px 5px;
  vertical-align: text-bottom;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: #bbbbbb;
  border-collapse: collapse;
  border: 1px solid rgb(63.75, 63.75, 63.75);
  display: block;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: auto;
}
table tr:nth-child(even) {
  background-color: rgb(34.2, 34.2, 34.2);
}
table th, table td {
  padding: 10px 15px;
}
table th {
  background-color: rgb(49.5, 49.5, 49.5);
  border: 1px solid rgb(77.55, 77.55, 77.55);
}
table td {
  border: 1px solid rgb(63.75, 63.75, 63.75);
}
@media screen and (min-width: 800px) {
  table {
    overflow-x: initial;
  }
}

/**
 * Document-wide CSS variables.
 */
body {
  --featured-image: url(/images/default_featured_image.jpg);
}

/**
 * Site header
 */
.site-header {
  background-color: #08141b;
  padding-bottom: 1rem;
}
.site-header .wrapper {
  display: flex;
  justify-content: space-between;
}
.site-header .site-description {
  display: inline-block;
  flex: auto;
  flex-shrink: 1;
}
.site-header .site-description h1 {
  margin-bottom: 0;
}
.site-header .site-description h1 a.site-title {
  font-size: 1.625rem;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 0;
  padding-right: 45px;
  text-decoration: none;
}
.site-header .site-description h1 a.site-title, .site-header .site-description h1 a.site-title:visited {
  color: rgb(165.75, 165.75, 165.75);
}
.site-header .site-description p {
  margin-bottom: 0;
}
.site-header .links {
  flex: auto;
  flex-direction: column;
  text-align: right;
}
.site-header .social-links {
  margin-bottom: 1rem;
}
.site-header .social-links .social-media-list {
  margin-right: 0;
  display: inline-block;
}
.site-header .social-links .social-media-list li {
  float: right;
  margin: 0;
}
.site-header .social-links .social-media-list li a {
  padding: 0;
  border: none;
}
.site-header .site-nav {
  position: relative;
}
.site-header .site-nav .nav-trigger {
  display: none;
}
.site-header .site-nav .menu-icon {
  width: 18px;
  height: 15px;
  line-height: 0;
  padding-top: 10px;
  text-align: center;
}
.site-header .site-nav .menu-icon > svg path {
  fill: #999999;
}
.site-header .site-nav label[for=nav-trigger] {
  display: inline-block;
  cursor: pointer;
}
.site-header .site-nav input ~ .trigger {
  clear: both;
  display: none;
}
.site-header .site-nav input:checked ~ .trigger {
  display: block;
  position: absolute;
  right: 0;
  background-color: #181818;
  border: 1px solid rgb(63.75, 63.75, 63.75);
  padding-bottom: 5px;
}
.site-header .site-nav .page-link {
  color: #bbbbbb;
  line-height: 1.5;
  display: block;
  padding: 5px 10px;
  margin-left: 20px;
}
.site-header .site-nav .page-link:not(:last-child) {
  margin-right: 0;
}
@media screen and (min-width: 600px) {
  .site-header .site-nav {
    position: static;
    border: none;
    background-color: inherit;
  }
  .site-header .site-nav label[for=nav-trigger] {
    display: none;
  }
  .site-header .site-nav .menu-icon {
    display: none;
  }
  .site-header .site-nav input ~ .trigger {
    display: block;
  }
  .site-header .site-nav .page-link {
    display: inline;
    padding: 0;
    margin-left: auto;
  }
  .site-header .site-nav .page-link:not(:last-child) {
    margin-right: 20px;
  }
}

/**
 * Pagination
 */
ul.pager {
  text-align: center;
  list-style: none;
}

ul.pager li {
  display: inline;
  border: 1px solid rgb(63.75, 63.75, 63.75);
  padding: 10px;
  margin: 5px;
}

/**
 * Site footer
 */
.site-footer {
  background-color: #08141b;
  border-top: 1px solid rgb(63.75, 63.75, 63.75);
  padding: 30px 0;
}
.site-footer .footer-columns {
  font-size: 0.9375rem;
  color: #999999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .site-footer .footer-columns {
    flex-direction: row;
  }
}
.site-footer .feed-subscribe .svg-icon {
  padding: 5px 5px 2px 0;
}

/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1 0 auto;
}
.page-content .page-heading {
  font-size: 2rem;
}
.page-content .post-list {
  margin-left: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-content .post-list > li {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  margin-bottom: 30px;
  min-height: 200px;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.page-content .post-list > li > header {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0)), var(--featured-image);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  padding: 1rem;
}
.page-content .post-list > li > header .post-meta {
  font-size: 15.75px;
  color: white;
}
.page-content .post-list > li > header .post-link {
  text-decoration: none;
  font-weight: 600;
  color: white;
}
.page-content .post-list > li > div.excerpt {
  padding: 1rem;
}
.page-content .post-list > li > div.excerpt > div.read-more {
  text-align: right;
}
.page-content .post-list > li > div.excerpt > div.read-more > a {
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.3rem;
  font-weight: 600;
}
@media screen and (min-width: 800px) {
  .page-content .post-list > li {
    width: calc(50% - 0.5 * 30px);
  }
}
.page-content .post-list > li:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

/**
 * Posts
 */
article header {
  margin-bottom: 30px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0)), var(--featured-image);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
  height: 300px;
  font-weight: 600;
  color: white;
}
article header .post-meta {
  font-size: 15.75px;
  color: #bbbbbb;
}
article header h1 {
  letter-spacing: -1px;
  line-height: 1.15;
  font-size: 1.6rem;
}
@media screen and (min-width: 600px) {
  article header h1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 800px) {
  article header h1 {
    font-size: 2.6rem;
  }
}
article .post-content {
  margin-bottom: 30px;
}
article .post-content h1, article .post-content h2, article .post-content h3 {
  margin-top: 45px;
}
article .post-content h4, article .post-content h5, article .post-content h6 {
  margin-top: 30px;
}
article .post-content h1 {
  font-size: 2.625rem;
  letter-spacing: -1px;
  line-height: 1.15;
}
@media screen and (min-width: 800px) {
  article .post-content h1 {
    font-size: 2.625rem;
  }
}
article .post-content h2 {
  font-size: 1.75rem;
}
@media screen and (min-width: 800px) {
  article .post-content h2 {
    font-size: 2rem;
  }
}
article .post-content h3 {
  font-size: 1.375rem;
}
@media screen and (min-width: 800px) {
  article .post-content h3 {
    font-size: 1.625rem;
  }
}
article .post-content h4 {
  font-size: 1.25rem;
}
article .post-content h5 {
  font-size: 1.125rem;
}
article .post-content h6 {
  font-size: 1.0625rem;
}

/**
 * Code highlighting
 */
table.hljs-ln {
  border: none;
  margin-bottom: 0px;
}
table.hljs-ln th {
  border: none;
}
table.hljs-ln td {
  border: none;
}
table.hljs-ln td.hljs-ln-numbers {
  padding-right: 1rem;
}
table.hljs-ln tr:last-child {
  padding-bottom: 14px;
}

.hljs ::-webkit-scrollbar {
  height: 6px;
  background: rgba(187, 187, 187, 0.3882352941);
}
.hljs ::-webkit-scrollbar-thumb:horizontal {
  background: #bbbbbb;
  border-radius: 2px;
}

/**
 * Captioned images / figures
 */
figure.captioned {
  width: 100%;
  text-align: center;
  background-color: rgb(19.2, 19.2, 19.2);
}
figure.captioned img {
  width: 100%;
}
figure.captioned figcaption {
  font-size: 15.75px;
  font-weight: 600;
  padding: 0.5rem;
  display: block;
}

blockquote.right-third,
figure.right-third,
img.right-third {
  width: 100%;
  float: right;
}
@media screen and (min-width: 600px) {
  blockquote.right-third,
  figure.right-third,
  img.right-third {
    width: 50%;
    margin-left: 1rem;
  }
}
@media screen and (min-width: 800px) {
  blockquote.right-third,
  figure.right-third,
  img.right-third {
    width: 33%;
    margin-left: 1rem;
  }
}

blockquote.right-half,
figure.right-half,
img.right-half {
  float: right;
}
@media screen and (min-width: 600px) {
  blockquote.right-half,
  figure.right-half,
  img.right-half {
    width: 50%;
    margin-left: 1rem;
  }
}

blockquote.left-half,
figure.left-half,
img.left-half {
  width: 100%;
  margin-right: 1rem;
  float: left;
}
@media screen and (min-width: 600px) {
  blockquote.left-half,
  figure.left-half,
  img.left-half {
    width: 50%;
  }
}

.right {
  float: right;
}

.left {
  float: left;
}

.center {
  margin: 0 auto;
}

.full-width {
  width: 100%;
}

.clear-all {
  clear: both;
}

table {
  clear: both;
}

/**
 * Social media links
 */
.social-media-list {
  list-style: none;
  display: table;
  margin: 0 auto;
}
.social-media-list li {
  float: left;
  margin: 5px 10px 5px 0;
}
.social-media-list li:last-of-type {
  margin-right: 0;
}
.social-media-list li a {
  display: block;
  padding: 7.5px;
  border: 1px solid rgb(63.75, 63.75, 63.75);
}
.social-media-list li a:hover {
  border-color: rgb(165.75, 165.75, 165.75);
}

blockquote.callout {
  font-size: 16.2px;
  font-style: normal;
  background-color: rgb(19.2, 19.2, 19.2);
  padding: 1rem;
  color: #d0c58a;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px dashed;
}

blockquote.callout:not(.no-icon)::before {
  background-image: url(/images/information_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  content: " ";
  margin-right: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 600px) {
  blockquote.callout:not(.no-icon)::before {
    width: 128px;
  }
}

blockquote.archived-comment {
  font-size: 16.2px;
  font-style: normal;
  background-color: rgb(19.2, 19.2, 19.2);
  padding: 1rem;
  color: #7d7d7d;
  border: 1px solid;
}

.hljs-comment {
  color: #928c6d !important;
}

.draft-post {
  border-top: 4px solid #ffd970;
  position: relative;
  background-color: rgba(255, 243, 205, 0.05);
}
.draft-post::before {
  content: "Draft";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25rem 0.5rem;
  background: #ffd970;
  color: #856404;
  font-size: 0.8rem;
  border-bottom-left-radius: 0.25rem;
}

.draft-badge {
  display: inline-block;
  padding: 0.25em 0.6em;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0.25rem;
  background-color: #17a2b8;
  color: white;
  margin-left: 0.5rem;
}

.draft-watermark {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 8rem;
  opacity: 0.1;
  pointer-events: none;
  z-index: 1;
  color: #856404;
}

.dark .draft-post {
  background-color: rgba(44, 42, 37, 0.3);
  border-top-color: #665c33;
}
.dark .draft-post::before {
  background-color: #665c33;
  color: #ffd970;
}
.dark .draft-watermark {
  color: #665c33;
}

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