* {
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  color: #333;
  text-decoration-skip: ink;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 17px;
  line-height: 28px;
  color: #333;
  max-width: 700px;
  margin: auto;
}
p {
  margin: 20px 0;
}
a img {
  border: none;
}
img {
  margin: 10px auto 10px auto;
  max-width: 100%;
  display: block;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 1s ease-in-out;
}

/* Lazy loading animation */
img[loading="lazy"] {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  animation: fadeIn 1s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.left-justify {
  float: left;
}
.right-justify {
  float: right;
}
pre,
code {
  font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
  background-color: #f7f7f7;
}
code {
  font-size: 14px;
  padding: 4px;
}
pre {
  margin-top: 20px;
  margin-bottom: 16px;
  word-wrap: normal;
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
}
pre > code {
  padding: 0;
  margin: 0;
  font-size: 100%;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}
pre code {
  display: inline;
  max-width: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}
pre code::before,
pre code::after {
  content: normal;
}
/* footnotes */
sup {
  vertical-align: super;
  font-size: 0.75em;
}
.footnotes {
  font-size: 0.9em;
}
/* figure captions */
.caption {
  text-align: center;
}
em,
q,
em,
dfn {
  font-style: italic;
}
.sans,
html .gist .gist-file .gist-meta {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.mono,
pre,
code,
tt,
p code,
li code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier,
    monospace;
}
.heading,
.serif,
h1,
h2,
h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 600;
  line-height: 120%;
}
strong {
  font-weight: 600;
}
q:before {
  content: "\201C";
}
q:after {
  content: "\201D";
}
del,
s {
  text-decoration: line-through;
}
blockquote {
  text-align: center;
  padding: 16px;
}
blockquote p {
  display: inline-block;
  font-style: italic;
}
blockquote:before,
blockquote:after {
  content: "\201C";
  font-size: 35px;
  color: #738491;
}
blockquote:after {
  content: "\201D";
}
hr {
  width: 40%;
  height: 1px;
  background: #738491;
  margin: 25px auto;
}
h1 {
  font-size: 35px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 22px;
  margin-top: 18px;
}
h1 a,
h2 a,
h3 a {
  text-decoration: none;
}
h1,
h2 {
  margin-top: 28px;
}
#sub-header,
time {
  color: #738491;
  font-size: 15px;
}
#sub-header {
  margin: 0 4px;
}
#nav h1 a {
  font-size: 35px;
  color: #333;
  line-height: 120%;
}
.posts_listing a,
#nav a {
  text-decoration: none;
}
li {
  margin-left: 1.6rem;
}
ul li {
  margin-left: 1.2rem;
}
.posts_listing li {
  list-style-type: none;
}
#content {
  text-align: left;
  width: 100%;
  font-size: 17px;
  padding: 60px 0 80px;
}
#content h1,
#content h2 {
  margin-bottom: 5px;
}
#content h2 {
  font-size: 25px;
}
#content .entry-content {
  margin-top: 16px;
}
#content time {
  margin-left: 3px;
}
#content h1 {
  font-size: 30px;
}
.highlight {
  margin: 10px 0;
}
.posts_listing {
  margin: 0 0 50px;
}
.posts_listing li {
  margin: 0 0 25px 0;
}
.posts_listing li a:hover,
#nav a:hover {
  text-decoration: underline;
}
#nav {
  text-align: left;
  position: static;
  margin-top: 60px;
}
#nav ul {
  display: table;
  margin: 8px auto 0 auto;
}
#nav li {
  list-style-type: none;
  display: table-cell;
  font-size: 16px;
  padding: 0 20px;
}
#links {
  margin: 50px 0 0 0;
}
#links :nth-child(2) {
  float: right;
}
#not-found {
  text-align: center;
}
#not-found a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 200px;
  text-decoration: none;
  display: inline-block;
  padding-top: 225px;
}
@media (max-width: 750px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  #nav h1 a {
    font-size: 28px;
  }
  #nav li {
    font-size: 16px;
    padding: 0 16px;
  }
  #content {
    margin-top: 0;
    padding-top: 50px;
    font-size: 16px;
  }
  #content h1 {
    font-size: 25px;
  }
  #content h2 {
    font-size: 22px;
  }
  .posts_listing li div {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  #nav h1 a {
    font-size: 22px;
  }
  #nav li {
    font-size: 14px;
    padding: 0 12px;
  }
  #content {
    margin-top: 0;
    padding-top: 20px;
    font-size: 16px;
  }
  #content h1 {
    font-size: 20px;
  }
  #content h2 {
    font-size: 18px;
  }
  .posts_listing li div {
    font-size: 12px;
  }
}

.site-description {
  font-size: 0.75em;
  margin-top: 1em;
  line-height: 1.75em;
}

#nav a {
  text-decoration: underline;
}

blockquote {
  text-align: left;
  border-left: 3px dashed #ddd;
  margin: 0px 50px 0px 50px;
  padding: 30px 30px 30px 50px;
}

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