/**
 * 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 24px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #fdfdfd;
  background-color: #181D21;
  -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;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 21px;
  }
}

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

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

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

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

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

h1 {
  font-size: 64px;
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 32px;
  }
}

/**
 * Links
 */
a {
  color: #008cff;
  text-decoration: none;
}
a:visited {
  color: #0062b3;
}
a:hover {
  color: #4dafff;
  text-decoration: underline;
}
a .username {
  display: none;
}
.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 #e8e8e8;
  padding-left: 16px;
  font-size: 27px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 22.5px;
  border: 1px solid #e8e8e8;
  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 - (32px * 2));
  max-width: calc(800px - 32px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}
@media screen and (max-width: 600px) {
  .wrapper {
    max-width: -webkit-calc(800px - (32px));
    max-width: calc(800px - (32px));
    padding-right: 16px;
    padding-left: 16px;
  }
}

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

/**
 * Icons
 */
.svg-icon {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: text-top;
  filter: invert(36%) sepia(66%) saturate(3481%) hue-rotate(192deg) brightness(106%) contrast(103%);
}
.svg-icon:hover {
  filter: invert(59%) sepia(58%) saturate(1465%) hue-rotate(181deg) brightness(101%) contrast(101%);
}

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

/**
 * Tables
 */
table {
  margin-bottom: 32px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  color: white;
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
table th, table td {
  padding: 10.6666666667px 16px;
}
table th {
  background-color: #2d373f;
  border: 1px solid #dedede;
  border-bottom-color: #c9c9c9;
}
table td {
  border: 1px solid #e8e8e8;
}

.page-title {
  text-align: center;
  font-family: "Epilogue", sans-serif;
}

.about {
  text-align: center;
  margin-bottom: 64px;
}

.social-media-list {
  text-align: center;
  list-style: none;
  margin-left: 0;
}
.social-media-list li {
  display: inline-block;
  margin-right: 16px;
}

/**
 * Page content
 */
.page-content {
  padding: 32px 0;
  flex: 1;
}

/**
 * Blog
 *
 * Most of this is based on the Lanyon theme: https://github.com/poole/lanyon
 */
/*
 * Wrapper
 *
 * The wrapper is used to position site content when the sidebar is toggled. We
 * use an outter wrap to position the sidebar without interferring with the
 * regular page content.
 */
.wrap {
  position: relative;
  width: 100%;
}

/*
  * Container
  *
  * Center the page content.
  */
.container {
  max-width: 28rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 38em) {
  .container {
    max-width: 32rem;
  }
}
@media (min-width: 56em) {
  .container {
    max-width: 48rem;
  }
}
/*
  * Masthead
  *
  * Super small header above the content for site name and short description.
  */
.masthead {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #eee;
}
.masthead .masthead-title {
  margin-top: 0;
  margin-bottom: 0;
  color: #707070;
}
.masthead .masthead-title a {
  color: #707070;
}
.masthead .masthead-title small {
  font-size: 75%;
  font-weight: 400;
  color: #c0c0c0;
  letter-spacing: 0;
}
@media (max-width: 48em) {
  .masthead .masthead-title {
    text-align: center;
  }
  .masthead .masthead-title small {
    display: none;
  }
}

/*
 * Sidebar
 *
 * The sidebar is the drawer, the item we are toggling with our handy hamburger
 * button in the corner of the page.
 *
 * This particular sidebar implementation was inspired by Chris Coyier's
 * "Offcanvas Menu with CSS Target" article, and the checkbox variation from the
 * comments by a reader. It modifies both implementations to continue using the
 * checkbox (no change in URL means no polluted browser history), but this uses
 * `position` for the menu to avoid some potential content reflow issues.
 *
 * Source: http://css-tricks.com/off-canvas-menu-with-css-target/#comment-207504
 */
/* Style and "hide" the sidebar */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -15rem;
  width: 15rem;
  visibility: hidden;
  overflow-y: auto;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  background-color: #202020;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* Sidebar content */
  /* Sidebar nav */
}
.sidebar a {
  font-weight: normal;
  color: #fff;
}
.sidebar .sidebar-item {
  padding: 1rem;
}
.sidebar .sidebar-item p:last-child {
  margin-bottom: 0;
}
.sidebar .sidebar-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebar .sidebar-nav .sidebar-nav-item {
  display: block;
  padding: 0.5rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebar .sidebar-nav .sidebar-nav-item.active,
.sidebar .sidebar-nav a.sidebar-nav-item:hover,
.sidebar .sidebar-nav a.sidebar-nav-item:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}

@media (min-width: 30em) {
  .sidebar {
    font-size: 1rem;
  }
}
@media (min-width: 48em) {
  .sidebar-item {
    padding: 1.5rem;
  }
  .sidebar-nav-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
/* Hide the sidebar checkbox that we toggle with `.sidebar-toggle` */
.sidebar-checkbox {
  position: absolute;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Style the `label` that we use to target the `.sidebar-checkbox` */
.sidebar-toggle {
  position: absolute;
  top: 0.8rem;
  left: 1rem;
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #fdfdfd;
  background-color: #555;
  border-radius: 0.25rem;
  cursor: pointer;
}
.sidebar-toggle::before {
  display: inline-block;
  width: 32px;
  height: 32px;
  content: "";
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='%23fdfdfd' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M2.5 11.5A.5.5 0 013 11h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 7h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 3h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;
}

.sidebar-toggle:active,
#sidebar-checkbox:focus ~ .sidebar-toggle,
#sidebar-checkbox:checked ~ .sidebar-toggle {
  background-color: #777;
}

.sidebar-toggle:active:before,
#sidebar-checkbox:focus ~ .sidebar-toggle::before,
#sidebar-checkbox:checked ~ .sidebar-toggle::before {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='%23fdfdfd' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M2.5 11.5A.5.5 0 013 11h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 7h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 3h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;
}

