@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Palanquin+Dark:wght@400;500;600;700&family=Palanquin:wght@100;200;300;400;500;600;700&display=swap");
/**
 * 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: 300 18px/1.75 "Open Sans", Helvetica, sans-serif;
  color: #d8dee9;
  background-color: #2e3440;
  -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;
}

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

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

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

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

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

/**
 * Links
 */
a {
  color: #9AB3A6;
  text-decoration: none;
}
a:visited {
  color: rgb(110.3474576271, 146.1525423729, 127.5338983051);
}
a:hover {
  color: #d8dee9;
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #d8dee9;
  border-left: 4px solid rgb(167.0901639344, 180.6147540984, 205.4098360656);
  padding-left: 15px;
  font-size: 20.25px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 16.875px;
  border: 1px solid rgb(167.0901639344, 180.6147540984, 205.4098360656);
  border-radius: 3px;
  background-color: #eef;
}

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

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

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #d8dee9;
  padding-right: 5px;
  vertical-align: text-top;
}

.social-media-list li + li {
  padding-top: 5px;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: hsl(218.8235294118, 27.868852459%, 106.0392156863%);
  border-collapse: collapse;
  border: 1px solid rgb(167.0901639344, 180.6147540984, 205.4098360656);
}
table tr:nth-child(even) {
  background-color: rgb(186.6540983607, 197.168852459, 216.4459016393);
}
table th, table td {
  padding: 10px 15px;
}
table th {
  background-color: rgb(176.8721311475, 188.8918032787, 210.9278688525);
  border: 1px solid rgb(154.0475409836, 169.5786885246, 198.0524590164);
  border-bottom-color: rgb(127.962295082, 147.506557377, 183.337704918);
}
table td {
  border: 1px solid rgb(167.0901639344, 180.6147540984, 205.4098360656);
}

/**
 * Site header
 */
.site-header {
  border-top: 5px solid hsl(218.8235294118, 27.868852459%, 108.0392156863%);
  border-bottom: 1px solid rgb(167.0901639344, 180.6147540984, 205.4098360656);
  min-height: 55.95px;
  position: relative;
}

.site-title {
  font-size: 29.25px;
  font-weight: 300;
  line-height: 70.875px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: hsl(218.8235294118, 27.868852459%, 108.0392156863%);
}

.site-nav {
  float: right;
  line-height: 70.875px;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #d8dee9;
  line-height: 1.75;
}
.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: #2e3440;
    border: 1px solid rgb(167.0901639344, 180.6147540984, 205.4098360656);
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    z-index: 2;
    cursor: pointer;
  }
  .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 {
    fill: hsl(218.8235294118, 27.868852459%, 108.0392156863%);
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
  }
  .site-nav input:checked ~ .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 rgb(167.0901639344, 180.6147540984, 205.4098360656);
  padding: 30px 0;
}

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

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

.footer-col-wrapper {
  font-size: 16.875px;
  color: #d8dee9;
  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);
  }
}
@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;
  flex: 1;
}

.page-heading {
  font-size: 36px;
}

.post-list-heading {
  font-size: 31.5px;
}

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

.post-meta {
  font-size: 15.75px;
  color: #d8dee9;
}

.post-link {
  display: block;
  font-size: 27px;
}

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

.post-title {
  font-size: 47.25px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 40.5px;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  font-size: 36px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 31.5px;
  }
}
.post-content h3 {
  font-size: 29.25px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 24.75px;
  }
}
.post-content h4 {
  font-size: 22.5px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 20.25px;
  }
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #4c566a;
  font-style: italic;
}
.highlight .err {
  color: #bf616a;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #4c566a;
  font-style: italic;
}
.highlight .cp {
  color: #4c566a;
  font-weight: bold;
}
.highlight .c1 {
  color: #4c566a;
  font-style: italic;
}
.highlight .cs {
  color: #4c566a;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #2e3440;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #2e3440;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #bf616a;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #2e3440;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #2e3440;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #bf616a;
}
.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: #8fbcbb;
}
.highlight .s {
  color: #bf616a;
}
.highlight .na {
  color: #a3be8c;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #88c0d0;
}
.highlight .ni {
  color: #b48ead;
}
.highlight .ne {
  color: #bf616a;
  font-weight: bold;
}
.highlight .nf {
  color: #bf616a;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #5e81ac;
}
.highlight .nv {
  color: #88c0d0;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #8fbcbb;
}
.highlight .mh {
  color: #8fbcbb;
}
.highlight .mi {
  color: #8fbcbb;
}
.highlight .mo {
  color: #8fbcbb;
}
.highlight .sb {
  color: #bf616a;
}
.highlight .sc {
  color: #bf616a;
}
.highlight .sd {
  color: #bf616a;
}
.highlight .s2 {
  color: #bf616a;
}
.highlight .se {
  color: #bf616a;
}
.highlight .sh {
  color: #bf616a;
}
.highlight .si {
  color: #bf616a;
}
.highlight .sx {
  color: #bf616a;
}
.highlight .sr {
  color: #a3be8c;
}
.highlight .s1 {
  color: #bf616a;
}
.highlight .ss {
  color: #b48ead;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #88c0d0;
}
.highlight .vg {
  color: #88c0d0;
}
.highlight .vi {
  color: #88c0d0;
}
.highlight .il {
  color: #8fbcbb;
}

