/**
 * 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.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #afafaf;
  background-color: #2f2f2f;
  -webkit-text-size-adjust: 100%;
  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-top: 4px;
  margin-bottom: 8px; }

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

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

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

/**
 * Links
 */
a {
  color: #afafaf; }
  a:visited {
    color: #898989; }
  a:hover {
    color: #afafaf;
    text-decoration: underline; }

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

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid white;
  border-radius: 3px;
  background-color: #eef; }

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(800px - (40px * 2));
  max-width: calc(800px - (40px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px; }
  @media screen and (max-width: 800px) {
    .wrapper {
      max-width: -webkit-calc(800px - (40px));
      max-width: calc(800px - (40px));
      padding-right: 20px;
      padding-left: 20px; } }

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

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

/**
 * Tables
 */
table {
  margin-bottom: 40px;
  width: 100%;
  text-align: left;
  color: #dddddd;
  border-collapse: collapse;
  border: 1px solid white; }
  table tr:nth-child(even) {
    background-color: white; }
  table th, table td {
    padding: 13.3333333333px 20px; }
  table th {
    background-color: white;
    border: 1px solid whitesmoke;
    border-bottom-color: #e0e0e0; }
  table td {
    border: 1px solid white; }

/**
 * Site header
 */
.site-header {
  border-top: 5px solid #606060;
  border-bottom: 2px solid #606060;
  min-height: 60px; }

.site-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 15px;
  float: left; }

.site-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 20px; }

.site-nav {
  line-height: 30px; }
  .site-nav .page-link {
    color: #afafaf;
    font-weight: 600;
    line-height: 1.5; }
    .site-nav .page-link:not(:last-child) {
      margin-right: 25px; }

/**
 * Site footer
 */
.site-footer {
  border-top: 2px solid #606060;
  border-bottom: 5px solid #606060;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px; }

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

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

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

.footer-col-2 {
  float: right;
  text-align: right;
  width: -webkit-calc(55% - (40px / 2));
  width: calc(55% - (40px / 2)); }

@media screen and (max-width: 800px) {
  .footer-col-1 {
    width: -webkit-calc(100% - (40px / 2));
    width: calc(100% - (40px / 2)); }

  .footer-col-2 {
    float: none;
    text-align: left;
    width: -webkit-calc(100% - (40px / 2));
    width: calc(100% - (40px / 2)); } }
@media screen and (max-width: 500px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (40px / 2));
    width: calc(100% - (40px / 2));
    text-align: left; } }
/**
 * misc
 */
.fineprint {
  font-size: 8px;
  align-self: bottom; }

.feature-icon {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px; }

.youtube-embed {
  margin-left: 10px; }

/**
 * swatches
 */
.swatch {
  display: inline-block;
  margin: 10px;
  vertical-align: top; }

.swatch_img {
  margin: 0px; }

.swatch_caption {
  margin: 3px;
  width: 180px;
  font-size: 14px; }

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

.post-meta {
  font-size: 14px;
  color: #dfdfdf; }

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

/**
 * Posts
 */
.post-header {
  margin-bottom: 40px; }

.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: 40px; }
  .post-content h2 {
    font-size: 32px; }
    @media screen and (max-width: 800px) {
      .post-content h2 {
        font-size: 28px; } }
  .post-content h3 {
    font-size: 26px; }
    @media screen and (max-width: 800px) {
      .post-content h3 {
        font-size: 22px; } }
  .post-content h4 {
    font-size: 20px; }
    @media screen and (max-width: 800px) {
      .post-content h4 {
        font-size: 18px; } }
