/* Copied from Faircamp style */
:root {
  --cover-border-radius: 0;
  --ul-list-style-type: square;
}
:root {
  --bg-overlay: hsla(0, 0%, 90%, 0.4);
  --bg-1: hsl(0, 0%, 90%);
  --bg-1-90: hsla(0, 0%, 90%, 0.9);
  --bg-1-overlay: hsla(0, 0%, 90%, 0.8);
  --bg-2: hsl(0, 0%, 76.83%);
  --bg-2-overlay: hsla(0, 0%, 76.83%, 0.8);
  --bg-3: hsl(0, 0%, 62.06%);
  --bg-acc: hsl(0, 0%, 31.69%);
  --bg-acc-overlay: hsla(0, 0%, 31.69%, 0.8);
  --bg-mg: hsl(0, 0%, 52%);
  --fg-1: hsl(0, 0%, 0%);
  --fg-1-focus: var(--fg-3);
  --fg-1-veil: hsl(0 0% 0% / var(--veil-a));
  --fg-2: hsl(0, 0%, 8.6%);
  --fg-3: hsl(0, 0%, 28.06%);
  --fg-3-focus: var(--bg-mg);
  --fg-acc: hsl(0, 0%, 100%);
  --fg-mg: hsl(0, 0%, 28%);
  --mg: hsl(0, 0%, 38.86%);
  --mg-acc: hsl(0, 0%, 31.69%);
  --mg-acc-overlay: hsla(0, 0%, 31.69%, 0.8);
}
@supports (color: oklch(0% 0% 0)) {
  :root {
    --bg-overlay: oklch(92.34% 0% 0 / 40%);
    --bg-1: oklch(92.34% 0% 0);
    --bg-1-90: oklch(92.34% 0% 0 / 90%);
    --bg-1-overlay: oklch(92.34% 0% 0 / 80%);
    --bg-2: oklch(82% 0% 0);
    --bg-2-overlay: oklch(82% 0% 0 / 80%);
    --bg-3: oklch(70% 0% 0);
    --bg-acc: oklch(38% 0% 0);
    --bg-acc-overlay: oklch(38% 0% 0 / 80%);
    --bg-mg: oklch(60% 0% 0);
    --fg-1: oklch(0% 0% 0);
    --fg-1-focus: var(--fg-3);
    --fg-1-veil: oklch(0% 0% 0 / 3%);
    --fg-2: oklch(20% 0% 0);
    --fg-3: oklch(40% 0% 0);
    --fg-3-focus: var(--bg-mg);
    --fg-acc: oklch(100% 0% 0);
    --fg-mg: oklch(45% 0% 0);
    --mg: oklch(50% 0% 0);
    --mg-acc: oklch(38% 0% 0);
    --mg-acc-overlay: oklch(38% 0% 0 / 80%);
  }
}
@font-face {
  font-display: fallback;
  font-family: 'Firacode';
  font-style: normal;
  font-weight: 400;
  src: local('Firacode'), url('/assets/fonts/firacode-regular.woff2') format('woff2');
}
@font-face {
  font-display: fallback;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: local('Barlow'), url('/assets/fonts/barlow-v12-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: fallback;
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 400;
  src: local('Barlow'), url('/assets/fonts/barlow-italic.woff2') format('woff2');
}
@font-face {
  font-display: fallback;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  src: local('Barlow'), url('/assets/fonts/barlow-bold.woff2') format('woff2');
}
@font-face {
  font-display: fallback;
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 700;
  src: local('Barlow'), url('/assets/fonts/barlow-bolditalic.woff2') format('woff2');
}
body,
button,
input {
  font-family: 'Barlow', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
body {
  background-color: var(--bg-1);
  color: var(--fg-2);
  min-height: 100vh;
  margin: 0;
}
body:before {
  background: linear-gradient(var(--bg-overlay), var(--bg-overlay)), url(/assets/img/background.jpg) center / cover;
  content: '';
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: -1;
}
/*--------------------------------------------------------------
5.1 Header
--------------------------------------------------------------*/
.nav-bar:before,
.nav-bar:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}
.nav-bar:after,
.site-footer:after {
  clear: both;
}
.nav-bar {
  background: #fAf9f5;
  border-bottom: 1px solid #d9d6d0;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 0;
  padding-block: 0;
}
.nav-bar a {
  padding: 0;
}
.site-branding {
  flex: 0 1 auto;
  max-width: 400px;
}
.site-branding h1 {
  font-size: 36px;
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
/* Style page title blocks */
.title-block {
  text-align: center;
}
.title-block h1 {
  font-style: normal;
  line-height: 1.2;
  margin: 0;
}
/*--------------------------------------------------------------
5.2 Footer
---------------------------------------------------------------*/
.site-footer {
  font-size: 100%;
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 1.6;
  display: block;
  box-sizing: border-box;
}
.site-footer a {
  color: #787065;
}
.site-footer .site-info {
  font-size: 0.8rem;
  text-align: center;
  margin-bottom: 0;
}
.site-footer .social {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer .social a {
  flex: 0 0 auto;
  margin: 0 1rem;
}
/*--------------------------------------------------------------
6.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.1 Links
--------------------------------------------------------------*/
a {
  color: #712012;
  text-decoration: none;
}
a:visited {
  color: #943526;
}
a:hover,
a:focus,
a:active {
  color: #712012;
}
/*--------------------------------------------------------------
6.2 Menus
--------------------------------------------------------------*/
/* Main site navigation (most code is within media queries) */
.site-navigation {
  border-top: none;
}
.site-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0 0.14rem 0 0;
}
.site-navigation .menu li {
  margin: 0;
  position: relative;
}
.site-navigation .menu li.dropdown:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  background: transparent;
  display: block;
  z-index: -10;
}
.site-navigation .menu li.dropdown > a:after {
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: 0.14rem;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transition: transform 0.3s ease-in-out;
}
.site-navigation .menu li.dropdown .dropdown-menu {
  background: #fAf9f5;
  position: absolute;
  top: 100%;
  max-height: 0;
  height: auto;
  overflow: hidden;
  transition: max-height 0.6s ease-in-out;
  z-index: 2;
  padding: 0;
}
.site-navigation .menu li.dropdown:focus-within:after {
  z-index: 1;
}
.site-navigation .menu li.dropdown:focus-within > a:after {
  transform: rotate(180deg);
}
.site-navigation .menu li.dropdown:focus-within .dropdown-menu {
  max-height: 100vh;
}
.site-navigation .menu li a {
  display: block;
  padding: 0.65rem 0.8rem;
  color: #333;
  border-bottom: 2px solid transparent;
}
.site-navigation .menu li a:hover {
  border-bottom: 2px solid #999;
  color: #000;
}
.site-navigation .menu li.active a {
  color: #712012;
}
.site-navigation .menu > li {
  display: inline-block;
  line-height: 1;
  margin: 0.16rem 0;
  position: relative;
}
/*--------------------------------------------------------------
14 Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
14.1 Phone-sized devices
--------------------------------------------------------------*/
@media only screen and (max-width: 640px) {
  .site-branding {
    margin: 0 0.5rem 0 0;
  }
  /* Use a condensed mobile menu */
  .site-navigation {
    font-size: 20px;
    font-size: 1.3rem;
    /* Style menu items a bit differently */
  }
  .site-navigation:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: " ";
    background: transparent;
    display: block;
    z-index: -10;
  }
  .site-navigation .menu {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.6s ease-in-out;
    position: absolute;
    z-index: 2;
    right: 0;
    background: #fff;
  }
  .site-navigation:focus-within:after {
    z-index: 1;
  }
  .site-navigation:focus-within .menu {
    max-height: 100vh;
  }
  .site-navigation .menu li.dropdown .dropdown-menu {
    position: relative;
  }
  .site-navigation .menu li.dropdown .dropdown-menu li {
    padding-left: 1.3rem;
  }
  .site-navigation .menu-toggle {
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
  }
  .site-navigation .menu-toggle button {
    background: url('data:image/svg+xml,<svg height="32px" id="Layer_1" style="enable-background:new 0 0 32 32;" version="1.1" viewBox="0 0 32 32" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z"/></svg>') no-repeat #fff;
    height: 2.1rem;
    width: 2.1rem;
    padding: 0;
    border: none;
    outline: none;
  }
  .site-navigation .menu li {
    border-top: 1px solid #787065;
    display: block;
    text-align: left;
  }
  .site-navigation .menu li a {
    border-bottom: none;
  }
  /* Footer is arranged in a stack */
  .site-footer {
    display: block;
  }
  .site-footer .site-info,
  .site-footer .social {
    padding: 0.5rem 0.32rem;
    text-align: center;
    width: 100%;
  }
  .site-footer .social {
    justify-content: space-between;
  }
  .site-footer .social a {
    margin: 0;
  }
}
/*--------------------------------------------------------------
14.2 Tablets and up
--------------------------------------------------------------*/
@media only screen and (min-width: 641px) {
  .site-branding {
    margin: 0.5rem 0.65rem 0.65rem 1rem;
  }
  /* Main menu is styled differently from mobile */
  .menu-toggle {
    display: none;
  }
  .site-navigation {
    display: block;
    font-size: 20px;
    font-size: 1.2rem;
    margin: 0.5rem 1.3rem 0.33rem 0.65rem;
    position: relative;
    flex: 0 0 auto;
  }
  .site-navigation .menu > li {
    display: inline-block;
    line-height: 1;
    margin: 0.17rem 0;
    position: relative;
  }
  /* Footer can stretch out a bit */
  .site-footer {
    padding: 0 1.3rem 0.65rem;
    width: 100%;
  }
}
/*--------------------------------------------------------------
14.3 Desktops and big things
--------------------------------------------------------------*/
@media only screen and (min-width: 860px) {
  .site-branding {
    margin-left: 2.3rem;
  }
  /* Footer can be spaced out more, too */
  .site-footer {
    padding-left: 2.3rem;
    padding-right: 2.3rem;
  }
}
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.12.0
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
@-webkit-keyframes bounceFromRight {
  0%,
  100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}