@media (min-width: 30.1em) {
  .sidebar-toggle {
    position: fixed;
  }
}
@media print {
  .sidebar-toggle {
    display: none;
  }
}
/* Slide effect
 *
 * Handle the sliding effects of the sidebar and content in one spot, seperate
 * from the default styles.
 *
 * As an a heads up, we don't use `transform: translate3d()` here because when
 * mixed with `position: fixed;` for the sidebar toggle, it creates a new
 * containing block. Put simply, the fixed sidebar toggle behaves like
 * `position: absolute;` when transformed.
 *
 * Read more about it at http://meyerweb.com/eric/thoughts/2011/09/12/.
 */
.wrap,
.sidebar,
.sidebar-toggle {
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.wrap,
.sidebar-toggle {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

#sidebar-checkbox:checked + .sidebar {
  z-index: 10;
  visibility: visible;
}

#sidebar-checkbox:checked ~ .sidebar,
#sidebar-checkbox:checked ~ .wrap,
#sidebar-checkbox:checked ~ .sidebar-toggle {
  -webkit-transform: translateX(15rem);
  -ms-transform: translateX(15rem);
  transform: translateX(15rem);
}

/*
 * Posts and pages
 *
 * Each post is wrapped in `.post` and is used on default and post layouts. Each
 * page is wrapped in `.page` and is only used on the page layout.
 */
.page,
.post {
  margin-bottom: 4em;
}

/* Blog post or page title */
.page-title,
.post-title,
.post-title a {
  color: #fdfdfd;
}

h1.post-title {
  font-size: 48px;
}

.page-title,
.post-title {
  margin-top: 0;
}

/* Meta data line below post title */
.post-date {
  display: block;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  color: #9a9a9a;
}

/* Related posts */
.related {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #eee;
}

.related-posts {
  padding-left: 0;
  list-style: none;
}
.related-posts h3 {
  margin-top: 0;
}
.related-posts li small {
  font-size: 75%;
  color: #999;
}
.related-posts li a:hover {
  color: #268bd2;
  text-decoration: none;
}
.related-posts li a:hover small {
  color: inherit;
}

/**
 * Puzzle posts
 */
.prev-link {
  float: left;
  margin-bottom: 25px;
}

.next-link {
  float: right;
  margin-bottom: 25px;
}

.puzzle .puzzle-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 16px;
}
.puzzle .puzzle-links {
  text-align: center;
}
.puzzle .puzzle-links ul {
  list-style: none;
  margin-left: 0;
}
.puzzle .puzzle-links ul li {
  display: inline;
}
.puzzle .puzzle-links ul li + li::before {
  content: " | ";
}
.puzzle .puzzle-image {
  text-align: center;
  margin-bottom: 32px;
}
.puzzle .puzzle-image img {
  background: white;
  max-height: 400px;
}
.puzzle .puzzle-image img.transparent {
  background: none;
}
.puzzle .puzzle-image.tall-image img {
  max-height: none;
}
.puzzle .puzzle-walkthrough {
  text-align: center;
  margin-top: -32px;
  margin-bottom: 32px;
}
.puzzle .puzzle-rules {
  margin-left: 32px;
  margin-right: 32px;
  margin-bottom: 32px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 1px;
  font-size: 22px;
  border: 2px solid #6f8596;
  background: #43515c;
}
@media screen and (max-width: 600px) {
  .puzzle .puzzle-rules {
    font-size: 19px;
  }
}

/**
 * Blog post list
 */
.posts .post {
  margin-bottom: 75px;
}
.posts .post:last-child {
  margin-bottom: 25px;
}
.posts .post:after {
  content: "";
  display: block;
  clear: both;
}
.posts .puzzle-thumbnail {
  float: left;
  margin-right: 16px;
}
.posts .puzzle-thumbnail img {
  height: 180px;
  background: white;
}
.posts .puzzle-thumbnail img.transparent {
  background: none;
}
@media screen and (max-width: 600px) {
  .posts .puzzle-thumbnail img {
    height: 156px;
  }
}
.posts .puzzle-thumbnail.wide-thumbnail {
  width: 100%;
}
.posts .puzzle-thumbnail.wide-thumbnail img {
  height: auto;
  width: 100%;
}

.pagination {
  margin-bottom: 25px;
}
.pagination .newer {
  display: block;
  float: left;
}
.pagination .older {
  display: block;
  float: right;
}
.pagination:after {
  content: "";
  display: block;
  clear: both;
}

/**
 * Clickable spoilers
 */
a.spoiler {
  color: #fdfdfd;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  filter: blur(6px);
  transition: filter 0.3s ease-in-out;
}
a.spoiler.revealed {
  filter: blur(0);
  cursor: text;
  user-select: auto;
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  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: #a00;
}
.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: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

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