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

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

html, body {
  height: 100%; }

/**
 * Basic styling
 */
body {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #000000;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%; }

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

/**
 * Figures
 */
figure {
  margin: 1em auto 1em auto;
  text-align: center; }
  figure > img {
    border: thin solid #0a3410;
    display: block;
    margin: auto; }

figcaption {
  font-size: 14px;
  margin-top: 1em; }

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

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

dl {
  margin: 0.5em; }

dt {
  font-weight: bold; }
  dt:after {
    content: ":"; }

dd {
  margin: 0 1em 0 1em; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  color: #0a3410; }

/**
 * Links
 */
a[href] {
  color: #c79b00;
  text-decoration: none;
  font-weight: bold; }
  a[href]:visited {
    color: #7b5f00; }
  a[href]:hover {
    color: #000000;
    text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #000000;
  border-left: 4px solid #c79b00;
  padding-left: 15px;
  font-size: 16px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Asides
 */
aside {
  border: thin solid #c79b00;
  color: #000000;
  margin-bottom: 15px;
  padding: 30px; }
  aside > :last-child {
    margin-bottom: 0; }

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

code {
  padding: 1px 5px; }

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

/**
 * Tables
 */
table {
  width: 75%;
  margin: 1em auto 1em auto; }

td {
  min-width: 50px; }

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

/* Typographic rules from http://typecast.com/blog/a-more-modern-scale-for-web-typography */
body {
  font-size: 100%; }

body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5; }

section#page-content {
  font-size: 1em;
  line-height: 1.25; }

@media (min-width: 43.75em) {
  section#page-content {
    font-size: 1em;
    line-height: 1.375; } }

h1 {
  font-size: 1.75em;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */ }

@media (min-width: 43.75em) {
  h1 {
    font-size: 2.25em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125; } }

@media (min-width: 56.25em) {
  h1 {
    font-size: 2.5em;
    /* 3x body copy size = 48px */
    line-height: 1.05;
    /* keep to a multiple of the 20px line height and something more appropriate for display headings */ } }

h2 {
  font-size: 1.625em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */ }

@media (min-width: 43.75em) {
  h2 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25; } }

@media (min-width: 56.25em) {
  h2 {
    font-size: 2.25em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25; } }

h3 {
  font-size: 1.375em;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */ }

@media (min-width: 43.75em) {
  h3 {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25; } }

@media (min-width: 56.25em) {
  h3 {
    font-size: 1.75em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25; } }

h4 {
  font-size: 1.125em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111; }

@media (min-width: 43.75em) {
  h4 {
    line-height: 1.22222222;
    /* (22px / 18px */ } }

blockquote {
  font-size: 1.25em;
  line-height: 1.20;
  /* 25px / 20px */ }

@media (min-width: 43.75em) {
  blockquote {
    font-size: 1.25em;
    /* 24px / 16px = */
    line-height: 1.20;
    /* 35px / 24px */ } }

/**
 * Site header
 */
#site-header {
  border-top: 5px solid #0a3410;
  min-height: 56px;
  display: flex;
  flex-wrap: wrap; }

h1.site-header-title {
  font-size: 26px;
  line-height: 56px;
  letter-spacing: -1px;
  margin: -.5em 0 0 0; }
  h1.site-header-title, h1.site-header-title:visited {
    color: #0a3410; }

p.site-header-description {
  margin: -1em 0 0 0;
  font-size: small;
  font-style: italic; }

ul.site-header-menu {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  line-height: 56px; }

li.site-header-menu-item {
  flex: 1 1 auto;
  list-style-type: none;
  display: inline;
  line-height: 1.5; }
  li.site-header-menu-item:not(:last-child) {
    margin-right: 20px; }

/**
 * Site footer
 */
#site-footer {
  padding: 30px 0;
  height: 300px; }

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

.footer-list {
  list-style: none;
  margin-left: 0; }

.footer-col-wrapper {
  font-size: 15px;
  color: #0a3410;
  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)); } }