@keyframes bounceFromRight {
  0%,
  100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}
@-webkit-keyframes bounceFromLeft {
  0%,
  100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}
@keyframes bounceFromLeft {
  0%,
  100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:focus,
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.code .hll {
  background-color: #ffffcc;
}
.code .c {
  color: #408090;
  font-style: italic;
}
/* Comment */
.code .err {
  border: 1px solid #FF0000;
}
/* Error */
.code .k {
  color: #007020;
  font-weight: bold;
}
/* Keyword */
.code .o {
  color: #666666;
}
/* Operator */
.code .ch {
  color: #408090;
  font-style: italic;
}
/* Comment.Hashbang */
.code .cm {
  color: #408090;
  font-style: italic;
}
/* Comment.Multiline */
.code .cp {
  color: #007020;
}
/* Comment.Preproc */
.code .cpf {
  color: #408090;
  font-style: italic;
}
/* Comment.PreprocFile */
.code .c1 {
  color: #408090;
  font-style: italic;
}
/* Comment.Single */
.code .cs {
  color: #408090;
  background-color: #fff0f0;
}
/* Comment.Special */
.code .gd {
  color: #A00000;
}
/* Generic.Deleted */
.code .ge {
  font-style: italic;
}
/* Generic.Emph */
.code .gr {
  color: #FF0000;
}
/* Generic.Error */
.code .gh {
  color: #000080;
  font-weight: bold;
}
/* Generic.Heading */
.code .gi {
  color: #00A000;
}
/* Generic.Inserted */
.code .go {
  color: #333333;
}
/* Generic.Output */
.code .gp {
  color: #c65d09;
  font-weight: bold;
}
/* Generic.Prompt */
.code .gs {
  font-weight: bold;
}
/* Generic.Strong */
.code .gu {
  color: #800080;
  font-weight: bold;
}
/* Generic.Subheading */
.code .gt {
  color: #0044DD;
}
/* Generic.Traceback */
.code .kc {
  color: #007020;
  font-weight: bold;
}
/* Keyword.Constant */
.code .kd {
  color: #007020;
  font-weight: bold;
}
/* Keyword.Declaration */
.code .kn {
  color: #007020;
  font-weight: bold;
}
/* Keyword.Namespace */
.code .kp {
  color: #007020;
}
/* Keyword.Pseudo */
.code .kr {
  color: #007020;
  font-weight: bold;
}
/* Keyword.Reserved */
.code .kt {
  color: #902000;
}
/* Keyword.Type */
.code .m {
  color: #208050;
}
/* Literal.Number */
.code .s {
  color: #4070a0;
}
/* Literal.String */
.code .na {
  color: #4070a0;
}
/* Name.Attribute */
.code .nb {
  color: #007020;
}
/* Name.Builtin */
.code .nc {
  color: #0e84b5;
  font-weight: bold;
}
/* Name.Class */
.code .no {
  color: #60add5;
}
/* Name.Constant */
.code .nd {
  color: #555555;
  font-weight: bold;
}
/* Name.Decorator */
.code .ni {
  color: #d55537;
  font-weight: bold;
}
/* Name.Entity */
.code .ne {
  color: #007020;
}
/* Name.Exception */
.code .nf {
  color: #06287e;
}
/* Name.Function */
.code .nl {
  color: #002070;
  font-weight: bold;
}
/* Name.Label */
.code .nn {
  color: #0e84b5;
  font-weight: bold;
}
/* Name.Namespace */
.code .nt {
  color: #062873;
  font-weight: bold;
}
/* Name.Tag */
.code .nv {
  color: #bb60d5;
}
/* Name.Variable */
.code .ow {
  color: #007020;
  font-weight: bold;
}
/* Operator.Word */
.code .w {
  color: #bbbbbb;
}
/* Text.Whitespace */
.code .mb {
  color: #208050;
}
/* Literal.Number.Bin */
.code .mf {
  color: #208050;
}
/* Literal.Number.Float */
.code .mh {
  color: #208050;
}
/* Literal.Number.Hex */
.code .mi {
  color: #208050;
}
/* Literal.Number.Integer */
.code .mo {
  color: #208050;
}
/* Literal.Number.Oct */
.code .sa {
  color: #4070a0;
}
/* Literal.String.Affix */
.code .sb {
  color: #4070a0;
}
/* Literal.String.Backtick */
.code .sc {
  color: #4070a0;
}
/* Literal.String.Char */
.code .dl {
  color: #4070a0;
}
/* Literal.String.Delimiter */
.code .sd {
  color: #4070a0;
  font-style: italic;
}
/* Literal.String.Doc */
.code .s2 {
  color: #4070a0;
}
/* Literal.String.Double */
.code .se {
  color: #4070a0;
  font-weight: bold;
}
/* Literal.String.Escape */
.code .sh {
  color: #4070a0;
}
/* Literal.String.Heredoc */
.code .si {
  color: #70a0d0;
  font-style: italic;
}
/* Literal.String.Interpol */
.code .sx {
  color: #c65d09;
}
/* Literal.String.Other */
.code .sr {
  color: #235388;
}
/* Literal.String.Regex */
.code .s1 {
  color: #4070a0;
}
/* Literal.String.Single */
.code .ss {
  color: #517918;
}
/* Literal.String.Symbol */
.code .bp {
  color: #007020;
}
/* Name.Builtin.Pseudo */
.code .fm {
  color: #06287e;
}
/* Name.Function.Magic */
.code .vc {
  color: #bb60d5;
}
/* Name.Variable.Class */
.code .vg {
  color: #bb60d5;
}
/* Name.Variable.Global */
.code .vi {
  color: #bb60d5;
}
/* Name.Variable.Instance */
.code .vm {
  color: #bb60d5;
}
/* Name.Variable.Magic */
.code .il {
  color: #208050;
}
/* Literal.Number.Integer.Long */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elementsright
4.0 Forms
5.0 Overall Site Structure
5.1 Header
6.0 Navigation
6.1 Links
6.2 Menus
7.0 Content
7.1 Posts and pages
8.0 Widgets
11.0 Clearings
14 Media Queries
14.1 Phone-sized devices
14.2 Tablets and up
14.3 Desktops and big things

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 1rem;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
}
html {
  /* Apply a natural box layout model to the document; see
	http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  box-sizing: border-box;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set
using em units http://clagnut.com/blog/348/#c790 */
  font-size: 100%;
  /* Keeps page centered in all browsers regardless of content height */
  overflow-y: scroll;
  /* Prevents iOS text size adjust after orientation change, without
disabling user zoom
www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for
		components that leverage other behavior; see
		http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  /* Fallback for when there is no custom background color defined. */
  background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
article p a[href^=http]:after {
  content: " ";
  width: 0.8em;
  height: 0.8em;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"><path fill="%23712012" d="M89,5.2H57.9C54.7,5.2,52,7.8,52,11c0,3.2,2.6,5.9,5.9,5.9H75L64.3,27.4H11c-3.2,0-5.7,2.7-5.7,5.9V89 c0,3.2,2.5,5.8,5.7,5.8h55.6c3.3,0,5.9-2.6,5.9-5.8V35.7L83.2,25v17.2c0,3.2,2.6,5.8,5.8,5.8c3.2,0,5.8-2.6,5.8-5.8V11 C94.8,7.8,92.2,5.2,89,5.2L89,5.2z M60.9,83.2H16.8V39.1h35.9L34.8,57c-2.3,2.3-2.3,6,0,8.1c2.2,2.3,5.9,2.3,8.2,0 c0-0.1,17.8-17.8,17.8-17.8V83.2z"></path></svg>') no-repeat;
  background-size: 100% auto;
  display: inline-block;
  margin-left: 0.3rem;
  opacity: 0.5;
  position: relative;
  z-index: -1;
}
article p a[href^=http]:hover:after {
  opacity: 0.8;
}
article p a[href*=sensors2]:after {
  content: " ";
  width: 0.8em;
  height: 0.8em;
  background: url('/assets/img/sensors2.base.svg') no-repeat;
  background-size: 100% auto;
  display: inline-block;
  opacity: 0.8;
  margin-left: 0.5rem;
  position: relative;
  z-index: -1;
}
article p a[href*=codeberg]:after {
  content: " ";
  width: 0.8em;
  height: 0.8em;
  background: url('/assets/img/codeberg_logo.svg') no-repeat;
  background-size: 100% auto;
  display: inline-block;
  opacity: 0.8;
  margin-left: 0.5rem;
  position: relative;
  z-index: -1;
}
article p a[href*=sensors2]:hover:after,
article p a[href*=codeberg]:hover:after {
  opacity: 1;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
table p {
  margin-bottom: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}
/*--------------------------------------------------------------
	2.0 Typography
	--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #000;
  font-size: 17px;
  font-size: 1.1rem;
  line-height: 1.4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.6;
}
h1 {
  font-size: 44px;
  font-size: 2rem;
  font-style: italic;
  margin: 1em 0 0.5em;
}
h2 {
  font-size: 21px;
  font-size: 1.6rem;
  margin: 2em 0 1em;
}
h3 {
  font-size: 25px;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 2em 0 1em;
  color: #b2331c;
  font-style: italic;
}
h4 {
  font-size: 16px;
  font-size: 1.3rem;
  letter-spacing: 1px;
  margin: 3em 0 1.5em;
  text-transform: uppercase;
}
h5 {
  font-size: 21px;
  font-size: 1.1rem;
  font-style: italic;
  margin: 1.5em 0 0.75em;
}
h6 {
  font-size: 14px;
  font-size: 1.1rem;
  letter-spacing: 1px;
  margin: 1.5em 0 0.75em;
  text-transform: uppercase;
}
p {
  margin-bottom: 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  font-style: italic;
  line-height: 1.4;
  position: relative;
  z-index: 10000;
}
blockquote::before {
  content: "\201C";
  display: block;
  font-size: 208px;
  font-size: 10rem;
  font-style: normal;
  left: -35px;
  line-height: 1;
  position: absolute;
  top: -40px;
  z-index: -1;
}
blockquote cite {
  float: right;
  font-style: normal;
  letter-spacing: 1px;
  margin-top: 1em;
  text-transform: uppercase;
}
blockquote cite::before {
  content: "\2013";
  display: inline;
}
blockquote.alignleft,
blockquote.alignright {
  background: #fff;
  border-bottom: 1px solid #ebe7e1;
  border-top: 2px solid #a09a92;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.025);
  font-size: 27px;
  font-size: 2.7rem;
  max-width: 75%;
  padding: 0.5em;
}
blockquote.alignleft p:last-of-type,
blockquote.alignright p:last-of-type {
  margin-bottom: 0;
}
blockquote.alignleft::before,
blockquote.alignright::before {
  display: none;
}
address {
  margin: 0 0 1.5em;
}
code,
kbd,
pre,
tt,
var {
  background: #ddd;
  font-family: 'Firacode', monospace;
  padding: 0.1em;
  font-size: 1rem;
}
pre {
  background: #d9d6d0;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  padding: 0.6rem;
  white-space: pre;
  white-space: pre-wrap;
}
abbr,
acronym {
  border-bottom: 1px dotted #a09a92;
  cursor: help;
}
mark,
ins {
  background: #faf9f5;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
strong em,
em strong,
b i,
i b,
b em,
em b,
strong i,
i strong,
.wp-caption strong {
  background: rgba(234, 233, 230, 0.5);
  font-size: 0.8em;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 2px 0;
  text-transform: uppercase;
}
em code,
strong code,
i code,
b code {
  font-style: normal;
  font-weight: normal;
}
/* Prettier select colours for insane people like me who select text constantly
while reading */
::selection {
  background: #eae9e6;
}
::-moz-selection {
  background: #eae9e6;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #d9d6d0;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0;
}
ul {
  list-style: disc outside;
  padding-left: 1.3em;
}
ul ul {
  list-style: circle outside;
}
ol {
  list-style: decimal outside;
}
ol ol {
  list-style: lower-alpha outside;
}
li {
  line-height: 1.4;
  margin: 0.5em 0;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em;
}
li p {
  margin: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  /* Make sure images are scaled correctly. */
  height: auto;
  /* Adhere to container width. */
  max-width: 100%;
}
figure {
  margin: 0;
}
table {
  font-size: 0.85em;
  line-height: 1.4;
  margin: 0.5em 0 1.5em;
  width: 100%;
}
tr:nth-of-type(odd) {
  background: rgba(255, 255, 255, 0.5);
}
th,
td {
  border-bottom: 1px solid #d9d6d0;
  padding: 0.8em 1em;
}
th {
  font-style: italic;
}
thead:nth-of-type(odd) tr {
  background: none;
}
thead th {
  border-width: 2px;
  font-style: normal;
  font-weight: bold;
  padding: 0.4em 1em;
}
tr:hover {
  background: #a09a92;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  /* Corrects font size not being inherited in all browsers */
  font-size: 100%;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  margin: 0;
  /* Improves appearance and consistency in all browsers */
  vertical-align: baseline;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  /* Improves usability and consistency of cursor style between image-type
	'input' and others */
  cursor: pointer;
  /* Corrects inability to style clickable 'input' types in iOS */
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  /* Addresses box sizing set to content-box in IE8/9 */
  box-sizing: border-box;
  /* Addresses excess padding in IE8/9 */
  padding: 0;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4
		www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
/* Inputs */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="url"],
textarea {
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  background: rgba(255, 255, 255, 0.75);
  border: 0;
  border-bottom: 2px solid #a09a92;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 1.2rem 1.4rem;
  width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fff;
  border: 1px solid #d9d6d0;
  box-shadow: 0 0 5px #ffffff;
  outline: none;
}
textarea {
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  overflow: auto;
  /* Improves readability and alignment in all browsers */
  vertical-align: top;
  width: 100%;
}
/* Vendor prefixes for placeholder text */
/* Submit buttons */
.form-submit,
.contact-submit,
form p {
  margin: 1em 0;
  text-align: center;
}
input[type="submit"],
button {
  background: #a09a92;
  border: 1px solid #eae9e6;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  outline: 4px solid #a09a92;
  padding: 0.7rem 1.4rem;
  position: relative;
  text-transform: uppercase;
}
input[type="submit"]:hover,
button:hover {
  background: #a09a92;
  outline: 2px solid #a09a92;
}
input[type="submit"]:active,
button:active {
  background: #363431;
  outline: 5px solid #363431;
}
/* Labels */
label {
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  text-align: left;
}
label span {
  font-size: 0.9em;
  padding-left: 2px;
}
/* Selected text */
input::selection {
  background: #eae9e6;
}
input::-moz-selection {
  background: #eae9e6;
}
/*--------------------------------------------------------------
	5.0 Overall Site Structure
	--------------------------------------------------------------*/
.site-content {
  margin: 0 auto 2rem;
  max-width: 960px;
  padding: 0 1.5rem;
  width: auto;
}
.site-content h2:before {
  content: "¶";
  opacity: 0.2;
  font-size: 80%;
  margin-right: 0.5rem;
  position: relative;
  top: -0.2rem;
}
.site-content h2:hover:before {
  opacity: 0.5;
}
.widget {
  margin: 2rem auto;
  max-width: 960px;
  padding: 0;
  width: auto;
}
/*--------------------------------------------------------------
5.1 Header
--------------------------------------------------------------*/
/* Style page title blocks */
.title-block {
  text-align: center;
}
.title-block h1 {
  font-style: normal;
  line-height: 1.2;
  margin: 0;
}
/* If header image is not present */
body .title-block {
  margin: 2rem auto 0;
  max-width: 960px;
}
/*--------------------------------------------------------------
6.0 Navigation
--------------------------------------------------------------*/
ul.page-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  padding-left: 0;
}
@media only screen and (max-width: 960px) {
  ul.page-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 480px) {
  ul.page-list {
    grid-template-columns: 1fr;
  }
}
ul.page-list li {
  text-align: center;
  margin: 0;
}
ul.page-list li span {
  display: block;
  text-align: left;
}
ul.page-list li img {
  margin-bottom: 0 auto 0.5rem;
}
ul.page-list li .heading {
  font-size: 1.2rem;
}
ul.page-list li .heading.external:after {
  content: " ";
  width: 0.8em;
  height: 0.8em;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"><path fill="%23712012" d="M89,5.2H57.9C54.7,5.2,52,7.8,52,11c0,3.2,2.6,5.9,5.9,5.9H75L64.3,27.4H11c-3.2,0-5.7,2.7-5.7,5.9V89 c0,3.2,2.5,5.8,5.7,5.8h55.6c3.3,0,5.9-2.6,5.9-5.8V35.7L83.2,25v17.2c0,3.2,2.6,5.8,5.8,5.8c3.2,0,5.8-2.6,5.8-5.8V11 C94.8,7.8,92.2,5.2,89,5.2L89,5.2z M60.9,83.2H16.8V39.1h35.9L34.8,57c-2.3,2.3-2.3,6,0,8.1c2.2,2.3,5.9,2.3,8.2,0 c0-0.1,17.8-17.8,17.8-17.8V83.2z"></path></svg>') no-repeat;
  background-size: 100% auto;
  display: inline-block;
  opacity: 0.5;
  margin-left: 0.3rem;
}
ul.page-list li .heading.external:hover:after {
  opacity: 0.8;
}
ul.page-list li .heading.sensors2:after {
  content: " ";
  width: 0.8em;
  height: 0.8em;
  background: url('/assets/img/sensors2.base.svg') no-repeat;
  background-size: 100% auto;
  display: inline-block;
  opacity: 0.8;
  margin-left: 0.5rem;
}
ul.page-list li .heading.codeberg:after {
  content: " ";
  width: 0.8em;
  height: 0.8em;
  background: url('/assets/img/codeberg_logo.svg') no-repeat;
  background-size: 100% auto;
  display: inline-block;
  opacity: 0.8;
  margin-left: 0.5rem;
}
ul.page-list li .heading.sensors2:hover:after,
ul.page-list li .heading.codeberg:hover:after {
  opacity: 1;
}
ul.page-list li .description {
  margin-top: 0.5rem;
  color: #000;
}
ul.page-list a {
  width: 14rem;
}
ul.page-list.videos {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 480px) {
  ul.page-list.videos {
    grid-template-columns: 1fr;
  }
}
ul.page-list.videos span {
  font-size: 1.1rem;
}
ul.page-list.videos iframe {
  max-width: 100% !important;
  width: 100% !important;
  margin-bottom: 0.5rem;
}
ul.page-list.videos a {
  width: auto;
  display: inline;
}
ul.page-list.images {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 960px) {
  ul.page-list.images {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 480px) {
  ul.page-list.images {
    grid-template-columns: 1fr 1fr;
  }
}
.inpage-navigation {
  position: fixed;
  top: 8rem;
  right: 0;
}
.inpage-navigation .toggle-sidebar {
  float: right;
  position: relative;
}
.inpage-navigation .toggle-sidebar:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  background: transparent;
  display: block;
  z-index: -10;
}
.inpage-navigation .toggle-sidebar button {
  background: url('data:image/svg+xml,<svg height="32px" id="Layer_1" style="enable-background:new 0 0 32 32;" version="1.1" viewBox="0 0 32 32" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z"/></svg>') no-repeat;
  height: 2.1rem;
  width: 2.1rem;
  padding: 0;
  border: none;
  outline: none;
}
.inpage-navigation .contents {
  max-width: 20em;
  display: none;
  padding: 0.8em;
  clear: right;
  background: var(--bg-1);
}
.inpage-navigation .contents ul {
  list-style: none;
  padding: 0;
}
.inpage-navigation .contents li {
  padding-left: 0;
  margin: 0.2em 0;
}
.inpage-navigation .contents li > ul {
  padding-left: 0.3em;
}
.inpage-navigation:focus-within .contents {
  display: block;
}
.inpage-navigation:focus-within .toggle-sidebar:after {
  z-index: 1;
}
/*--------------------------------------------------------------
6.1 Links
--------------------------------------------------------------*/
a {
  color: #712012;
  text-decoration: none;
}
a:visited {
  color: #712012;
}
a:hover,
a:focus,
a:active {
  color: #712012;
}
/* In-page or in-post navigation */
.navigation-post {
  line-height: 1.6;
}
.navigation-post .previous {
  text-align: left;
}
.navigation-post .next {
  text-align: right;
}
.navigation-post .previous a,
.navigation-post .next a {
  color: #a09a92;
  display: block;
  font-style: italic;
  position: relative;
}
.previous .meta-nav,
.next .meta-nav {
  color: #787065;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.previous .meta-nav a,
.next .meta-nav a {
  color: #787065;
  display: inline;
  font-style: normal;
}
.previous .meta-nav a:before,
.next .meta-nav a:after,
.previous a .meta-nav:before,
.next a .meta-nav:after {
  border: solid transparent 4px;
  content: "";
  display: inline-block;
  height: 0;
  margin: 0 0.5rem;
  top: 0.8em;
  width: 0;
}
.previous .meta-nav a:before,
.previous a .meta-nav:before {
  border-left: 0;
  border-right-color: #a09a92;
}
.next .meta-nav a:after,
.next a .meta-nav:after {
  border-left-color: #a09a92;
  border-right: 0;
}
.tag-head {
  color: #787065;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.tag-list {
  margin-bottom: -20px;
}
.tag-list a {
  display: inline-block;
  background: #faf9f5;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.05);
  padding: 0.5rem;
  font-size: 14px;
  color: #787065;
  margin: 0.5rem 0.25rem;
}
/*--------------------------------------------------------------
7.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
7.1 Posts and pages
--------------------------------------------------------------*/
/* Post format icons, need title-block to work */
.post-format-icon-pin:before {
  content: "p";
}
.post-format-icon-star:before {
  content: "y";
}
.post-format-icon-lock:before {
  content: "w";
}
.post-format-icon-search:before {
  content: "o";
}
.title-block {
  border-bottom: 1px solid #d9d6d0;
  text-align: center;
  word-wrap: break-word;
}
.format-standard {
  position: relative;
}
.format-standard:before {
  background: var(--fg-1-veil);
  backdrop-filter: blur(0.5rem);
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
/* Drop cap and first line */
.format-standard .entry-content div:first-child > p:not(.no-emphasis):first-of-type:first-letter {
  color: #b7b1a9;
  display: inline-block;
  float: left;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin: 6px 10px 0 -5px;
}
.format-standard .entry-content div:first-child > p:not(.no-emphasis):first-of-type:first-line {
  color: #787065;
  font-size: 1em;
  font-style: normal !important;
  /* Cheat to preserve visual sanity */
  font-weight: bold;
  letter-spacing: 1px;
}
.format-standard .entry-content div:first-child > p:not(.no-emphasis):first-of-type::after {
  clear: both;
  content: "";
  display: block;
}
.format-standard .entry-content div:first-child > p:not(.no-emphasis):first-of-type + p {
  clear: left;
}
.more,
.more > a {
  color: #a09a92;
  display: inline-block;
  font-size: 21px;
  font-size: 2.1rem;
  font-style: italic;
  line-height: 1.4;
  text-align: center;
  text-transform: lowercase;
  width: 100%;
}
.more > a:before,
.more > a:after {
  display: inline;
  font-size: 1.5em;
  font-style: normal;
  padding: 0 10px;
  vertical-align: -0.15em;
}
.more > a:before {
  content: "{";
}
.more > a:after {
  content: "}";
}
.more > a:hover {
  color: #712012;
}
/* Different color for index titles */
article .title-block h1 a {
  color: #787065;
}
/*--------------------------------------------------------------
8.0 Widgets
--------------------------------------------------------------*/
.footer-sidebar {
  background: #faf9f5;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  margin: 2rem 0 2rem 0;
  width: 100%;
}
.footer-sidebar .widget-block {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0rem 3rem;
}
.widget-title {
  border-bottom: 1px solid #d9d6d0;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  text-align: center;
}
.widget-text {
  color: #a09a92;
  font-size: 1.1em;
  font-style: italic;
  text-align: center;
}
/*--------------------------------------------------------------
11.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}
.clear:after,
.entry-content:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
14 Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
14.1 Phone-sized devices
--------------------------------------------------------------*/
@media only screen and (max-width: 640px) {
  /* Tweak font sizes and margins */
  ul,
  ol {
    margin-left: 1em;
  }
  .site-content {
    margin: 0;
    max-width: none;
    min-width: 320px;
  }
  .title-block:before {
    display: none;
  }
  .title-block {
    margin-bottom: 2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .entry-meta {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .title-block h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  /* Long-form posts should be full-width, plus padding */
  .long-form {
    margin-left: -10px;
    padding: 10px;
    width: calc(100% + 20px);
  }
  /* In-page navigation should be pretty simple */
  .navigation-post .previous,
  .navigation-post .next {
    padding: 1rem 0;
    text-align: center;
    width: 100%;
  }
  .navigation-post .previous {
    border-bottom: 1px solid #d9d6d0;
  }
  .navigation-post .previous,
  .navigation-post .next {
    text-align: center;
  }
  .tag-head {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .tag-head:before {
    font-size: 18px;
    font-size: 1.8rem;
    vertical-align: -3px;
  }
  .tag-list {
    text-align: center;
    border-bottom: 1px solid #d9d6d0;
    padding-bottom: 10px;
    margin-bottom: 0px;
  }
}
/*--------------------------------------------------------------
14.2 Tablets and up
--------------------------------------------------------------*/
@media only screen and (min-width: 641px) {
  .title-block {
    margin: 10rem auto 1.5rem;
    display: block;
  }
  .long-form {
    margin-left: -1.5em;
    margin-right: -1.5em;
    max-width: calc(100% + 3em);
    padding: 1.5em;
  }
  /* Use a bigger drop cap */
  .format-standard .entry-content div:first-child > p:not(.no-emphasis):first-of-type:first-letter {
    font-size: 121px;
    line-height: 70px;
    margin: 6px 10px 0 -5px;
  }
  /* In-page navigation can be arranged in floats and take up a bit more space */
  .navigation-post {
    border-top: 1px solid #d9d6d0;
  }
  .navigation-post .previous,
  .navigation-post .next {
    float: left;
    margin: 2rem 0;
    width: 50%;
  }
  .navigation-post .next {
    border-left: 1px solid #d9d6d0;
    min-height: 4.8rem;
  }
}
/*--------------------------------------------------------------
14.3 Desktops and big things
--------------------------------------------------------------*/
@media only screen and (min-width: 860px) {
  .long-form {
    margin-left: -3em;
    margin-right: -3em;
    max-width: calc(100% + 6em);
    padding: 3em 3em 1em;
  }
}
