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

/**
 * Basic styling
 */
body {
  font: 400 16px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #dddddd;
  background-color: #111111;
  -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;
}

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

/**
 * `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: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

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

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

/**
 * Links
 */
a {
  color: #964cc7;
  text-decoration: none;
  /*
  &:visited {
    color: lighten($brand-color, 5%);
  }
  */
}
a:hover {
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #b5b5b5;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

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

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

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #828282;
  margin-right: 5px;
  vertical-align: text-top;
}

.social-media-list li + li {
  padding-top: 5px;
}

.page-content {
  padding: 30px 0;
  flex: 1;
}

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

.post-list-heading {
  font-size: 28px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-archive-list {
  margin-left: 0;
  list-style: inside;
  list-style-type: circle;
}
.post-meta {
  font-size: 14px;
  color: #828282;
}

.post-link {
  display: block;
  font-size: 24px;
}

.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 36px;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  font-weight: bold;
}
.post-content h1 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  .post-content h1 {
    font-size: 28px;
  }
}
.post-content h2 {
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 22px;
  }
}
.post-content h3 {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 18px;
  }
}

.archive-list-container {
  margin-bottom: 5px;
}

.archive-list-header {
  margin-bottom: 5px;
}

.archive-item {
  margin-top: 0px;
  margin-bottom: 0px;
}

.archive-post-date {
  min-width: 100px;
  display: inline-block;
}

.post-navigation {
  font-size: 14px;
  display: block;
  width: auto;
  overflow: hidden;
}

.post-navigation div {
  display: block;
  width: 50%;
  float: left;
}

.post-navigation .next {
  text-align: right;
}

.site-header {
  border-bottom: 1px solid #b5b5b5;
  background-color: rgb(4.25, 4.25, 4.25);
  min-height: 55.95px;
  position: relative;
}

.site-logo {
  max-height: 50px;
}

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 50.4px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
.site-nav {
  float: right;
  line-height: 50.4px;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  line-height: 1.4;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 15px;
    background-color: #111111;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    z-index: 2;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    fill: rgb(91.75, 91.75, 91.75);
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
  }
  .site-nav input:checked ~ .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    padding: 5px 10px;
    margin-left: 20px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
}

.site-footer {
  border-top: 1px solid #b5b5b5;
  padding: 15px 0 0 0;
  background-color: rgb(4.25, 4.25, 4.25);
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
}

.footer-col {
  float: left;
  margin-bottom: 3.75px;
  padding-left: 15px;
}

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - 30px / 2);
  margin-left: 0px;
}

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - 30px / 2);
}

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - 30px / 2);
}

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - 30px / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
table {
  margin-bottom: 30px;
  text-align: left;
  color: white;
  border: 1px solid #b5b5b5;
  border-spacing: 0px;
  font-family: monospace;
}
table tr:nth-child(even) {
  background-color: rgb(84.1, 84.1, 84.1);
}
table th, table td {
  padding: 5px 7.5px;
  border-left: 1px solid #b5b5b5;
}
table th:first-child, table td:first-child {
  border-left: 0px;
}
table th {
  text-align: center;
  background-color: rgb(81.5957446809, 35.1489361702, 112.3510638298);
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 14px;
}

div.highlight {
  border: 1px solid rgb(91.75, 91.75, 91.75);
  border-radius: 3px;
  background-color: #111100;
}

div.highlighter-rouge {
  margin-bottom: 8px;
}

code {
  padding: 0px 5px;
}

.highlighter-rouge {
  color: #d0d0d0;
  background-color: #151515;
}

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

.highlight table td {
  padding: 5px;
}

.highlight table pre {
  margin: 0;
}

/*! Base16 Default Dark by Chris Kempson; https://github.com/idleberg */
.highlight, .highlight pre, .highlight table {
  background: #151515;
  color: #f5f5f5;
}

.highlight .hll {
  background-color: #303030;
}

