* {
  box-sizing: border-box; }

body {
  font-size: 100%;
  font-family: "Lora", serif;
  color: black;
  margin: 0; }

img {
  width: 100%;
  height: auto; }

.site-title,
.index-grid-heading,
.post-header {
  font-family: "Lato", sans-serif; }

.wrapper {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column; }

.site-header {
  background-color: gold;
  display: flex;
  justify-content: space-between;
  padding: .5rem 1.25rem;
  height: 4.375rem; }

.site-title {
  font-size: 2rem;
  font-weight: normal;
  margin: 0 0 0 -.5rem;
  padding: 0.25rem 0.5rem;
  border: .125rem dashed transparent; }

a.site-title {
  border: .125rem dashed transparent;
  border-radius: .25rem;
  color: black;
  text-decoration: none; }
  a.site-title:hover, a.site-title:focus {
    outline: .125rem solid transparent;
    border-color: currentColor; }

.site-navigation {
  align-self: center;
  z-index: 1; }

.site-navigation-button {
  border: .125rem dashed transparent;
  border-radius: .25rem;
  background-color: inherit;
  line-height: 0;
  padding: 0.25rem 0.5rem; }
  .site-navigation-button:hover, .site-navigation-button:focus {
    outline: .125rem solid transparent;
    border-color: currentColor; }

.site-navigation-list {
  background-color: gold;
  list-style: none;
  margin: 0;
  padding: 1rem;
  position: absolute;
  top: 4.375rem;
  bottom: 0;
  right: 0;
  display: none; }
  .site-navigation-list.open {
    display: block; }

.site-navigation-link {
  border: .125rem dashed transparent;
  border-radius: .25rem;
  text-decoration: none;
  color: black;
  display: block;
  margin: .5rem 0;
  padding: 0.5rem 1rem; }
  .site-navigation-link:hover, .site-navigation-link:focus {
    outline: .125rem solid transparent;
    border-color: currentColor; }

.site-footer {
  margin: auto 1.25rem 1.25rem; }

.social-navigation-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0; }

.social-navigation-link {
  border: .125rem dashed transparent;
  border-radius: .25rem;
  padding: 0.25rem 0.5rem;
  margin: 0 1rem 1rem;
  text-decoration: none;
  color: black;
  display: flex;
  align-items: center; }
  .social-navigation-link:hover, .social-navigation-link:focus {
    outline: .125rem solid transparent;
    border-color: currentColor; }
  .social-navigation-link svg {
    height: 1rem;
    margin-right: .25rem; }

.site-main {
  margin: 1rem 1.25rem; }

@media (min-width: 56.25rem) {
  .site-navigation-button {
    display: none; }

  .site-navigation-list {
    display: block;
    width: 11.25rem; }

  .site-main,
  .site-footer {
    margin-right: 12.5rem; } }
.index-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr));
  grid-gap: 1.25rem;
  list-style: none;
  margin: 1.25rem 0;
  padding: 0; }
  .index-grid li {
    display: flex; }

.index-grid-link {
  border: .125rem dashed transparent;
  border-radius: .25rem;
  color: inherit;
  background-color: #fff098;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  padding: 0.5rem 1rem; }
  .index-grid-link:hover, .index-grid-link:focus {
    outline: .125rem solid transparent;
    border-color: currentColor; }

.index-grid-heading {
  margin: 0 0 1rem;
  font-weight: normal; }

.post {
  max-width: 46rem; }

.post-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3rem; }

.post-heading {
  margin: 0 2rem .5rem 0;
  font-weight: normal;
  line-height: 1; }