.site-header {
  font-family: "Palanquin", Helvetica, sans-serif;
  border-top: 0px #2e3440;
  border-bottom: 0px;
  padding-top: 9px;
  background: #2e3440;
  color: #9AB3A6;
}
.site-header .site-title {
  color: #9AB3A6;
  text-transform: uppercase;
  font-size: 2em;
  font-family: "Palanquin Dark", Helvetica, sans-serif;
}
.site-header .site-title img {
  width: 60px;
  margin-right: 12px;
  margin-top: -9px;
}
.site-header .site-nav {
  color: #9AB3A6;
}
.site-header .site-nav .page-link {
  color: #9AB3A6;
}

hr {
  background-color: #434c5e;
  border: 0;
  height: 1px;
  margin: 20px 0;
}

h1, h2, h3, h4, h5, h6 {
  padding-top: 1em;
  line-height: 1.2em;
}

.post-link {
  font-size: 1em;
  color: #d8dee9;
}

.occupation {
  color: #9AB3A6;
  padding: 6px 12px;
  border-radius: 12px;
  font-family: Palanquin Dark;
  border: 1px #9AB3A6 solid;
}
.occupation i {
  color: #d08770;
}

.post-meta {
  padding-bottom: 2em;
  font-size: 15.75px;
  color: #9fadc9;
}

h1 a {
  color: #d8dee9 !important;
}

.post-content {
  line-height: 2em;
}
.post-content a {
  text-decoration: none;
  color: #bf616a;
}
.post-content a:hover, .post-content a:visited, .post-content a:active {
  text-decoration: none;
  color: #bf616a;
}

pre, code {
  font-family: "Jetbrains Mono", "Monaco", monospace;
  font-size: 0.9em;
  border: 0;
  border-radius: 3px;
  padding: 3px;
  background-color: rgb(35.3363636364, 39.9454545455, 49.1636363636);
  color: #d0d0d0;
}

pre {
  line-height: 1.3em;
  border-radius: 12px;
  padding: 12px;
}

p code {
  font-size: 0.8em;
  color: #bbc6d9;
}

a:hover, a:active, a:visited {
  color: #bf616a;
  text-decoration: none;
}

.site-footer h3 {
  font-weight: 500;
}
.site-footer #bio {
  border: 1px solid #bf616a;
  border-radius: 6px;
  padding: 12px;
  color: #bf616a;
  font-size: 0.8em;
  background-color: rgba(191, 97, 106, 0.137254902);
}
.site-footer #bio p {
  margin: 0px;
}
.site-footer .small {
  display: flex;
  justify-content: center;
}
.site-footer .wrapper ul {
  list-style: none;
  margin-left: 0px;
}
.site-footer .wrapper ul li {
  padding-bottom: 0.7em;
}
.site-footer .wrapper ul li a {
  color: #d8dee9;
}
.site-footer {
  border-top: 0px;
  background-color: rgb(41.7345454545, 47.1781818182, 58.0654545455);
  font-family: "Palanquin", Helvetica, sans-serif;
}
.site-footer .footer-col-wrapper {
  display: flex;
  align-items: flex-start;
  align-content: space-between;
  flex-direction: row;
}
.site-footer .footer-col-wrapper .footer-col {
  flex: 1 50%;
}
.site-footer .footer-col-wrapper .footer-col img {
  width: 30%;
  float: left;
  padding-right: 12px;
}
.site-footer .footer-col-wrapper .footer-col .fab, .site-footer .footer-col-wrapper .footer-col .fas {
  font-size: 1.2em;
  padding-right: 8px;
}
.site-footer .footer-col-wrapper .footer-col .social-media-list li a {
  display: flex;
  align-items: center;
  color: #d8dee9;
}
.site-footer .footer-col-wrapper .footer-col .small {
  font-size: 0.8em;
  margin-top: 80px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Palanquin", Helvetica, sans-serif;
}

blockquote {
  font-size: 1.1em;
  margin: 2rem;
  letter-spacing: 0;
  border-left: 1px solid #3a2440;
  padding-left: 25px;
  font-family: "Palanquin", Helvetica, sans-serif;
}

