html {
  background-color: #111614;
  opacity: 1;
  background-image: linear-gradient(135deg, #19211e 25%, transparent 25%), linear-gradient(225deg, #19211e 25%, transparent 25%), linear-gradient(45deg, #19211e 25%, transparent 25%), linear-gradient(315deg, #19211e 25%, #111614 25%);
  background-position: 4px 0, 4px 0, 0 0, 0 0;
  background-size: 4px 4px;
  background-repeat: repeat;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
html {
  font-family: system-ui, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-size: 1.25em;
  line-height: 1.75;
  margin: 0;
  overflow-x: hidden;
  padding-block: 15px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
select,
textarea {
  max-width: 100%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
  opacity: 0.5;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  padding: 0.875em;
}
fieldset > :last-child {
  margin-bottom: 0;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
optgroup {
  font-weight: bold;
}
.site {
  background-color: #f8f8f2;
}
.site-header-main {
  margin-bottom: 3em;
}
.site-header-main .site-branding .site-title,
.site-header-main .site-branding .site-description {
  text-align: center;
  margin: 0;
}
.site-header-main .widget_search {
  text-align: center;
}
.site-header-main .widget_search .search-field {
  padding: 0 0.5em;
}
.site-header-main .widget_search .search-field,
.site-header-main .widget_search .search-field:focus {
  border-color: #808080;
  border-style: none none dotted;
  border-width: 1px;
  padding: 0;
}
.site-header-main .widget_search .search-field:focus-visible {
  outline: none;
}
.site-header-main .widget_search .search-field:focus::placeholder {
  color: #fff;
}
.site-header-main .widget_search .search-submit {
  clip-path: none;
  height: 1px;
  line-height: 1px;
  margin-left: -8000px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.content-area img {
  display: block;
  filter: sepia(1);
  margin: 0.5em auto;
  text-align: center;
}
.content-area p.img-desc {
  margin: 0 auto;
  text-align: center;
}
.site-footer {
  border-top: double 6px #1f1c1c;
}
.site-footer .menu-social-links-container,
.site-footer .site-info {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .site {
    margin: 1em auto;
    width: 1024px;
  }
  .site-inner {
    margin: 0 4em;
  }
  .content-area img,
  .content-area p.img-desc {
    max-width: 40%;
  }
  .sidebar.widget-area {
    display: flex;
  }
}
blockquote:first-child {
  margin: 20px 40px 0;
}
blockquote:first-child>p {
  margin-bottom: 0;
}
blockquote>p::after,
blockquote>p::before {
  font-family: sans-serif;
  font-size: 1.5em;
}
blockquote>p::before {
  content: '\201C';
}
blockquote>p::after {
  content: '\201D';
}
blockquote + p {
  font-size: 0.75em !important;
  font-style: italic;
  margin: 0 40px 20px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.entry-footer,
.site-header,
.site-footer {
  font-family: 'Nimbus Mono PS', 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
}
.site-branding .site-title a,
.site-branding .site-description a {
  color: inherit;
  text-decoration: none;
}
.site-branding .site-description {
  font-size: 0.75em;
  font-style: italic;
}
.widget_search .search-field {
  font-size: 0.875em;
  line-height: 1em;
}
.post .entry-title {
  color: #1f1c1c;
}
.post .entry-title a {
  color: inherit;
  text-decoration: none;
}
.post .entry-date a {
  color: inherit;
}
.post .entry-content p {
  font-family: 'Liberation Mono', Consolas, monaco, monospace;
  font-size: 0.875em;
}
.post .entry-content p.img-desc {
  font-size: 0.75em;
  font-style: italic;
}
.post .tags-links {
  font-family: 'Nimbus Mono PS', 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
  font-variant-caps: small-caps;
}
.post .tags-links a {
  color: inherit;
}
.post .entry-footer .entry-cat {
  font-size: 0.875em;
}
.site-footer {
  color: #796d54;
}
.site-footer a {
  color: inherit;
}
.site-footer .site-info {
  font-size: 0.75em;
}
