/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

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

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

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

strong {
  font-weight: 700;
}

/**
 * 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: 400 18px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: black;
  background-color: #fdfdfd;
  font-synthesis: none;
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  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 {
  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: 400;
}

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none;
}
a:visited {
  color: #1756a9;
}
a:hover {
  color: black;
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  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: 14.4px;
  border-radius: 6px;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
}
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;
}

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

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #828282;
  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: #2e2e2e;
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
table tr:nth-child(even) {
  background-color: #f7f7f7;
}
table th, table td {
  padding: 10px 15px;
}
table th {
  background-color: #f0f0f0;
  border: 1px solid #dedede;
  border-bottom-color: #c9c9c9;
}
table td {
  border: 1px solid #e8e8e8;
}

/* Dead Simple Grid (c) 2015 Vladimir Agafonkin */
.row .row {
  margin: 0 -1.5em;
}

.col {
  padding: 0 1.5em;
}

.row:after {
  content: "";
  clear: both;
  display: table;
}

@media only screen {
  .col {
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
}
/* Other */
hr {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid black;
  margin-bottom: 22px;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

hr {
  border: none;
  border-top: 1px solid #dcdcdc;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

h1 {
  font-size: 32.94px;
  letter-spacing: -1px;
  line-height: 1;
  margin-top: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

h2 {
  font-size: 27px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 5px;
}

h3 {
  font-size: 25.2px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 5px;
}

h4 {
  font-size: 23.4px;
}

em {
  font-style: italic;
}

video {
  width: 100%;
}

.mt-0 {
  margin-top: 0;
}

.mt-3 {
  margin-top: 30px;
}

.grey {
  color: #828282;
}

.small {
  font-size: 0.8em;
}

/**
 * Site header
 */
.site-header {
  padding: 4px 9px;
  border-bottom: 1px solid #dedede;
}
.site-header a {
  margin-right: 12px;
  font-size: 16.56px;
  color: black;
}
.site-header img {
  border-radius: 30px;
  margin-right: 3px;
  height: 30px;
  margin-top: -4px;
  border: 1px solid #dedede;
}

@media only screen and (max-width: 670px) {
  .site-header a {
    margin-right: 6px;
  }
  .site-header img {
    display: none;
  }
}
a.site-title {
  font-size: 21.6px;
  font-weight: 600;
  text-decoration: none !important;
  color: black;
}
a.site-title:hover {
  text-decoration: underline !important;
}

.mailchimp :-ms-input-placeholder, .comments :-ms-input-placeholder {
  color: #639eeb;
}
.mailchimp ::placeholder, .comments ::placeholder {
  color: #639eeb;
}
.mailchimp .input-text, .comments .input-text {
  font-size: 14.4px;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #2a7ae2;
  display: inline-block;
  height: 27px;
  padding: 2px 15px;
  width: 200px;
  color: #2a7ae2;
  margin-bottom: 3px;
}
.mailchimp .submit, .comments .submit {
  font-size: 14.4px;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #2a7ae2;
  height: 33px;
  padding: 2px 15px;
  color: #2a7ae2;
  font-weight: normal;
}
@media only screen and (max-width: 670px) {
  .mailchimp input, .comments input {
    display: block !important;
  }
}

.comments .input-text {
  display: block;
  width: 300px;
}
.comments textarea {
  font-size: 14.4px;
  border-radius: 4px;
  display: block;
  margin-bottom: 3px;
  border: 2px solid #828282;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}
.comments .item:first-child {
  margin-top: 30px;
}
.comments .item h4 {
  font-size: 19.8px;
}

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

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

.post-list {
  margin-top: 40px;
}
.post-list .date {
  font-size: 0.9rem;
  opacity: 0.5;
  margin-bottom: 4px;
}
.post-list h3 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 25.2px;
  line-height: 1;
  font-weight: normal;
}
.post-list p {
  font-size: 18px;
  margin-bottom: 3px;
  opacity: 0.7;
}
.post-list a {
  color: black;
}
.post-list a.more {
  opacity: 0.7;
  text-decoration: underline;
}

.post-item {
  margin-bottom: 30px;
}
.post-item h3 {
  font-weight: 500;
}

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

.post-link {
  font-size: 18px;
}

.image-description {
  font-size: 0.92rem;
  margin-top: 10px;
  opacity: 0.8;
  text-align: center;
  display: block;
}

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

.post-date {
  font-size: 18px;
  color: #828282;
  margin-top: -12px;
}

.post-content {
  margin-bottom: 30px;
}
.post-content p {
  margin-bottom: 25px;
}
.post-content img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
}

.youtube-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.youtube-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer {
  margin-top: 80px;
  margin-bottom: 40px;
}

@media (prefers-color-scheme: dark) {
  html, body {
    color: #ececec;
    background-color: #191a1b;
  }
  a {
    color: #60a4fb;
  }
  a:hover, a:visited {
    color: #5495e8;
  }
  .site-header {
    border-bottom: 1px solid #6d6d6d;
  }
  .site-header a {
    color: #ececec;
  }
  input {
    color: #ececec;
  }
  textarea {
    color: #ececec;
    background-color: #1f2022;
  }
  .post-list a {
    color: #ececec;
  }
}
.highlight pre {
  white-space: pre-wrap;
  background-color: #2e2f28;
  word-break: break-word;
  overflow-x: scroll;
}

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

.highlight .c {
  color: #75715e;
} /* Comment */
.highlight .err {
  color: #960050;
  background-color: #1e0010;
} /* Error */
.highlight .k {
  color: #66d9ef;
} /* Keyword */
.highlight .l {
  color: #ae81ff;
} /* Literal */
.highlight .n {
  color: #f8f8f2;
} /* Name */
.highlight .o {
  color: #f92672;
} /* Operator */
.highlight .p {
  color: #f8f8f2;
} /* Punctuation */
.highlight .cm {
  color: #75715e;
} /* Comment.Multiline */
.highlight .cp {
  color: #75715e;
} /* Comment.Preproc */
.highlight .c1 {
  color: #75715e;
} /* Comment.Single */
.highlight .cs {
  color: #75715e;
} /* Comment.Special */
.highlight .ge {
  font-style: italic;
} /* Generic.Emph */
.highlight .gs {
  font-weight: bold;
} /* Generic.Strong */
.highlight .kc {
  color: #66d9ef;
} /* Keyword.Constant */
.highlight .kd {
  color: #66d9ef;
} /* Keyword.Declaration */
.highlight .kn {
  color: #f92672;
} /* Keyword.Namespace */
.highlight .kp {
  color: #66d9ef;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #66d9ef;
} /* Keyword.Reserved */
.highlight .kt {
  color: #66d9ef;
} /* Keyword.Type */
.highlight .ld {
  color: #e6db74;
} /* Literal.Date */
.highlight .m {
  color: #ae81ff;
} /* Literal.Number */
.highlight .s {
  color: #e6db74;
} /* Literal.String */
.highlight .na {
  color: #a6e22e;
} /* Name.Attribute */
.highlight .nb {
  color: #f8f8f2;
} /* Name.Builtin */
.highlight .nc {
  color: #a6e22e;
} /* Name.Class */
.highlight .no {
  color: #66d9ef;
} /* Name.Constant */
.highlight .nd {
  color: #a6e22e;
} /* Name.Decorator */
.highlight .ni {
  color: #f8f8f2;
} /* Name.Entity */
.highlight .ne {
  color: #a6e22e;
} /* Name.Exception */
.highlight .nf {
  color: #a6e22e;
} /* Name.Function */
.highlight .nl {
  color: #f8f8f2;
} /* Name.Label */
.highlight .nn {
  color: #f8f8f2;
} /* Name.Namespace */
.highlight .nx {
  color: #a6e22e;
} /* Name.Other */
.highlight .py {
  color: #f8f8f2;
} /* Name.Property */
.highlight .nt {
  color: #f92672;
} /* Name.Tag */
.highlight .nv {
  color: #f8f8f2;
} /* Name.Variable */
.highlight .ow {
  color: #f92672;
} /* Operator.Word */
.highlight .w {
  color: #f8f8f2;
} /* Text.Whitespace */
.highlight .mf {
  color: #ae81ff;
} /* Literal.Number.Float */
.highlight .mh {
  color: #ae81ff;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #ae81ff;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #ae81ff;
} /* Literal.Number.Oct */
.highlight .dl {
  color: #e6db74;
} /* Literal.String.Backtick */
.highlight .sb {
  color: #e6db74;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #e6db74;
} /* Literal.String.Char */
.highlight .sd {
  color: #e6db74;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #e6db74;
} /* Literal.String.Double */
.highlight .se {
  color: #ae81ff;
} /* Literal.String.Escape */
.highlight .sh {
  color: #e6db74;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #e6db74;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #e6db74;
} /* Literal.String.Other */
.highlight .sr {
  color: #e6db74;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #e6db74;
} /* Literal.String.Single */
.highlight .ss {
  color: #e6db74;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #f8f8f2;
} /* Name.Builtin.Pseudo */
.highlight .vc {
  color: #f8f8f2;
} /* Name.Variable.Class */
.highlight .vg {
  color: #f8f8f2;
} /* Name.Variable.Global */
.highlight .vi {
  color: #f8f8f2;
} /* Name.Variable.Instance */
.highlight .il {
  color: #ae81ff;
} /* Literal.Number.Integer.Long */
/* Generic Heading & Diff Header */
.highlight .gu {
  color: #75715e;
} /* Generic.Subheading & Diff Unified/Comment? */
.highlight .gd {
  color: #f92672;
} /* Generic.Deleted & Diff Deleted */
.highlight .gi {
  color: #a6e22e;
} /* Generic.Inserted & Diff Inserted */

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