.footer-col-wrapper: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;
}

/**
 * Basic styling
 */
body {
  font: 200 20px/1.5 "Latin Modern Roman", "Adobe Caslon Pro", "NY-Irvin", Georgia, serif;
  color: #000000;
  background-color: #fdf5e6;
  -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, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure {
  margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
  color: #b6bae6;
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 17.5px;
}

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

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

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

/**
 * Links
 */
a {
  color: #ff5572;
  text-decoration: none;
}
a:hover {
  color: rgb(255, 136, 156.3);
}

/**
 * Blockquotes
 */
blockquote {
  color: #676e95;
  border-left: 4px solid rgb(223.0714285714, 224.5714285714, 232.9285714286);
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
}

code {
  padding: 1px 5px;
}

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

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

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.icon > svg path {
  fill: #676e95;
}

/**
 * Custom fonts (files served from repo root)
 */
@font-face {
  font-family: "NY-Irvin";
  src: url("/NY-Irvin.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Adobe Caslon Pro";
  src: url("/ACaslonPro-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Caslon Pro";
  src: url("/ACaslonPro-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Caslon Pro";
  src: url("/ACaslonPro-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Caslon Pro";
  src: url("/ACaslonPro-BoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Caslon Pro";
  src: url("/ACaslonPro-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Caslon Pro";
  src: url("/ACaslonPro-SemiboldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Latin Modern Roman";
  src: url("/lmroman10-regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Latin Modern Roman";
  src: url("/lmroman10-bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Latin Modern Roman";
  src: url("/lmroman10-italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Latin Modern Roman";
  src: url("/lmroman10-bolditalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
/**
 * Site header
 */
.site-header {
  border-top: 1px solid #676e95;
  border-bottom: 1px solid #676e95;
  min-height: 56px;
  position: relative;
}

.site-title {
  font-size: 36px;
  font-weight: 300;
  line-height: 56px;
  margin-bottom: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: #ff5572;
}

.site-nav {
  float: right;
  line-height: 56px;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #000000;
  line-height: 1.5;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 15px;
    background-color: #fdf5e6;
    border: 1px solid rgb(223.0714285714, 224.5714285714, 232.9285714286);
    border-radius: 5px;
    text-align: right;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    width: 18px;
    height: 15px;
  }
  .site-nav .menu-icon > svg path {
    fill: rgb(92.5773809524, 98.869047619, 133.9226190476);
  }
  .site-nav .trigger {
    clear: both;
    display: none;
  }
  .site-nav:hover .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    padding: 5px 10px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
  .site-nav .page-link {
    margin-left: 20px;
  }
}

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

.footer-heading {
  font-size: 18px;
  color: #ff5572;
  margin-bottom: 15px;
}

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

.footer-col-wrapper {
  font-size: 15px;
  color: #676e95;
  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: 900px) {
  .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: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
}

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

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

.post-meta {
  font-size: 17.5px;
  color: #676e95;
}

.post-link {
  display: block;
  font-size: 24px;
  color: #b6bae6;
}
.post-link:hover {
  color: #b6bae6;
  text-decoration: underline;
}

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

.post-title {
  font-size: 42px;
  font-family: "NY-Irvin", Georgia, serif;
  letter-spacing: -1px;
  line-height: 1;
  color: #b6bae6;
}
@media screen and (max-width: 900px) {
  .post-title {
    font-size: 36px;
  }
}

.post-content {
  margin-bottom: 30px;
  font-family: "Adobe Caslon Pro", "Latin Modern Roman", Georgia, serif;
}
.post-content h2 {
  font-size: 32px;
}
@media screen and (max-width: 900px) {
  .post-content h2 {
    font-size: 28px;
  }
}
.post-content h3 {
  font-size: 26px;
}
@media screen and (max-width: 900px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .post-content h4 {
    font-size: 18px;
  }
}

.highlight table td {
  padding: 5px;
}

.highlight table pre {
  margin: 0;
}

.highlight .c, .highlight .cd {
  color: #5e5d83;
  font-style: italic;
}

.highlight .cm {
  color: #5e5d83;
  font-style: italic;
}

.highlight .c1 {
  color: #5e5d83;
  font-style: italic;
}

.highlight .cp {
  color: #465457;
  font-weight: bold;
}

.highlight .cs {
  color: #465457;
  font-weight: bold;
  font-style: italic;
}

.highlight .err {
  color: #f8f8f2;
  background-color: #403d3d;
}

.highlight .gi {
  color: #a6e22e;
}

.highlight .gd {
  color: #f92672;
}

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

.highlight .gr {
  color: #f92672;
}

.highlight .gt {
  color: #f92672;
}

.highlight .gh {
  color: #403d3d;
}

.highlight .go {
  color: #403d3d;
}

.highlight .gp {
  color: #66d9ef;
}

.highlight .gs {
  font-weight: bold;
}

.highlight .gu {
  color: #465457;
}

.highlight .k, .highlight .kv {
  color: #66d9ef;
  font-weight: bold;
}

.highlight .kc {
  color: #66d9ef;
  font-weight: bold;
}

.highlight .kd {
  color: #66d9ef;
  font-weight: bold;
}

.highlight .kp {
  color: #66d9ef;
  font-weight: bold;
}

.highlight .kr {
  color: #66d9ef;
  font-weight: bold;
}

.highlight .kt {
  color: #66d9ef;
  font-weight: bold;
}

.highlight .kn {
  color: #f92672;
  font-weight: bold;
}

.highlight .ow {
  color: #f92672;
  font-weight: bold;
}

.highlight .o {
  color: #f92672;
  font-weight: bold;
}

.highlight .mf {
  color: #af87ff;
}

.highlight .mh {
  color: #af87ff;
}

.highlight .il {
  color: #af87ff;
}

.highlight .mi {
  color: #af87ff;
}

.highlight .mo {
  color: #af87ff;
}

.highlight .m, .highlight .mb, .highlight .mx {
  color: #af87ff;
}

.highlight .se {
  color: #af87ff;
}

.highlight .sb {
  color: #d7d787;
}

.highlight .sc {
  color: #d7d787;
}

.highlight .sd {
  color: #d7d787;
}

.highlight .s2 {
  color: #d7d787;
}

.highlight .sh {
  color: #d7d787;
}

.highlight .si {
  color: #d7d787;
}

.highlight .sx {
  color: #d7d787;
}

.highlight .sr {
  color: #d7d787;
}

.highlight .s1 {
  color: #d7d787;
}

.highlight .ss {
  color: #d7d787;
}

.highlight .s {
  color: #d7d787;
}

.highlight .na {
  color: #a6e22e;
}

.highlight .nc {
  color: #a6e22e;
  font-weight: bold;
}

.highlight .nd {
  color: #a6e22e;
  font-weight: bold;
}

.highlight .ne {
  color: #a6e22e;
  font-weight: bold;
}

.highlight .nf {
  color: #a6e22e;
  font-weight: bold;
}

.highlight .no {
  color: #66d9ef;
}

.highlight .bp {
  color: #f8f8f2;
}

.highlight .nb {
  color: #f8f8f2;
}

.highlight .ni {
  color: #f8f8f2;
}

.highlight .nn {
  color: #f8f8f2;
}

.highlight .vc {
  color: #f8f8f2;
}

.highlight .vg {
  color: #f8f8f2;
}

.highlight .vi {
  color: #f8f8f2;
}

.highlight .nv {
  color: #f8f8f2;
}

.highlight .w {
  color: #f8f8f2;
}

.highlight .nl {
  color: #f8f8f2;
  font-weight: bold;
}

.highlight .nt {
  color: #f92672;
}

.highlight {
  color: #f8f8f2;
  background-color: #1f2330;
}

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