.highlight .c {
  color: #93a1a1;
  font-style: italic;
}
.highlight .err {
  color: #dc322f;
}
.highlight .k {
  color: #586e75;
  font-weight: bold;
}
.highlight .o {
  color: #586e75;
  font-weight: bold;
}
.highlight .cm {
  color: #93a1a1;
  font-style: italic;
}
.highlight .cp {
  color: #93a1a1;
  font-weight: bold;
}
.highlight .c1 {
  color: #93a1a1;
  font-style: italic;
}
.highlight .cs {
  color: #93a1a1;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #dc322f;
}
.highlight .gd .x {
  color: #dc322f;
}
.highlight .ge {
  color: #657b83;
  font-style: italic;
}
.highlight .gr {
  color: #dc322f;
}
.highlight .gh {
  color: #93a1a1;
}
.highlight .gi {
  color: #859900;
}
.highlight .gi .x {
  color: #859900;
}
.highlight .go {
  color: #657b83;
}
.highlight .gp {
  color: #657b83;
}
.highlight .gs {
  color: #586e75;
  font-weight: bold;
}
.highlight .gu {
  color: #93a1a1;
}
.highlight .gt {
  color: #dc322f;
}
.highlight .kc {
  color: #586e75;
  font-weight: bold;
}
.highlight .kd {
  color: #586e75;
  font-weight: bold;
}
.highlight .kp {
  color: #586e75;
  font-weight: bold;
}
.highlight .kr {
  color: #586e75;
  font-weight: bold;
}
.highlight .kt {
  color: #6c71c4;
  font-weight: bold;
}
.highlight .m {
  color: #2aa198;
}
.highlight .s {
  color: #d33682;
}
.highlight .na {
  color: #2aa198;
}
.highlight .nb {
  color: #268bd2;
}
.highlight .nc {
  color: #6c71c4;
  font-weight: bold;
}
.highlight .no {
  color: #2aa198;
}
.highlight .ni {
  color: #6c71c4;
}
.highlight .ne {
  color: #6c71c4;
  font-weight: bold;
}
.highlight .nf {
  color: #268bd2;
  font-weight: bold;
}
.highlight .nn {
  color: #657b83;
}
.highlight .nt {
  color: #268bd2;
}
.highlight .nv {
  color: #2aa198;
}
.highlight .ow {
  color: #586e75;
  font-weight: bold;
}
.highlight .w {
  color: #93a1a1;
}
.highlight .mf {
  color: #2aa198;
}
.highlight .mh {
  color: #2aa198;
}
.highlight .mi {
  color: #2aa198;
}
.highlight .mo {
  color: #2aa198;
}
.highlight .sb {
  color: #d33682;
}
.highlight .sc {
  color: #d33682;
}
.highlight .sd {
  color: #d33682;
}
.highlight .s2 {
  color: #d33682;
}
.highlight .se {
  color: #d33682;
}
.highlight .sh {
  color: #d33682;
}
.highlight .si {
  color: #d33682;
}
.highlight .sx {
  color: #d33682;
}
.highlight .sr {
  color: #859900;
}
.highlight .s1 {
  color: #d33682;
}
.highlight .ss {
  color: #d33682;
}
.highlight .bp {
  color: #93a1a1;
}
.highlight .vc {
  color: #2aa198;
}
.highlight .vg {
  color: #2aa198;
}
.highlight .vi {
  color: #2aa198;
}
.highlight .il {
  color: #2aa198;
}

html {
  font-size: 16px;
}

/**
 * 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", "Segoe UI Symbol", "Segoe UI Emoji", "Apple Color Emoji", Roboto, Helvetica, Arial, sans-serif;
  color: #586e75;
  background-color: #fdf6e3;
  -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;
  overflow-wrap: break-word;
}

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

hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

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

/**
 * Links
 */
a {
  color: #268bd2;
  text-decoration: none;
}
a:visited {
  color: #4683ab;
}
a:hover {
  color: #657b83;
  text-decoration: underline;
}
.social-media-list a:hover, .pagination a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username, .pagination a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #93a1a1;
  border-left: 4px solid #c8ccc2;
  padding-left: 15px;
  font-size: 1.125rem;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}
blockquote i,
blockquote em {
  font-style: normal;
}

/**
 * Code formatting
 */
pre,
code {
  font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
  font-size: 0.9375em;
  border: 1px solid #c8ccc2;
  border-radius: 3px;
  background-color: #eee8d5;
}

code {
  padding: 1px 5px;
}

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

.highlight {
  border-radius: 3px;
  background: #eee8d5;
}
.highlighter-rouge .highlight {
  background: #eee8d5;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: calc(calc(1250px * 0.8) - (30px));
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 800px) {
  .wrapper {
    max-width: calc(calc(1250px * 0.8) - 30px * 2);
    padding-right: 30px;
    padding-left: 30px;
  }
}