.highlight .c {
  color: #505050;
} /* Comment */
.highlight .err {
  color: #ac4142;
} /* Error */
.highlight .k {
  color: #aa759f;
} /* Keyword */
.highlight .l {
  color: #d28445;
} /* Literal */
.highlight .n, .highlight .h {
  color: #f5f5f5;
} /* Name */
.highlight .o {
  color: #75b5aa;
} /* Operator */
.highlight .p {
  color: #f5f5f5;
} /* Punctuation */
.highlight .cm {
  color: #505050;
} /* Comment.Multiline */
.highlight .cp {
  color: #505050;
} /* Comment.Preproc */
.highlight .c1 {
  color: #505050;
} /* Comment.Single */
.highlight .cs {
  color: #505050;
} /* Comment.Special */
.highlight .gd {
  color: #ac4142;
} /* Generic.Deleted */
.highlight .ge {
  font-style: italic;
} /* Generic.Emph */
.highlight .gh {
  color: #f5f5f5;
  font-weight: bold;
} /* Generic.Heading */
.highlight .gi {
  color: #90a959;
} /* Generic.Inserted */
.highlight .gp {
  color: #505050;
  font-weight: bold;
} /* Generic.Prompt */
.highlight .gs {
  font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
  color: #75b5aa;
  font-weight: bold;
} /* Generic.Subheading */
.highlight .kc {
  color: #aa759f;
} /* Keyword.Constant */
.highlight .kd {
  color: #aa759f;
} /* Keyword.Declaration */
.highlight .kn {
  color: #75b5aa;
} /* Keyword.Namespace */
.highlight .kp {
  color: #aa759f;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #aa759f;
} /* Keyword.Reserved */
.highlight .kt {
  color: #f4bf75;
} /* Keyword.Type */
.highlight .ld {
  color: #90a959;
} /* Literal.Date */
.highlight .m {
  color: #d28445;
} /* Literal.Number */
.highlight .s {
  color: #90a959;
} /* Literal.String */
.highlight .na {
  color: #6a9fb5;
} /* Name.Attribute */
.highlight .nb {
  color: #f5f5f5;
} /* Name.Builtin */
.highlight .nc {
  color: #f4bf75;
} /* Name.Class */
.highlight .no {
  color: #ac4142;
} /* Name.Constant */
.highlight .nd {
  color: #75b5aa;
} /* Name.Decorator */
.highlight .ni {
  color: #f5f5f5;
} /* Name.Entity */
.highlight .ne {
  color: #ac4142;
} /* Name.Exception */
.highlight .nf {
  color: #6a9fb5;
} /* Name.Function */
.highlight .nl {
  color: #f5f5f5;
} /* Name.Label */
.highlight .nn {
  color: #f4bf75;
} /* Name.Namespace */
.highlight .nx {
  color: #6a9fb5;
} /* Name.Other */
.highlight .py {
  color: #f5f5f5;
} /* Name.Property */
.highlight .nt {
  color: #75b5aa;
} /* Name.Tag */
.highlight .nv {
  color: #ac4142;
} /* Name.Variable */
.highlight .ow {
  color: #75b5aa;
} /* Operator.Word */
.highlight .w {
  color: #f5f5f5;
} /* Text.Whitespace */
.highlight .mf {
  color: #d28445;
} /* Literal.Number.Float */
.highlight .mh {
  color: #d28445;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #d28445;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #d28445;
} /* Literal.Number.Oct */
.highlight .sb {
  color: #90a959;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #f5f5f5;
} /* Literal.String.Char */
.highlight .sd {
  color: #505050;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #90a959;
} /* Literal.String.Double */
.highlight .se {
  color: #d28445;
} /* Literal.String.Escape */
.highlight .sh {
  color: #90a959;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #d28445;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #90a959;
} /* Literal.String.Other */
.highlight .sr {
  color: #90a959;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #90a959;
} /* Literal.String.Single */
.highlight .ss {
  color: #90a959;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #f5f5f5;
} /* Name.Builtin.Pseudo */
.highlight .vc {
  color: #ac4142;
} /* Name.Variable.Class */
.highlight .vg {
  color: #ac4142;
} /* Name.Variable.Global */
.highlight .vi {
  color: #ac4142;
} /* Name.Variable.Instance */
.highlight .il {
  color: #d28445;
} /* Literal.Number.Integer.Long */

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