.highlight {
  font-size: 0.8rem;
  overflow: auto;
}
.highlight figcaption {
  font-size: 1rem;
  padding: 0.25rem 0.5rem;
  background: #26292d;
}
.highlight figcaption a {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin: 0 0.5rem;
  background: #dadada;
  color: #fff;
}
.highlight table {
  width: 100%;
}
.highlight table > tbody {
  background: #4e4d49;
}
.highlight table > tbody td {
  padding: 0 0.5rem;
}
.highlight table > tbody .gutter {
  background: #373633;
  text-align: right;
  color: #8b8b9d;
}
.highlight table > tbody .code {
  width: 100%;
  color: #d0d0d7;
}
.highlight table > tbody .code .string {
  color: #cbd985;
}
.highlight table > tbody .code .attribute {
  color: #89bdd6;
}
.highlight table > tbody .code .function {
  color: #e89be3;
}
.highlight table > tbody .code .comment {
  color: #8b8b9d;
}
.if-intro {
  padding: 0 1rem;
}
.if-intro h1 {
  margin-top: 1rem;
}
.quote-container {
  padding: 0 1rem;
}
.quote-container p {
  font-style: italic;
}
.if-content {
  padding: 0 1rem;
  padding-bottom: 2rem;
}
.if-entry {
  padding-left: 0.5rem;
}
.if-entry img {
  border-radius: 1rem 0.1rem 1rem 0.1rem;
  border: 1px solid #181a1c;
  box-shadow: 2px 2px 0px #23262a;
}
.writing-list {
  list-style: none;
}
.writing-list li {
  margin: 0;
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.writing-list li:last-child {
  border-bottom: none;
}
.writing-list p {
  margin: 0;
}
.writing-list .writing-title {
  font-style: italic;
}
.writing-list .reference {
  text-align: right;
}
.cv-list {
  list-style: none;
}
.cv-list li {
  margin: 0;
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.cv-list li:last-child {
  border-bottom: none;
}
.cv-list p {
  margin: 0;
}
.cv-list .cv-title {
  font-style: italic;
}
.cv-list .reference {
  text-align: right;
}
.landing p {
  text-align: center;
}
.landing .landing-items {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 100%;
}
.landing .landing-items a {
  display: block;
  flex: 1;
  flex-basis: 30%;
  border: none;
  margin: 0.1rem;
  padding: 0.25rem;
  background: rgba(255,255,255,0.05);
  transition: background-color 0.5s ease-in-out;
}
.landing .landing-items a h2 {
  text-align: center;
}
.landing .landing-items a:hover {
  background: rgba(255,255,255,0.1);
}
.landing .landing-items a:active {
  background: rgba(255,255,255,0.2);
}
.landing :first-child {
  border-radius: 1rem 0 0 0;
}
.landing :last-child {
  border-radius: 0 0 1rem 0;
}
body,
html {
  background: #2f3338;
  color: #f0f0f0;
}
/* Type */
body,
html {
  font-size: 18px;
  font-family: 'Karla', sans-serif;
  overflow-x: hidden;
  width: 100%;
}
.pure-g [class *="pure-u"] {
  font-size: 1rem;
  font-family: 'Karla', sans-serif;
  text-rendering: optimizeLegibility;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
nav,
li {
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "liga", "clig", "calt", "kern", "palt", "lnum";
}
h1,
h2 {
  font-family: "Unica One";
}
code,
pre {
  font-family: 'Fira Mono', monospace;
  font-weight: normal;
  font-size: 0.75em;
}
.fa {
  font-size: 0.75em;
}
ul {
  list-style-type: disc;
}
/* Hanging quote marks. */
/* Those values are eyeballogically correct for Cormorant */
.pull-double {
  margin-left: -0.34em;
}
.push-double {
  margin-right: 0.34em;
}
.pull-single {
  margin-left: -0.18em;
}
.push-single {
  margin-right: 0.18em;
}
.pure-g > div {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #dadada;
  border-bottom: 1px dashed rgba(255,255,255,0.5);
}
a:hover {
  border-bottom-style: solid;
}
hr {
  border-top: 1px solid #000;
  border-bottom: none;
}
nav a,
nav span {
  border-radius: 0.1rem;
}
nav :first-child {
  border-radius: 0.5rem 0.1rem 0.1rem 0.1rem;
}
nav :last-child {
  border-radius: 0.1rem 0.1rem 0.5rem 0.1rem;
}
.navigation {
  padding: 1rem;
  background-image: url("/images/sidebar.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #3d2b37;
  text-align: center;
}
.navigation h1 {
  font-size: 3rem;
}
.navigation h2 {
  display: none;
  color: #fff;
  text-shadow: 1px 1px 5px #000;
}
.navigation a {
  color: #fff;
}
.navigation nav {
  display: flex;
  flex-flow: row wrap;
}
.navigation .blogroll {
  display: none;
}
.navigation .blogroll a {
  color: #f0f0f0;
  background: rgba(49,34,44,0.8);
  border: none;
  padding: 0.25rem;
  margin-left: 0.25rem;
  margin-bottom: 0.25rem;
}
.navigation nav > a {
  display: block;
  flex-grow: 1;
  text-align: center;
}
.navigation .pages > a {
  padding: 0.5rem;
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
  color: #0a0500;
  background: rgba(218,218,218,0.8);
  border: none;
  font-size: 1.5rem;
}
.navigation .tags a:nth-child(1) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.navigation .tags a:nth-child(1) i {
  color: rgba(0,0,0,0.4);
}
.navigation .tags a:nth-child(2) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.navigation .tags a:nth-child(2) i {
  color: rgba(0,0,0,0.4);
}
.navigation .tags a:nth-child(3) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.navigation .tags a:nth-child(3) i {
  color: rgba(0,0,0,0.4);
}
.navigation .tags a:nth-child(4) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.navigation .tags a:nth-child(4) i {
  color: rgba(0,0,0,0.4);
}
.navigation .tags a:nth-child(5) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.navigation .tags a:nth-child(5) i {
  color: rgba(0,0,0,0.4);
}
.navigation .tags a:nth-child(6) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.navigation .tags a:nth-child(6) i {
  color: rgba(0,0,0,0.4);
}
.navigation .tags a:nth-child(7) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.navigation .tags a:nth-child(7) i {
  color: rgba(0,0,0,0.4);
}
.navigation .tags a:nth-child(8) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.navigation .tags a:nth-child(8) i {
  color: rgba(0,0,0,0.4);
}
.navigation .tags a:nth-child(9) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.navigation .tags a:nth-child(9) i {
  color: rgba(0,0,0,0.4);
}
.navigation .tags a:nth-child(10) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.navigation .tags a:nth-child(10) i {
  color: rgba(0,0,0,0.4);
}
.navigation .tags a:nth-child(11) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.navigation .tags a:nth-child(11) i {
  color: rgba(0,0,0,0.4);
}
.navigation .tags a:nth-child(12) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.navigation .tags a:nth-child(12) i {
  color: rgba(0,0,0,0.4);
}
.navigation .tags a:nth-child(13) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.navigation .tags a:nth-child(13) i {
  color: rgba(0,0,0,0.4);
}
.navigation .tags a:nth-child(14) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.navigation .tags a:nth-child(14) i {
  color: rgba(0,0,0,0.4);
}
.navigation .tags a:nth-child(15) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.navigation .tags a:nth-child(15) i {
  color: rgba(0,0,0,0.4);
}
.navigation .tags a:nth-child(16) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.navigation .tags a:nth-child(16) i {
  color: rgba(0,0,0,0.4);
}
.navigation .tags a:nth-child(17) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.navigation .tags a:nth-child(17) i {
  color: rgba(0,0,0,0.4);
}
.navigation .tags a:nth-child(18) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.navigation .tags a:nth-child(18) i {
  color: rgba(0,0,0,0.4);
}
.navigation .tags a:nth-child(19) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.navigation .tags a:nth-child(19) i {
  color: rgba(0,0,0,0.4);
}
.navigation .tags a:nth-child(20) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.navigation .tags a:nth-child(20) i {
  color: rgba(0,0,0,0.4);
}
.navigation .tags > a {
  padding: 0.25rem;
  margin-left: 0.25rem;
  margin-bottom: 0.25rem;
}
.content {
  padding: 1rem;
  overflow-x: hidden;
}
.content img,
.content iframe {
  max-width: 100%;
  margin: auto;
}
.content-container {
  max-width: 42rem;
}
.content-container p,
.content-container ul,
.content-container blockquote {
  line-height: 1.4rem;
}
.archive {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.archive .archive-post {
  margin-bottom: 4rem;
}
.archive .archive-post img {
  max-width: 100%;
}
.archive h1 {
  margin-top: 0;
  line-height: 1em;
}
.paginator {
  text-align: center;
}
.paginator a,
.paginator span {
  font-family: 'Karla', serif;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0;
  height: 1.5rem;
  width: 1.5rem;
  display: inline-block;
  margin: 0 0.25rem;
  color: #fff;
  font-variant: small-caps;
}
.paginator a {
  background: #dadada;
  color: rgba(0,0,0,0.5);
}
.paginator span {
  background: #3d2b37;
}
.date {
  color: #f6f6f6;
  margin: 0;
  margin-right: 1rem;
}
.page-title {
  font-size: 3rem;
  line-height: 3rem;
  margin: 0;
  margin-bottom: 2rem;
}
blockquote {
  background: #2a2e32;
  padding: 0.1rem 1rem;
  border-radius: 1rem 0 1rem 0;
  box-shadow: 2px 2px 0 #2f3338, 4px 4px 0 #26292d;
}
footer {
  padding: 1rem;
  color: #a0a0a0;
  background: #2d3035;
}
footer li,
footer p {
  font-size: 0.8rem;
  margin: 0;
}
footer ul {
  list-style: none;
  margin: 0;
  margin-bottom: 1rem;
  padding-left: 1rem;
}
footer h2 {
  margin: 0;
}
.next-prev {
  text-align: center;
}
.next-prev a {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin: 0 0.25rem;
  color: rgba(0,0,0,0.9);
  background: #dadada;
}
.post-meta {
  margin-bottom: 2rem;
}
.post-tags {
  display: flex;
  flex-flow: row wrap;
  color: #0a0500;
  background: rgba(47,47,47,0.8);
  border: none;
  border-radius: 0.5rem 0.1rem 0.5rem 0.1rem;
  box-shadow: 1px 1px #2f3338, 2px 2px #aeaeae;
  width: max-content;
  max-width: 100%;
}
.post-tags a:nth-child(1) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.post-tags a:nth-child(1) i {
  color: rgba(0,0,0,0.4);
}
.post-tags a:nth-child(2) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.post-tags a:nth-child(2) i {
  color: rgba(0,0,0,0.4);
}
.post-tags a:nth-child(3) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.post-tags a:nth-child(3) i {
  color: rgba(0,0,0,0.4);
}
.post-tags a:nth-child(4) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.post-tags a:nth-child(4) i {
  color: rgba(0,0,0,0.4);
}
.post-tags a:nth-child(5) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.post-tags a:nth-child(5) i {
  color: rgba(0,0,0,0.4);
}
.post-tags a:nth-child(6) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.post-tags a:nth-child(6) i {
  color: rgba(0,0,0,0.4);
}
.post-tags a:nth-child(7) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.post-tags a:nth-child(7) i {
  color: rgba(0,0,0,0.4);
}
.post-tags a:nth-child(8) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.post-tags a:nth-child(8) i {
  color: rgba(0,0,0,0.4);
}
.post-tags a:nth-child(9) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.post-tags a:nth-child(9) i {
  color: rgba(0,0,0,0.4);
}
.post-tags a:nth-child(10) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.post-tags a:nth-child(10) i {
  color: rgba(0,0,0,0.4);
}
.post-tags a:nth-child(11) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.post-tags a:nth-child(11) i {
  color: rgba(0,0,0,0.4);
}
.post-tags a:nth-child(12) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.post-tags a:nth-child(12) i {
  color: rgba(0,0,0,0.4);
}
.post-tags a:nth-child(13) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.post-tags a:nth-child(13) i {
  color: rgba(0,0,0,0.4);
}
.post-tags a:nth-child(14) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.post-tags a:nth-child(14) i {
  color: rgba(0,0,0,0.4);
}
.post-tags a:nth-child(15) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.post-tags a:nth-child(15) i {
  color: rgba(0,0,0,0.4);
}
.post-tags a:nth-child(16) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.post-tags a:nth-child(16) i {
  color: rgba(0,0,0,0.4);
}
.post-tags a:nth-child(17) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.post-tags a:nth-child(17) i {
  color: rgba(0,0,0,0.4);
}
.post-tags a:nth-child(18) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.post-tags a:nth-child(18) i {
  color: rgba(0,0,0,0.4);
}
.post-tags a:nth-child(19) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.post-tags a:nth-child(19) i {
  color: rgba(0,0,0,0.4);
}
.post-tags a:nth-child(20) {
  color: #0a0500;
  background: rgba(221,221,221,0.8);
  border: none;
}
.post-tags a:nth-child(20) i {
  color: rgba(0,0,0,0.4);
}
.post-tags .tag {
  padding: 0.25rem 0.5rem;
  margin: 0.15rem;
  color: #fff;
  flex-grow: 1;
  text-align: center;
}
.post-tags .tag:first-child {
  border-radius: 0.5rem 0.1rem 0.1rem 0.1rem;
}
.post-tags .tag:last-child {
  border-radius: 0.1rem 0.1rem 0.5rem 0.1rem;
}
.read-more > a {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin: 0;
  color: #fff;
  color: #0a0500;
  background: rgba(218,218,218,0.8);
  border: none;
  border-radius: 0.5rem 0.1rem 0.5rem 0.1rem;
}
.read-more > a i {
  font-size: 0.8rem;
  line-height: 0.8rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #b887a8;
}
.code .line {
  height: 1rem;
  line-height: 1rem;
}
.code {
  color: #f0f0f0;
  background: rgba(51,51,51,0.8);
  border: none;
  border-radius: 0.5rem 0.1rem 0.5rem 0.1rem;
}
code {
  color: #f0f0f0;
  background: rgba(51,51,51,0.8);
  border: none;
  border-radius: 2px;
  padding-top: 0.2rem;
  padding-right: 0.2rem;
  padding-bottom: 0rem;
  padding-left: 0.2rem;
}
figure {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
figure figcaption {
  font-style: italic;
  text-align: center;
}
.wide {
  max-width: 100%;
}
.wide img {
  margin: auto;
  display: block;
}
.narrow {
  max-width: 100%;
}
.narrow img {
  margin: auto;
  display: block;
}
@media screen and (min-width: 48em) {
  .narrow {
    max-width: 30%;
    float: right;
    clear: both;
  }
  .narrow img {
    margin: auto;
    display: block;
  }
}
.site-title {
  color: rgba(167,23,114,0.85);
  text-align: center;
  font-family: "Unica One", sans-serif;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 8rem !important;
}
.site-subtitle {
  color: rgba(167,23,114,0.85);
  text-align: center;
  font-family: "Unica One", sans-serif;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 3rem;
  line-height: 2rem !important;
}
.patreon-logo {
  display: block;
  max-width: 5rem;
  margin: 2rem auto;
}
.patreon-link {
  text-align: center;
}
.patreon-link .div {
  margin: auto;
}
.site-header {
  background-image: url("/images/header.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
.site-header .site-title {
  color: rgba(167,23,114,0.85);
  text-align: center;
  font-family: "Unica One", sans-serif;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 8rem !important;
}
.site-header .site-subtitle {
  color: #ddd;
  text-align: center;
  font-family: "Unica One", sans-serif;
  font-size: 2rem;
  margin-top: 0rem;
  margin-bottom: 3rem;
  line-height: 2rem !important;
}
@media screen and (min-width: 48em) {
  .post-tags .tag {
    flex-grow: inherit;
  }
  .navigation {
    min-height: 100vh;
    text-align: right;
  }
  .navigation h2 {
    display: block;
    text-align: center;
  }
  .navigation .blogroll {
    display: flex;
  }
  .page-title.big-title {
    font-size: 8rem;
    line-height: 8rem;
    margin-bottom: 2rem;
  }
  .page-title.site-title {
    font-size: 12rem;
    line-height: 14rem;
    margin-bottom: 2rem;
  }
  .navigation .home-link {
    text-align: center;
    color: rgba(255,255,255,0.9);
    font-size: 4rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  footer {
    color: #a0a0a0;
    background: none;
    font-size: 0.8rem;
  }
  footer .left,
  footer .right {
    padding-top: 2rem;
    padding-bottom: 1rem;
    margin: 0;
  }
  footer .left {
    text-align: right;
    padding-right: 0.5rem;
  }
  footer .left h2 {
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin-top: 0;
  }
  footer .left li {
    margin: 0;
    line-height: 1.2rem;
  }
  footer .right {
    text-align: left;
    padding-left: 0.5rem;
    margin-top: 1.6rem;
  }
  footer .right p {
    margin: 0;
    line-height: 1.2rem;
  }
  footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
}