.nav-wrapper {
  max-width: calc(calc(1250px * 0.2) - (30px));
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 30px;
}
@media screen and (min-width: 800px) {
  .nav-wrapper {
    max-width: calc(calc(1250px * 0.2) - 30px * 2);
    padding-right: 30px;
    padding-left: 30px;
  }
}

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

/**
 * Icons
 */
.orange {
  color: #f66a0a;
}

.grey {
  color: #828282;
}

.green {
  color: #75c08b;
}

.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: currentColor;
  padding: 5px 3px 2px 5px;
  vertical-align: text-bottom;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: #657b83;
  border-collapse: collapse;
  border: 1px solid #93a1a1;
}
table tr:nth-child(even) {
  background-color: #f6efdc;
}
table th,
table td {
  padding: 10px 15px;
}
table th {
  background-color: #eee8d5;
  border: 1px solid #93a1a1;
}
table td {
  border: 1px solid #93a1a1;
}
@media screen and (max-width: 800px) {
  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

/**
 * Site header
 */
.site-header {
  border-top: 5px solid #657b83;
  border-bottom: 1px solid #c8ccc2;
  min-height: 55.95px;
  line-height: 54px;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fdf6e3;
  height: 135px;
  z-index: 100;
}

.site-title {
  font-size: 1.625rem;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: right;
}
@media screen and (max-width: 600px) {
  .site-title {
    padding-right: 45px;
  }
}
.site-title, .site-title:visited {
  color: #657b83;
}

.site-logo {
  position: fixed;
  left: 5px;
  background: #fdf6e3;
  height: 135px;
  float: left;
}
@media screen and (max-width: 600px) {
  .site-logo {
    padding-right: 45px;
  }
}
.site-logo, .site-logo:visited {
  color: #657b83;
}

.site-nav {
  position: absolute;
  top: 9px;
  right: 15px;
  background-color: #fdf6e3;
  border: 1px solid #c8ccc2;
  border-radius: 5px;
  text-align: right;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  float: right;
  width: 36px;
  height: 26px;
  line-height: 0;
  padding-top: 10px;
  text-align: center;
}
.site-nav .menu-icon > svg path {
  fill: #657b83;
}
.site-nav label[for=nav-trigger] {
  display: block;
  float: right;
  width: 36px;
  height: 36px;
  z-index: 2;
  cursor: pointer;
}
.site-nav input ~ .trigger {
  clear: both;
  display: none;
}
.site-nav input:checked ~ .trigger {
  display: block;
  padding-bottom: 5px;
}
.site-nav .page-link {
  color: #586e75;
  line-height: 1.5;
  display: block;
  padding: 5px 10px;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 0;
}
.site-nav .page-link {
  margin-left: 20px;
}
@media screen and (min-width: 600px) {
  .site-nav {
    position: static;
    float: right;
    border: none;
    background-color: inherit;
  }
  .site-nav label[for=nav-trigger] {
    display: none;
  }
  .site-nav .menu-icon {
    display: none;
  }
  .site-nav input ~ .trigger {
    display: block;
  }
  .site-nav .page-link {
    display: inline;
    padding: 0;
  }
  .site-nav .page-link :not(:last-child) {
    margin-right: 20px;
  }
  .site-nav .page-link {
    margin-left: auto;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #c8ccc2;
  padding: 30px 0;
}

.footer-heading {
  font-size: 1.125rem;
  margin-bottom: 15px;
}

.feed-subscribe .svg-icon {
  padding: 5px 5px 2px 0;
}

.contact-list,
.social-media-list,
.pagination {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper,
.social-links {
  font-size: 0.9375rem;
  color: #93a1a1;
}

.footer-col {
  margin-bottom: 15px;
}

.footer-col-1,
.footer-col-2 {
  width: calc(50% - 30px / 2);
}

.footer-col-3 {
  width: calc(100% - 30px / 2);
}

@media screen and (min-width: 800px) {
  .footer-col-1 {
    width: calc(35% - 30px / 2);
  }
  .footer-col-2 {
    width: calc(20% - 30px / 2);
  }
  .footer-col-3 {
    width: calc(45% - 30px / 2);
  }
}
@media screen and (min-width: 600px) {
  .footer-col-wrapper {
    display: flex;
  }
  .footer-col {
    width: calc(100% - 30px / 2);
    padding: 0 15px;
  }
  .footer-col:first-child {
    padding-right: 15px;
    padding-left: 0;
  }
  .footer-col:last-child {
    padding-right: 0;
    padding-left: 15px;
  }
}
/**
 * Page content
 */
.page-container {
  display: flex;
  flex-direction: row;
  padding: 135px 0 0;
}

.page-content {
  padding: 30px 0;
  flex: 1 0 auto;
  width: calc(100% - 30px / 2);
}

.page-navigation {
  padding: 30px 0;
  flex: 1 0 auto;
}

.page-heading {
  font-size: 2rem;
}

.post-list-heading {
  font-size: 1.75rem;
}

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

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

.post-link {
  display: block;
  font-size: 1.5rem;
}

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

.post-title,
.post-content h1 {
  font-size: 2.625rem;
  letter-spacing: -1px;
  line-height: 1.15;
}
@media screen and (min-width: 800px) {
  .post-title,
  .post-content h1 {
    font-size: 2.625rem;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h1,
.post-content h2,
.post-content h3 {
  margin-top: 60px;
}
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-top: 30px;
}
.post-content h2 {
  font-size: 1.75rem;
}
@media screen and (min-width: 800px) {
  .post-content h2 {
    font-size: 2rem;
  }
}
.post-content h3 {
  font-size: 1.375rem;
}
@media screen and (min-width: 800px) {
  .post-content h3 {
    font-size: 1.625rem;
  }
}
.post-content h4 {
  font-size: 1.25rem;
}
.post-content h5 {
  font-size: 1.125rem;
}
.post-content h6 {
  font-size: 1.0625rem;
}

.social-media-list, .pagination {
  display: table;
  margin: 0 auto;
}
.social-media-list li, .pagination li {
  float: left;
  margin: 5px 10px 5px 0;
}
.social-media-list li:last-of-type, .pagination li:last-of-type {
  margin-right: 0;
}
.social-media-list li a, .pagination li a {
  display: block;
  padding: 7.5px;
  border: 1px solid #c8ccc2;
}
.social-media-list li a:hover, .pagination li a:hover {
  border-color: #93a1a1;
}

/**
 * Pagination navbar
 */
.pagination {
  margin-bottom: 30px;
}
.pagination li a,
.pagination li div {
  min-width: 41px;
  text-align: center;
  box-sizing: border-box;
}
.pagination li div {
  display: block;
  padding: 7.5px;
  border: 1px solid transparent;
}
.pagination li div.pager-edge {
  color: #c8ccc2;
  border: 1px dashed;
}

/**
 * Grid helpers
 */
@media screen and (min-width: 800px) {
  .one-half {
    width: calc(50% - 30px / 2);
  }
}
.toplink {
  font-size: small;
  text-align: right;
}

.motto {
  font-size: small;
}

.author {
  color: #cb4b16;
  font-size: smaller;
}

article {
  counter-reset: footnotes;
}

[role=doc-noteref] {
  counter-increment: footnotes;
  padding-left: 0.25em;
  padding-right: 0.2em;
  text-decoration: none;
}

[role=doc-noteref]::after {
  content: "[" counter(footnotes) "]";
  vertical-align: super;
  font-size: 0.75em;
}

[role=doc-noteref]:focus::after {
  outline: thin dotted;
  outline-offset: 2px;
}

article > footer {
  margin-top: 2em;
  border-top: 1px solid silver;
  font-size: 0.8em;
}

article > footer ol {
  padding-left: 2em;
}

.wp-caption-text,
.wp-caption-dd {
  font-family: Verdana, Geneva, sans-serif;
  text-align: left;
  margin: 6px 0 26px 0;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  line-height: 17px;
  color: #444;
}

.wp-caption {
  text-align: center;
  max-width: 100% !important;
}

.wp-caption img {
  max-width: 100% !important;
}

.alignnone {
  margin-top: 0;
}

.aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  margin-bottom: 6px;
}

figure.alignright,
figure.alignleft,
figure.aligncenter {
  margin-bottom: 6px;
}

.gallery {
  /* control the size */
  --gap: 1em;
  /* control the gap */
  --zoom: 2;
  /* control the scale factor */
  display: grid;
  gap: var(--gap);
  width: calc(3 * var(--size, 10em) + 2 * var(--gap));
  height: var(--sizeh, 10em);
  grid-template-columns: repeat(3, auto);
}

.gallery figure {
  margin: 0;
  padding: 0;
  position: relative;
}

.gallery figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  opacity: 0;
  color: white;
  background: rgba(0, 0, 0, 0.3);
}

.gallery figure:hover figcaption,
.gallery figure:focus figcaption {
  opacity: 1;
}

.gallery > figure img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  cursor: pointer;
  filter: grayscale(80%);
  transition: 0.35s linear;
}

.gallery figure:hover img,
.gallery figure:focus img {
  filter: grayscale(0);
}

#overlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}

#overlay_text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

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