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

:root {
  color-scheme: light dark;
}

/**
 * Basic styling
 */
body {
  font: 400 14px/1.8em -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111;
  background-color: #fdfdfd;
  -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;
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #111;
    color: #fdfdfd;
  }
}

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

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

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

figcaption {
  font-size: 12.25px;
}

/**
 * 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: #2a7ae2;
  text-decoration: none;
}
@media (prefers-color-scheme: dark) {
  a {
    color: #5796e8;
  }
}
a:visited {
  color: #1756a9;
}
@media (prefers-color-scheme: dark) {
  a:visited {
    color: #6da4eb;
  }
}
a:hover {
  color: #111;
  text-decoration: underline;
}
@media (prefers-color-scheme: dark) {
  a:hover {
    color: #fdfdfd;
  }
}

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #2a7ae2;
  padding-left: 15px;
  font-size: 16px;
  letter-spacing: 0;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef;
}
@media (prefers-color-scheme: dark) {
  pre,
  code {
    background-color: #334;
    border-color: #424242;
  }
}

code {
  padding: 1px 5px;
}

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

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(840px - (30px * 2));
  max-width: calc(840px - 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(840px - (30px));
    max-width: calc(840px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

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

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.icon > svg path {
  fill: #828282;
}

/**
 * Site header
 */
.site-header {
  border-top: 5px solid #424242;
  border-bottom: 1px solid #e8e8e8;
  min-height: 56px;
  background: #333;
  color: #FFF;
  padding-bottom: 5px;
  position: relative;
}

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 56px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: #FFF;
}

.site-caption {
  clear: both;
  display: block;
  text-align: left;
}

.site-nav {
  float: right;
  line-height: 56px;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #FFF;
  line-height: 1.8em;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
.site-nav .page-link-icon {
  display: inline-block;
  margin-top: 10pt;
}
.site-nav .page-link-icon:not(:last-child) {
  margin-right: 10px;
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0;
}

.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;
  margin-left: -15px;
}

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

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

.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);
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
}

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

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 75px;
}
.post-list img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.post-list table {
  width: 80%;
  padding: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  border: solid 1px #dddddd;
}
.post-list table thead, .post-list table tfoot {
  background: #e0e0e0;
  text-align: left;
}
.post-list table tbody tr:nth-of-type(even) {
  background: #e8e8e8;
}
.post-list table td, .post-list table th {
  font-size: 0.9em;
  padding: 0.5625em 0.625em;
}

.post-meta {
  font-size: 12.25px;
  color: #828282;
}

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

/**
 * Posts
 */
.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 table {
  width: 80%;
  padding: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  border: solid 1px #dddddd;
}
.post-content table thead, .post-content table tfoot {
  background: #e0e0e0;
  text-align: left;
}
.post-content table tbody tr:nth-of-type(even) {
  background: #e8e8e8;
}
.post-content table td, .post-content table th {
  font-size: 0.83em;
  padding: 0.5625em 0.625em;
}
.post-content img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.post-content h1 {
  font-size: 24px;
}
@media screen and (max-width: 800px) {
  .post-content h1 {
    font-size: 22px;
  }
}
.post-content h2 {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 20px;
  }
}
.post-content h3 {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 20px;
  }
}
.post-content h4 {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 18px;
  }
}

aside {
  color: #828282;
  border-left: 4px solid gold;
  padding-left: 15px;
  min-height: 48px;
  letter-spacing: 0;
}

.blue {
  color: #00F;
}

.red {
  color: #F00;
}

.green {
  color: #0A0;
}

img.retina, div.retina img {
  max-width: 50%;
}
@media screen and (max-width: 600px) {
  img.retina, div.retina img {
    max-width: 100%;
  }
}