.post-content {
  font-size: 1.125rem;
  line-height: 1.5; }
  .post-content > * {
    margin: 0 0 2rem; }
  .post-content h2 {
    font-family: "Lato", sans-serif;
    font-weight: normal;
    font-size: 1.3rem; }
  .post-content a {
    color: #556b2f; }
    .post-content a:visited {
      color: #8c4b0a; }
    .post-content a:hover, .post-content a:focus {
      text-decoration: none; }
    .post-content a:focus {
      outline: .125rem dashed currentColor;
      outline-offset: .125rem; }

.responsive-iframe {
  height: 0;
  overflow: hidden;
  padding-bottom: 65%;
  position: relative; }
  .responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media (min-width: 25rem) {
  .post {
    margin: 1rem; } }
@media (min-width: 43.75rem) {
  .post {
    margin: 3rem; } }
.highlighter-rouge,
.highlight code,
.highlight pre {
  font-family: 'PT Mono', monospace;
  font-size: .875rem; }

.highlighter-rouge {
  padding: .15rem .4rem;
  color: #fdce93;
  background-color: #3f3f3f;
  border-radius: .125rem; }

.highlight {
  overflow-x: auto;
  padding: 1rem;
  border-radius: .25rem; }
  .highlight pre {
    margin: 1rem;
    line-height: 1.75; }

.highlight code,
.highlight pre,
.highlight {
  color: #fdce93;
  background-color: #3f3f3f; }

.highlight .hll {
  background-color: #222; }

.highlight .err {
  color: #e37170;
  background-color: #3d3535; }

.highlight .k {
  color: #f0dfaf; }

.highlight .p {
  color: #41706f; }

.highlight .cs {
  color: #cd0000;
  font-weight: 700; }

.highlight .gd {
  color: #cd0000; }

.highlight .ge {
  color: #ccc;
  font-style: italic; }

.highlight .gr {
  color: red; }

.highlight .go {
  color: gray; }

.highlight .gs {
  color: #ccc;
  font-weight: 700; }

.highlight .gu {
  color: purple;
  font-weight: 700; }

.highlight .gt {
  color: #0040D0; }

.highlight .kc {
  color: #dca3a3; }

.highlight .kd {
  color: #ffff86; }

.highlight .kn {
  color: #dfaf8f;
  font-weight: 700; }

.highlight .kp {
  color: #cdcf99; }

.highlight .kr {
  color: #cdcd00; }

.highlight .ni {
  color: #c28182; }

.highlight .ne {
  color: #c3bf9f;
  font-weight: 700; }

.highlight .nn {
  color: #8fbede; }

.highlight .vi {
  color: #ffffc7; }

.highlight .c, .preview-zenburn .highlight .g, .preview-zenburn .highlight .cm, .preview-zenburn .highlight .cp, .preview-zenburn .highlight .c1 {
  color: #7f9f7f; }

.highlight .l, .preview-zenburn .highlight .x, .preview-zenburn .highlight .no, .preview-zenburn .highlight .nd, .preview-zenburn .highlight .nl, .preview-zenburn .highlight .nx, .preview-zenburn .highlight .py, .preview-zenburn .highlight .w {
  color: #ccc; }

.highlight .n, .preview-zenburn .highlight .nv, .preview-zenburn .highlight .vg {
  color: #dcdccc; }

.highlight .o, .preview-zenburn .highlight .ow {
  color: #f0efd0; }

.highlight .gh, .preview-zenburn .highlight .gp {
  color: #dcdccc;
  font-weight: 700; }

.highlight .gi, .preview-zenburn .highlight .kt {
  color: #00cd00; }

.highlight .ld, .preview-zenburn .highlight .s, .preview-zenburn .highlight .sb, .preview-zenburn .highlight .sc, .preview-zenburn .highlight .sd, .preview-zenburn .highlight .s2, .preview-zenburn .highlight .se, .preview-zenburn .highlight .sh, .preview-zenburn .highlight .si, .preview-zenburn .highlight .sx, .preview-zenburn .highlight .sr, .preview-zenburn .highlight .s1, .preview-zenburn .highlight .ss {
  color: #cc9393; }

.highlight .m, .preview-zenburn .highlight .mf, .preview-zenburn .highlight .mh, .preview-zenburn .highlight .mi, .preview-zenburn .highlight .mo, .preview-zenburn .highlight .il {
  color: #8cd0d3; }

.highlight .na, .preview-zenburn .highlight .nt {
  color: #9ac39f; }

.highlight .nb, .preview-zenburn .highlight .nc, .preview-zenburn .highlight .nf, .preview-zenburn .highlight .bp, .preview-zenburn .highlight .vc {
  color: #efef8f; }