.site-footer-license {
  font-size: small;
  text-align: center; }

.site-footer-menu {
  list-style-type: none; }

@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }

#site-page {
  padding-top: 1em;
  background-color: #ffffff; }

#page-content {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 800px) {
    #page-content {
      max-width: -webkit-calc(800px - (30px));
      max-width: calc(800px - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

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

.post-summary {
  display: table;
  width: 100%;
  margin-bottom: 16px; }

.post-summary-thumbnail {
  display: table-cell;
  width: 128px;
  vertical-align: middle;
  padding-left: 1em; }

.post-summary-content {
  display: table-cell;
  padding-left: 1em;
  vertical-align: top; }

.summary-title {
  margin-top: 0;
  margin-bottom: 7.5px; }

.summary-text {
  font-size: small; }

.summary-thumbnail {
  border-radius: 14px; }

.piece-list {
  margin-left: 0;
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.piece-list-item {
  text-align: center;
  font-size: small;
  margin: 1em auto;
  width: 200px; }

.piece-summary-thumbnail {
  margin: 0 auto; }

.term-list {
  margin-left: 0;
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.term-list-item {
  text-align: center;
  margin: 1em auto;
  width: 125px; }

h1.page-home-anchor {
  font-size: 14px; }

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

.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 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; } }

.page-header {
  border-bottom: thin solid #0a3410; }

.page-title {
  margin-bottom: 15px; }

.meta {
  color: #0a3410;
  margin: 0; }

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

a.site-link {
  color: #0a3410; }

a.post-link {
  white-space: nowrap; }

ul.plain-list {
  list-style: none;
  padding-left: 0; }

a.tag-link {
  font-weight: normal;
  font-style: italic; }

.timeline-newer {
  text-align: right; }

/* Solarized Dark

For use with Jekyll and Pygments

http://ethanschoonover.com/solarized

SOLARIZED HEX      ROLE
--------- -------- ------------------------------------------
base03    #002b36  background
base01    #586e75  comments / secondary content
base1     #93a1a1  body text / default code / primary content
orange    #cb4b16  constants
red       #dc322f  regex, special keywords
blue      #268bd2  reserved keywords
cyan      #2aa198  strings, numbers
green     #859900  operators, other keywords
*/
.highlight {
  background-color: #002b36;
  color: #93a1a1; }

.highlight .c {
  color: #586e75; }

/* Comment */
.highlight .err {
  color: #93a1a1; }

/* Error */
.highlight .g {
  color: #93a1a1; }

/* Generic */
.highlight .k {
  color: #859900; }

/* Keyword */
.highlight .l {
  color: #93a1a1; }

/* Literal */
.highlight .n {
  color: #93a1a1; }

/* Name */
.highlight .o {
  color: #859900; }

/* Operator */
.highlight .x {
  color: #cb4b16; }

/* Other */
.highlight .p {
  color: #93a1a1; }

/* Punctuation */
.highlight .cm {
  color: #586e75; }

/* Comment.Multiline */
.highlight .cp {
  color: #859900; }

/* Comment.Preproc */
.highlight .c1 {
  color: #586e75; }

/* Comment.Single */
.highlight .cs {
  color: #859900; }

/* Comment.Special */
.highlight .gd {
  color: #2aa198; }

/* Generic.Deleted */
.highlight .ge {
  color: #93a1a1;
  font-style: italic; }

/* Generic.Emph */
.highlight .gr {
  color: #dc322f; }

/* Generic.Error */
.highlight .gh {
  color: #cb4b16; }

/* Generic.Heading */
.highlight .gi {
  color: #859900; }

/* Generic.Inserted */
.highlight .go {
  color: #93a1a1; }

/* Generic.Output */
.highlight .gp {
  color: #93a1a1; }

/* Generic.Prompt */
.highlight .gs {
  color: #93a1a1;
  font-weight: bold; }

/* Generic.Strong */
.highlight .gu {
  color: #cb4b16; }

/* Generic.Subheading */
.highlight .gt {
  color: #93a1a1; }

/* Generic.Traceback */
.highlight .kc {
  color: #cb4b16; }

/* Keyword.Constant */
.highlight .kd {
  color: #268bd2; }

/* Keyword.Declaration */
.highlight .kn {
  color: #859900; }

/* Keyword.Namespace */
.highlight .kp {
  color: #859900; }

/* Keyword.Pseudo */
.highlight .kr {
  color: #268bd2; }

/* Keyword.Reserved */
.highlight .kt {
  color: #dc322f; }

/* Keyword.Type */
.highlight .ld {
  color: #93a1a1; }

/* Literal.Date */
.highlight .m {
  color: #2aa198; }

/* Literal.Number */
.highlight .s {
  color: #2aa198; }

/* Literal.String */
.highlight .na {
  color: #93a1a1; }

/* Name.Attribute */
.highlight .nb {
  color: #B58900; }

/* Name.Builtin */
.highlight .nc {
  color: #268bd2; }

/* Name.Class */
.highlight .no {
  color: #cb4b16; }

/* Name.Constant */
.highlight .nd {
  color: #268bd2; }

/* Name.Decorator */
.highlight .ni {
  color: #cb4b16; }

/* Name.Entity */
.highlight .ne {
  color: #cb4b16; }

/* Name.Exception */
.highlight .nf {
  color: #268bd2; }

/* Name.Function */
.highlight .nl {
  color: #93a1a1; }

/* Name.Label */
.highlight .nn {
  color: #93a1a1; }

/* Name.Namespace */
.highlight .nx {
  color: #93a1a1; }

/* Name.Other */
.highlight .py {
  color: #93a1a1; }

/* Name.Property */
.highlight .nt {
  color: #268bd2; }

/* Name.Tag */
.highlight .nv {
  color: #268bd2; }

/* Name.Variable */
.highlight .ow {
  color: #859900; }

/* Operator.Word */
.highlight .w {
  color: #93a1a1; }

/* Text.Whitespace */
.highlight .mf {
  color: #2aa198; }

/* Literal.Number.Float */
.highlight .mh {
  color: #2aa198; }

/* Literal.Number.Hex */
.highlight .mi {
  color: #2aa198; }

/* Literal.Number.Integer */
.highlight .mo {
  color: #2aa198; }

/* Literal.Number.Oct */
.highlight .sb {
  color: #586e75; }

/* Literal.String.Backtick */
.highlight .sc {
  color: #2aa198; }

/* Literal.String.Char */
.highlight .sd {
  color: #93a1a1; }

/* Literal.String.Doc */
.highlight .s2 {
  color: #2aa198; }

/* Literal.String.Double */
.highlight .se {
  color: #cb4b16; }

/* Literal.String.Escape */
.highlight .sh {
  color: #93a1a1; }

/* Literal.String.Heredoc */
.highlight .si {
  color: #2aa198; }

/* Literal.String.Interpol */
.highlight .sx {
  color: #2aa198; }

/* Literal.String.Other */
.highlight .sr {
  color: #dc322f; }

/* Literal.String.Regex */
.highlight .s1 {
  color: #2aa198; }

/* Literal.String.Single */
.highlight .ss {
  color: #2aa198; }

/* Literal.String.Symbol */
.highlight .bp {
  color: #268bd2; }

/* Name.Builtin.Pseudo */
.highlight .vc {
  color: #268bd2; }

/* Name.Variable.Class */
.highlight .vg {
  color: #268bd2; }

/* Name.Variable.Global */
.highlight .vi {
  color: #268bd2; }

/* Name.Variable.Instance */
.highlight .il {
  color: #2aa198; }

/* Literal.Number.Integer.Long */
.code {
  background-color: #002b36;
  color: #93a1a1; }
  .code .comment {
    color: #586e75;
    font-style: italic; }
    .code .comment.multiline {
      color: #586e75; }
    .code .comment.preproc {
      color: #859900; }
    .code .comment.single {
      color: #586e75; }
    .code .comment.special {
      color: #859900; }
  .code .error {
    border: 1px solid #dc322f; }
  .code .generic {
    color: #93a1a1; }
    .code .generic.deleted {
      color: #2aa198; }
    .code .generic.emph {
      color: #93a1a1;
      font-style: italic; }
    .code .generic.error {
      color: #dc322f; }
    .code .generic.heading {
      color: #cb4b16; }
    .code .generic.inserted {
      color: #859900; }
    .code .generic.output {
      color: #93a1a1; }
    .code .generic.prompt {
      color: #93a1a1; }
    .code .generic.strong {
      color: #93a1a1;
      font-weight: bold; }
    .code .generic.subheading {
      color: #cb4b16;
      font-weight: bold; }
    .code .generic.traceback {
      color: #93a1a1; }
  .code .keyword {
    color: #859900;
    font-weight: bold; }
    .code .keyword.constant {
      color: #cb4b16; }
    .code .keyword.declaration {
      color: #268bd2; }
    .code .keyword.namespace {
      color: #859900; }
    .code .keyword.pseudo {
      font-weight: normal; }
    .code .keyword.reserved {
      color: #268bd2; }
    .code .keyword.type {
      color: #dc322f; }
  .code .literal {
    color: #93a1a1; }
    .code .literal.date {
      color: #93a1a1; }
    .code .literal.number {
      color: #2aa198; }
      .code .literal.number.float {
        color: #2aa198; }
      .code .literal.number.hex {
        color: #2aa198; }
      .code .literal.number.integer {
        color: #2aa198; }
        .code .literal.number.integer.long {
          color: #2aa198; }
      .code .literal.number.oct {
        color: #2aa198; }
    .code .literal.string {
      color: #2aa198; }
      .code .literal.string.backtick {
        color: #586e75; }
      .code .literal.string.char {
        color: #2aa198; }
      .code .literal.string.doc {
        color: #93a1a1;
        font-style: italic; }
      .code .literal.string.double {
        color: #2aa198; }
      .code .literal.string.escape {
        color: #cb4b16;
        font-weight: bold; }
      .code .literal.string.heredoc {
        color: #93a1a1; }
      .code .literal.string.interpol {
        color: #2aa198;
        font-weight: bold; }
      .code .literal.string.other {
        color: #2aa198; }
      .code .literal.string.regex {
        color: #dc322f; }
      .code .literal.string.single {
        color: #2aa198; }
      .code .literal.string.symbol {
        color: #2aa198; }
  .code .name {
    color: #93a1a1; }
    .code .name.attribute {
      color: #93a1a1; }
    .code .name.builtin {
      color: #859900; }
      .code .name.builtin.pseudo {
        color: #268bd2; }
    .code .name.class {
      color: #268bd2; }
    .code .name.constant {
      color: #cb4b16; }
    .code .name.decorator {
      color: #268bd2; }
    .code .name.entity {
      color: #cb4b16;
      font-weight: bold; }
    .code .name.exception {
      color: #cb4b16;
      font-weight: bold; }
    .code .name.function {
      color: #268bd2; }
    .code .name.label {
      color: #93a1a1; }
    .code .name.namespace {
      color: #93a1a1;
      font-weight: bold; }
    .code .name.other {
      color: #93a1a1; }
    .code .name.property {
      color: #93a1a1; }
    .code .name.tag {
      color: #268bd2;
      font-weight: bold; }
    .code .name.variable {
      color: #268bd2; }
      .code .name.variable.class {
        color: #268bd2; }
      .code .name.variable.global {
        color: #268bd2; }
      .code .name.variable.instance {
        color: #268bd2; }
  .code .operator {
    color: #859900; }
    .code .operator.word {
      color: #859900;
      font-weight: bold; }
  .code .text.whitespace {
    color: #93a1a1; }