.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
}
.aligner .aligner-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aligner .aligner-item img {
  max-width: 50%;
}
.aligner .aligner-item ul {
  margin: 0px;
  list-style: none;
}
.aligner .aligner-item ul li {
  display: inline;
  padding: 8px;
}
.aligner .aligner-item ul li .fab {
  color: #d8dee9;
  font-size: 1.6em;
}

.highlighter-rouge .highlight {
  background-color: rgb(35.3363636364, 39.9454545455, 49.1636363636);
  border-radius: 6px;
}

.highlight pre {
  background-color: rgb(35.3363636364, 39.9454545455, 49.1636363636);
}

.highlight .hll {
  background-color: rgb(35.3363636364, 39.9454545455, 49.1636363636);
}

.highlight .c {
  color: #d8dee9;
  font-style: italic;
}

.highlight .err {
  color: #bf616a;
  background-color: #eceff4;
}

.highlight .g {
  color: #d8dee9;
}

.highlight .k {
  color: #a3be8c;
  font-weight: bold;
}

.highlight .l {
  color: #d8dee9;
}

.highlight .n {
  color: #d8dee9;
}

.highlight .o {
  color: #d8dee9;
}

.highlight .x {
  color: #d8dee9;
}

.highlight .p {
  color: #d8dee9;
}

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

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

.highlight .c1 {
  color: #9fadc9;
  font-style: italic;
}

.highlight .cs {
  color: #bf616a;
  font-weight: bold;
  background-color: #bf616a;
}

.highlight .gd {
  color: #bf616a;
}

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

.highlight .gr {
  color: #bf616a;
}

.highlight .gh {
  color: #eceff4;
  font-weight: bold;
}

.highlight .gi {
  color: #589819;
}

.highlight .go {
  color: #e5e9f0;
}

.highlight .gp {
  color: #e5e9f0;
}

.highlight .gs {
  color: #d8dee9;
  font-weight: bold;
}

.highlight .gu {
  color: #eceff4;
  text-decoration: underline;
}

.highlight .gt {
  color: #bf616a;
}

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

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

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

.highlight .kp {
  color: #a3be8c;
}

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

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

.highlight .ld {
  color: #d8dee9;
}

.highlight .m {
  color: #81a1c1;
}

.highlight .s {
  color: #d08770;
}

.highlight .na {
  color: #e5e9f0;
}

.highlight .nb {
  color: #8fbcbb;
}

.highlight .nc {
  color: #5e81ac;
  text-decoration: underline;
}

.highlight .no {
  color: #88c0d0;
}

.highlight .nd {
  color: #ffa500;
}

.highlight .ni {
  color: #d8dee9;
}

.highlight .ne {
  color: #d8dee9;
}

.highlight .nf {
  color: #5e81ac;
}

.highlight .nl {
  color: #d8dee9;
}

.highlight .nn {
  color: #5e81ac;
  text-decoration: underline;
}

.highlight .nx {
  color: #d8dee9;
}

.highlight .py {
  color: #d8dee9;
}

.highlight .nt {
  color: #a3be8c;
  font-weight: bold;
}

.highlight .nv {
  color: #88c0d0;
}

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

.highlight .w {
  color: #e5e9f0;
}

.highlight .mf {
  color: #81a1c1;
}

.highlight .mh {
  color: #81a1c1;
}

.highlight .mi {
  color: #81a1c1;
}

.highlight .mo {
  color: #81a1c1;
}

.highlight .sb {
  color: #d08770;
}

.highlight .sc {
  color: #d08770;
}

.highlight .sd {
  color: #d08770;
}

.highlight .s2 {
  color: #d08770;
}

.highlight .se {
  color: #d08770;
}

.highlight .sh {
  color: #d08770;
}

.highlight .si {
  color: #d08770;
}

.highlight .sx {
  color: #d08770;
}

.highlight .sr {
  color: #d08770;
}

.highlight .s1 {
  color: #d08770;
}

.highlight .ss {
  color: #d08770;
}

.highlight .bp {
  color: #8fbcbb;
}

.highlight .vc {
  color: #88c0d0;
}

.highlight .vg {
  color: #88c0d0;
}

.highlight .vi {
  color: #88c0d0;
}

.highlight .il {
  color: #81a1c1;
}

.svg-icon {
  height: 24px;
}

.modal {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
}

.modal:target {
  opacity: 1;
  pointer-events: auto;
}

.modal > div {
  max-width: 76vw;
  max-height: 96vh;
  position: relative;
  margin: 2% auto;
  padding: 8px 8px 8px 8px;
  border-radius: 6px;
  background: #fff;
}

.modal {
  text-align: right;
}

.align-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10vh 0;
}
.align-center i {
  opacity: 0.5;
}

.read-more {
  color: #bf616a;
  padding: 3px 12px;
  border-radius: 12px;
  border: 1px solid #bf616a;
}

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