@import "https://fonts.googleapis.com/css?family=Roboto+Slab";
h1, .post-title, h2, h3, h3, h5, h6 {
  font-family: "Roboto Slab"; }

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

/**
 * Basic styling
 */
body {
  font: 400 14px/1.5 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; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, .post-title, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  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, .post-title, h2, h3, h4, h5, h6 {
  font-weight: 400; }

h1, .post-title {
  border-bottom: 6px #b1cef4 groove; }

/**
 * Links
 */
a {
  color: black;
  border-bottom: 0px solid #b1cef4;
  box-shadow: inset 0 -2px 0 #b1cef4;
  color: inherit;
  text-decoration: none; }
  a:hover {
    background-color: #b1cef4;
    text-decoration: none; }

blockquote {
  color: black;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

pre,
code {
  font-size: 14px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: auto;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  line-height: 1.0; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

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

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

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

.imager_tile {
  float: left;
  padding-right: 10px;
  max-width: 50%;
  border-bottom: 2px solid gray;
  border-right: 2px solid gray;
  border-left: 2px solid gray;
  border-top: 2px solid gray;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  margin-right: 20px;
  box-shadow: 1px 1px 0px 0px #b1cef4, 2px 2px 0px 0px #b1cef4, 3px 3px 0px 0px #b1cef4, 4px 4px 0px 0px #b1cef4, 5px 5px 0px 0px #b1cef4, 6px 6px 0px 0px #b1cef4, 7px 7px 0px 0px #b1cef4, 8px 8px 0px 0px #b1cef4; }
  @media screen and (max-width: 700px) {
    .imager_tile {
      float: left;
      padding-top: 10px;
      min-width: 90%;
      padding-bottom: 10px;
      margin-bottom: 10px;
      padding-top: 10px;
      margin-top: 10px; }
      .imager_tile > img {
        display: block;
        margin-left: auto;
        margin-right: auto; } }

.tile_grouping {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }

.floater_small {
  color: black;
  font-weight: 400;
  width: 50%; }
  .floater_small img {
    border-color: grey; }
  .floater_small > img {
    max-width: 50%;
    max-height: 100px;
    height: auto;
    width: auto;
    margin-right: 10px;
    float: left; }
  @media screen and (max-width: 700px) {
    .floater_small {
      width: 100%; } }

.floater_large {
  color: black;
  font-weight: 400;
  width: 100%; }
  .floater_large img {
    border-color: grey; }
  .floater_large > img {
    max-width: 50%;
    max-height: 100px;
    height: auto;
    width: auto;
    margin-right: 10px;
    float: left; }
  @media screen and (max-width: 400px) {
    .floater_large > .floater_inset_text {
      float: left;
      margin-top: 15px; }
    .floater_large > img {
      max-width: 100%; } }

.floater_large_larger_image {
  color: black;
  font-weight: 400;
  width: 100%; }
  .floater_large_larger_image img {
    border-color: grey; }
  .floater_large_larger_image > img {
    max-width: 50%;
    max-height: 175px;
    height: auto;
    width: auto;
    margin-right: 10px;
    float: left; }
  @media screen and (max-width: 400px) {
    .floater_large_larger_image > .floater_inset_text {
      float: left;
      margin-top: 15px; }
    .floater_large_larger_image > img {
      max-width: 100%; } }

.highlit3d {
  border-bottom: 2px solid gray;
  border-right: 2px solid gray;
  border-left: 2px solid gray;
  border-top: 2px solid gray;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  margin-right: 20px;
  box-shadow: 1px 1px 0px 0px #b1cef4, 2px 2px 0px 0px #b1cef4, 3px 3px 0px 0px #b1cef4, 4px 4px 0px 0px #b1cef4, 5px 5px 0px 0px #b1cef4, 6px 6px 0px 0px #b1cef4, 7px 7px 0px 0px #b1cef4, 8px 8px 0px 0px #b1cef4;
  margin-bottom: 20px; }

.bubble {
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #b1cef4;
  color: black;
  text-align: center;
  padding: 2px 4px 1px 4px;
  font-size: 0.9em; }

.language-python {
  font: 400 12px/1.0 monospace;
  line-height: 1.0; }

:target {
  background-color: #ffa; }

mark {
  background-color: #ffa; }

/**
 * Site header
 */
.site-header {
  min-height: 56px;
  position: relative; }
  .site-header a {
    border-bottom: none; }

.site-title {
  font-family: 'Bungee Shade','Roboto Slab',sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: -1px;
  margin-bottom: 0;
  padding-right: 10px;
  color: #424242;
  text-decoration: none;
  box-shadow: none;
  float: left;
  margin-right: 30px;
  flex-grow: 0;
  white-space: nowrap; }

.wrapper_header {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between; }

.site-nav {
  margin-bottom: 7.5px;
  margin-top: 7.5px;
  line-height: 1em;
  font-size: 1.1em;
  flex-grow: 1;
  flex-shrink: 0;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: no-wrap; }
  @media screen and (max-width: 700px) {
    .site-nav {
      margin-bottom: 7.5px;
      margin-top: 7.5px; } }
  @media screen and (max-width: 400px) {
    .site-nav {
      flex-wrap: wrap; } }
  .site-nav .page-link {
    color: #111;
    font-weight: 600;
    flex-shrink: 0;
    margin-right: 12px; }
    .site-nav .page-link:last-child {
      margin-right: 0px; }
    @media screen and (max-width: 400px) {
      .site-nav .page-link {
        border-bottom: 0px solid #b1cef4;
        box-shadow: none;
        text-decoration: none;
        width: 100%;
        line-height: 1.5em; } }

/**
 * 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: 700px) {
  .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: 400px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
/**
 * Page content
 */
.page-content {
  padding: 0 0; }

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

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

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

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

/**
 * Posts
 */
.post-header {
  border-top: 8px groove #424242;
  padding-top: 30px;
  margin-bottom: 30px;
  padding-top: 15px;
  margin-bottom: 0pt; }

.post-content {
  margin-bottom: 30px; }
  .post-content a.footnote {
    font-weight: 600;
    border-bottom: none;
    text-decoration: none;
    box-shadow: none; }
    .post-content a.footnote:hover .trigger {
      text-decoration: underline; }
  .post-content a.reversefootnote {
    font-weight: 600;
    border-bottom: none;
    text-decoration: none;
    box-shadow: none; }
    .post-content a.reversefootnote:hover .trigger {
      text-decoration: underline; }

/**
 * 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; }
