@charset "UTF-8";
@font-face {
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/vollkorn-regular-webfont.woff") format("woff"); }
@font-face {
  font-family: 'Vollkorn';
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/vollkorn-italic-webfont.woff") format("woff"); }
@font-face {
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/vollkorn-semibold-webfont.woff") format("woff"); }
@font-face {
  font-family: 'Vollkorn';
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/vollkorn-semibolditalic-webfont.woff") format("woff"); }
@font-face {
  font-family: 'LobsterTwo';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/LobsterTwo-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'LobsterTwo';
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/LobsterTwo-Italic.ttf") format("truetype"); }
@font-face {
  font-family: 'LobsterTwo';
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/LobsterTwo-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'LobsterTwo';
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/LobsterTwo-BoldItalic.ttf") format("truetype"); }
/**
 * 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-family: "Vollkorn";
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
  color: #522200;
  background-color: #faeee6;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }
  @media print {
    body {
      color: black !important;
      background-color: white; } }

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

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

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

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  font-family: "Vollkorn"; }

/**
 * Links
 */
a {
  color: #522200;
  text-decoration-line: underline;
  text-decoration-color: #cc5500;
  text-decoration-style: dotted;
  -moz-text-decoration-line: underline;
  -moz-text-decoration-color: #cc5500;
  -moz-text-decoration-style: dotted;
  -webkit-text-decoration-line: underline;
  -webkit-text-decoration-color: #cc5500;
  -webkit-text-decoration-style: dotted; }
  a:hover {
    background-color: #f5ddcc; }
  @media print {
    a {
      color: black;
      background-color: white;
      text-decoration-color: black;
      -moz-text-decoration-color: black;
      -webkit-text-decoration-color: black; } }

/**
 * Blockquotes
 */
blockquote {
  color: #7a3300;
  border-left: 4px solid #cc5500;
  padding-left: 15px;
  font-size: 18px;
  line-height: 1.35; }
  blockquote > :last-child {
    margin-bottom: 0; }
  @media print {
    blockquote {
      color: black;
      background-color: white;
      border-left: none; } }

/**
 * Code formatting
 */
pre,
code {
  font-size: 16px;
  border: 1px solid #e09966;
  border-radius: 3px;
  background-color: #e7ebf3;
  font-family: "Menlo"; }
  @media print {
    pre,
    code {
      color: black;
      background-color: white; } }

code {
  padding: 1px 5px; }

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

hr {
  padding: 0;
  border: none;
  color: #e09966;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px; }
  hr:after {
    content: "❦";
    display: inline-block;
    position: relative; }
  @media print {
    hr {
      color: black;
      background-color: white; } }

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

/**
 * Clearfix
 */
.inset: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
*/
header.site {
  border-top: 5px solid #522200;
  background-color: #cc5500;
  text-align: center;
  margin-bottom: 0; }
  @media print {
    header.site {
      color: black !important;
      background-color: white;
      border-top: none; } }
  header.site h1 {
    font-size: 48px;
    line-height: 72px;
    margin-bottom: 0;
    font-family: "LobsterTwo"; }
    header.site h1 a {
      text-decoration: none; }
      header.site h1 a, header.site h1 a:visited {
        color: #522200; }
        @media print {
          header.site h1 a, header.site h1 a:visited {
            color: black; } }
      header.site h1 a:hover {
        background-color: #d16619; }
    @media screen and (max-width: 600px) {
      header.site h1 {
        font-size: 36px;
        line-height: 54px; } }
    @media print {
      header.site h1 {
        color: black;
        background-color: white; } }
  header.site p {
    font-family: "LobsterTwo";
    color: #7a3300; }
    @media screen and (max-width: 600px) {
      header.site p {
        font-size: 15px; } }
    @media print {
      header.site p {
        color: black;
        background-color: white; } }
  header.site .site-nav {
    background-color: #e09966;
    color: #7a3300;
    line-height: 1.5;
    font-family: "Vollkorn"; }
    header.site .site-nav a {
      text-decoration: none;
      color: #7a3300;
      padding: 3px;
      margin: 0 7px; }
      header.site .site-nav a:hover {
        background-color: #f0ccb2; }
    @media screen and (max-width: 600px) {
      header.site .site-nav {
        font-size: 17.5px; } }
    @media print {
      header.site .site-nav {
        display: none; } }

/**
* Site footer
*/
footer.site {
  clear: both;
  margin-top: 45px;
  border-bottom: 5px solid #522200;
  text-align: center;
  font-size: 15px; }
  @media print {
    footer.site {
      display: none; } }
  footer.site .other-links {
    background-color: #e09966;
    color: #7a3300;
    font-family: "Vollkorn";
    line-height: 1.5; }
    footer.site .other-links a {
      text-decoration: none;
      color: #7a3300;
      padding: 2px;
      margin: 0 5px; }
      footer.site .other-links a:hover {
        background-color: #f0ccb2; }
    footer.site .other-links p {
      margin-bottom: 0px; }
  footer.site .copyright {
    color: #7a3300;
    background-color: #cc5500;
    padding-top: 2px;
    padding-bottom: 2px; }
    @media print {
      footer.site .copyright {
        color: black; } }
    footer.site .copyright p {
      margin-bottom: 0px; }

/**
* Posts
*/
article header {
  margin-bottom: 15px;
  margin-top: 45px; }
  article header h1 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 5px; }
    @media screen and (max-width: 800px) {
      article header h1 {
        font-size: 36px; } }
    article header h1 .link-marker {
      color: #e09966; }
      @media print {
        article header h1 .link-marker {
          color: black; } }
  article header p {
    color: #7a3300;
    font-size: 17.5px;
    margin-bottom: 0px; }
    @media print {
      article header p {
        color: black; } }
    article header p a {
      color: #7a3300;
      text-decoration: none; }
      @media print {
        article header p a {
          color: black; } }

.breaker {
  margin-top: 45px;
  text-align: center;
  color: #e09966;
  clear: both; }
  @media print {
    .breaker {
      color: black; } }

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

figure {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content; }
  figure img {
    max-width: -webkit-calc(800px - (30px * 2));
    max-width: calc(800px - (30px * 2)); }
  @media screen and (max-width: 600px) {
    figure {
      width: 100%; }
      figure img {
        max-width: 100%; } }
  figure.center {
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px; }
  figure.left {
    float: left;
    margin-right: 30px;
    padding-top: 7.5px;
    padding-bottom: 7.5px; }
  figure.right {
    float: right;
    margin-left: 30px;
    padding-top: 7.5px;
    padding-bottom: 7.5px; }

figcaption {
  font-size: 17.5px;
  line-height: 1.2;
  font-color: #7a3300;
  text-align: center; }

a.footnote {
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1; }

.pagination {
  width: 100%;
  margin: auto;
  text-align: center;
  margin-top: 30px; }
  .pagination .previous {
    width: 25%;
    margin-right: 30px;
    display: inline-block; }
  .pagination .next {
    width: 25%;
    margin-left: 30px;
    display: inline-block; }

@media screen and (max-width: 800px) {
  ul.posts {
    margin-left: 0;
    padding-left: 0; } }

ul.archive {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }
  @media screen and (max-width: 800px) {
    ul.archive {
      margin-left: 0; } }
  ul.archive span.fleuron {
    display: inline-block;
    width: 30px;
    position: relative;
    left: -30px;
    margin-right: -30px; }
  ul.archive li {
    padding-bottom: 7.5px;
    margin-left: 45px; }
    @media screen and (max-width: 800px) {
      ul.archive li {
        padding-bottom: 30px;
        margin-left: 30px;
        line-height: 1.2; } }

@media screen and (max-width: 800px) {
  .hidable {
    display: none; } }

@media screen and (max-width: 800px) {
  .mobile_break_before:before {
    content: '\A';
    white-space: pre; } }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #e7ebf3; }
  .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; }
