/* Css Reset by Eric Meyer */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body * {
  max-height: 1000000em;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: Prociono;
  src: url("../fonts/Prociono-Regular.eot");
  src: url("../fonts/Prociono-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Prociono-Regular.woff") format("woff"), url("../fonts/Prociono-Regular.ttf") format("truetype"), url("../fonts/Prociono-Regular.svg#svgFontName") format("svg");
}
body {
  font: serif;
}

html.fonts-loaded body {
  font-family: Prociono, serif;
  letter-spacing: 0.04em;
  word-spacing: -0.05em;
}

body {
  background: #fdfdfd;
  color: #292929;
  font-size: 16px;
  position: relative;
}
body a {
  text-decoration: none;
  color: #20a;
}
body a:hover {
  text-decoration: underline;
}
body a:visited { /* color: #00f !important; */ }
body a.plain:hover {
  text-decoration: none;
}

@media (prefers-color-scheme: dark) {
  body {
    background: #141419;
    color: #ccc;
  }
  body a {
    color: #f99;
  }
  body p {
    color: #fee;
  }
}
body#index {
  /* ---- ---- ---*/
}
body#index section {
  max-width: 560px;
  padding: 16px;
}
body#index p {
  line-height: 1.5em;
  margin: 0 0 1em 0;
}
body#index p:last-child {
  margin-bottom: 0;
}
body#index h1 {
  margin: 0 0 16px;
  font-size: 1.333em;
  font-weight: 300;
  letter-spacing: 0.02em;
}
body#index h2 {
  font-weight: 300;
  margin-bottom: 2px;
}
body#index b {
  font-weight: normal;
  text-transform: capitalize;
  padding: 0 1px;
  margin: 0 -1px;
}
body#index canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
body#index #weird div {
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-blend-mode: lighten;
}
body#index section#projects {
  line-height: 1.8em;
}
body#index section#projects a {
  margin-right: 8px;
}
body#index section#projects div {
  margin-bottom: 12px;
}
body#index section#projects div p {
  margin-top: 0;
  font-size: 14px;
}

/* ---- ---- ---*/
ul#blog-links {
  list-style: none;
}
ul#blog-links li.blog-post-link {
  display: block;
  outline: 1px solid black;
  padding: 24px;
}
ul#blog-links li.blog-post-link a.title {
  font-size: 2em;
  color: #57f;
}
ul#blog-links li.blog-post-link blockquote {
  border-left: 5px solid #888;
  padding-left: 5px;
}
ul#blog-links li.blog-post-link small.date {
  color: #888;
}

#blog-post {
  margin: 2em;
}

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