@charset "UTF-8";
.highlight .err {
  color: #e3d2d2;
  background-color: #8c2121;
}
.highlight .c {
  color: #8a8a8a;
}
.highlight .c1 {
  color: #8a8a8a;
}
.highlight .cm {
  color: #8a8a8a;
}
.highlight .cp {
  color: #8a8a8a;
}
.highlight .cs {
  color: #8a8a8a;
  font-style: italic;
}
.highlight .gd {
  color: #d85a5a;
}
.highlight .gd .x {
  color: #d85a5a;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gh {
  color: #999999;
}
.highlight .gi {
  color: #4ec64e;
}
.highlight .gi .x {
  color: #4ec64e;
}
.highlight .go {
  color: #888888;
}
.highlight .gp {
  color: #555555;
}
.highlight .gr {
  color: #f07178;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gt {
  color: #f07178;
}
.highlight .gu {
  color: #aaaaaa;
}
.highlight .k {
  color: #d85a7b;
}
.highlight .kc {
  color: #d85a7b;
}
.highlight .kd {
  color: #d85a7b;
}
.highlight .kp {
  color: #d85a7b;
}
.highlight .kr {
  color: #d85a7b;
}
.highlight .kt {
  color: #ffcb6b;
}
.highlight .n {
  color: #c7d1d8;
}
.highlight .na {
  color: #11a69f;
}
.highlight .nb {
  color: #d85a7b;
}
.highlight .bp {
  color: #999999;
}
.highlight .nc {
  color: #11a69f;
}
.highlight .ne {
  color: #990000;
}
.highlight .nf {
  color: #5ab780;
}
.highlight .ni {
  color: #11a69f;
}
.highlight .nn {
  color: #11a69f;
}
.highlight .no {
  color: #9d99e6;
}
.highlight .nt {
  color: #de3581;
}
.highlight .nv {
  color: #9680b1;
}
.highlight .vc {
  color: #9680b1;
}
.highlight .vg {
  color: #9680b1;
}
.highlight .vi {
  color: #9680b1;
}
.highlight .o {
  color: #bcd890;
}
.highlight .ow {
  color: #bcd890;
}
.highlight .m {
  color: #9d99e6;
}
.highlight .mf {
  color: #9d99e6;
}
.highlight .mh {
  color: #9d99e6;
}
.highlight .mi {
  color: #9d99e6;
}
.highlight .il {
  color: #9d99e6;
}
.highlight .mo {
  color: #9d99e6;
}
.highlight .s {
  color: #baa94a;
}
.highlight .s1 {
  color: #baa94a;
}
.highlight .s2 {
  color: #baa94a;
}
.highlight .sb {
  color: #baa94a;
}
.highlight .sc {
  color: #baa94a;
}
.highlight .sd {
  color: #baa94a;
}
.highlight .se {
  color: #baa94a;
}
.highlight .sh {
  color: #baa94a;
}
.highlight .si {
  color: #baa94a;
}
.highlight .sr {
  color: #009926;
}
.highlight .ss {
  color: #3c90f5;
}
.highlight .sx {
  color: #baa94a;
}
.highlight .w {
  color: #eeffff;
}
.highlight .lineno, .highlight .gl {
  color: #8a8a8a;
}
.highlight .hll {
  background-color: #373730;
}

html {
  font-size: 16px;
}

/**
 * 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 16px/1.5 -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", Roboto, Helvetica, Arial, sans-serif;
  color: rgb(148.75, 148.75, 148.75);
  background-color: #181818;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-wrap: break-word;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
div.highlight,
figure.highlight {
  margin-bottom: 15px;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

/**
 * `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: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  color: #bbbbbb;
  font-weight: 500;
}

/**
 * Links
 */
a {
  color: #5691cd;
  text-decoration: none;
}
a:visited {
  color: #80bbff;
}
a:hover {
  color: rgb(148.75, 148.75, 148.75);
  text-decoration: underline #999999;
  text-underline-offset: 3px;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #999999;
  border-left: 4px solid rgb(43.35, 43.35, 43.35);
  padding-left: 15px;
  font-size: 1.05rem;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}
blockquote i, blockquote em {
  font-style: normal;
}

/**
 * Code formatting
 */
pre,
code {
  font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
  background-color: #222222;
}
@media screen and (max-width: 600px) {
  pre,
  code {
    font-family: monospace;
  }
}

pre {
  padding: 8px 12px;
  font-size: 15px;
  line-height: 1.4;
  color: #bbbbbb;
  overflow-x: auto;
}
pre > code {
  display: inline-block;
  width: 100%;
}

div.highlight, figure.highlight {
  border: 1px solid rgb(43.35, 43.35, 43.35);
  border-radius: 3px;
}
div.highlight pre, figure.highlight pre {
  margin: 0;
}
div.highlight table, div.highlight tbody, div.highlight th, div.highlight tr, div.highlight td, figure.highlight table, figure.highlight tbody, figure.highlight th, figure.highlight tr, figure.highlight td {
  margin: 0;
  padding: 0;
  border: 0;
}
div.highlight .lineno, div.highlight .gl, figure.highlight .lineno, figure.highlight .gl {
  text-align: right;
}

figure.highlight table {
  margin: -8px -12px -14px;
}
figure.highlight td.gutter {
  border-right: 1px solid rgb(43.35, 43.35, 43.35);
}
figure.highlight td.code {
  width: 100%;
}

code.highlighter-rouge {
  padding: 1px 5px;
  font-size: 14px;
  border: 1px solid rgb(43.35, 43.35, 43.35);
  border-radius: 3px;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 600px) {
  .wrapper {
    padding-right: 18px;
    padding-left: 18px;
  }
}

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

/**
 * Icons
 */
.orange {
  color: #f66a0a;
}

.grey {
  color: #828282;
}

.svg-icon {
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
  overflow: visible;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: rgb(148.75, 148.75, 148.75);
  border-collapse: collapse;
  border: 1px solid rgb(43.35, 43.35, 43.35);
}
table tr:nth-child(even) {
  background-color: rgb(34.2, 34.2, 34.2);
}
table th, table td {
  padding: 10px 15px;
}
table th {
  background-color: rgb(49.5, 49.5, 49.5);
  border: 1px solid rgb(62.25, 62.25, 62.25);
}
table td {
  border: 1px solid rgb(43.35, 43.35, 43.35);
}
@media screen and (max-width: 800px) {
  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

/**
 * Site header
 */
.site-header {
  position: relative;
  width: 100%;
  min-height: 55.95px;
  line-height: 54px;
  background-color: #181818;
  border-top: 5px solid #999999;
  border-bottom: 1px solid rgb(43.35, 43.35, 43.35);
}

.site-title {
  font-size: 1.625rem;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
@media screen and (max-width: 600px) {
  .site-title {
    padding-right: 45px;
  }
}
.site-title, .site-title:visited {
  color: rgb(165.75, 165.75, 165.75);
}

.site-nav {
  float: right;
  border: none;
  background-color: inherit;
}
.site-nav label[for=nav-trigger], .site-nav #nav-trigger {
  display: none;
}
.site-nav .nav-item {
  color: rgb(148.75, 148.75, 148.75);
}
.site-nav .nav-item:not(:last-child) {
  margin-right: 15px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 18px;
    background-color: #181818;
    border: 1px solid rgb(43.35, 43.35, 43.35);
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 18px;
    text-align: center;
  }
  .site-nav .menu-icon::before {
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
  }
  .site-nav .menu-icon > svg path {
    fill: #999999;
  }
  .site-nav #nav-trigger ~ label[for=nav-trigger] .menu-icon::before {
    content: "\f0c9";
    font-size: 1.25em;
  }
  .site-nav #nav-trigger ~ .nav-items {
    clear: both;
    display: none;
  }
  .site-nav #nav-trigger:checked ~ label[for=nav-trigger] .menu-icon::before {
    content: "\f00d";
    font-size: 1.5em;
  }
  .site-nav #nav-trigger:checked ~ .nav-items {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav #nav-trigger:checked ~ .nav-items .nav-item {
    margin-left: 20px;
    padding: 5px 10px;
  }
  .site-nav .nav-item {
    display: block;
    margin-right: 15px;
    padding: 5px 0;
    color: rgb(148.75, 148.75, 148.75);
    line-height: 1.5;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid rgb(43.35, 43.35, 43.35);
  padding: 30px 0;
}

.footer-heading {
  font-size: 1.125rem;
  margin-bottom: 15px;
}

.feed-subscribe .svg-icon {
  padding: 5px 5px 2px 0;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper,
.social-links {
  font-size: 0.9375rem;
  color: rgb(132.6, 132.6, 132.6);
}

.footer-col {
  margin-bottom: 15px;
}

.footer-col-1,
.footer-col-2 {
  width: calc(50% - 30px / 2);
}

.footer-col-3 {
  width: calc(100% - 30px / 2);
}

@media screen and (min-width: 800px) {
  .footer-col-1 {
    width: calc(35% - 30px / 2);
  }
  .footer-col-2 {
    width: calc(20% - 30px / 2);
  }
  .footer-col-3 {
    width: calc(45% - 30px / 2);
  }
}
@media screen and (min-width: 600px) {
  .footer-col-wrapper {
    display: flex;
  }
  .footer-col {
    width: calc(100% - 30px / 2);
    padding: 0 15px;
  }
  .footer-col:first-child {
    padding-right: 15px;
    padding-left: 0;
  }
  .footer-col:last-child {
    padding-right: 0;
    padding-left: 15px;
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1 0 auto;
}

.page-heading {
  font-size: 2rem;
}

.post-list-heading {
  font-size: 1.75rem;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: rgb(132.6, 132.6, 132.6);
}

.post-link {
  display: block;
  font-size: 1.5rem;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
  padding-bottom: 18px;
  text-align: center;
  border-bottom: 1px solid rgb(43.35, 43.35, 43.35);
}

.post-meta .bullet-divider {
  padding-inline: 15px;
}
.post-meta .meta-label {
  font-weight: 600;
}
.post-meta .force-inline {
  display: inline;
}
.post-meta .force-inline::before {
  content: "•";
  padding-inline: 5px;
}
.post-meta .post-authors {
  margin-top: 3px;
}

.post-title,
.post-content h1 {
  margin-bottom: 10px;
  font-size: 2.625rem;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.15;
}
@media screen and (min-width: 800px) {
  .post-title,
  .post-content h1 {
    font-size: 2.625rem;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin-top: 30px;
}
.post-content h2 {
  font-size: 1.75rem;
}
@media screen and (min-width: 800px) {
  .post-content h2 {
    font-size: 2rem;
  }
}
.post-content h3 {
  font-size: 1.375rem;
}
@media screen and (min-width: 800px) {
  .post-content h3 {
    font-size: 1.625rem;
  }
}
.post-content h4 {
  font-size: 1.25rem;
}
.post-content h5 {
  font-size: 1.125rem;
}
.post-content h6 {
  font-size: 1.0625rem;
}

.comments-disabled-message {
  text-align: center;
  font-weight: 300;
}

.social-media-list {
  display: table;
  margin: 0 auto;
}
.social-media-list li {
  float: left;
  min-width: 45px;
  min-height: 45px;
  text-align: center;
  margin: 5px 10px 5px 0;
}
.social-media-list li:last-of-type {
  margin-right: 0;
}
.social-media-list li a {
  display: block;
  padding: 10px 12px;
  border: 1px solid rgb(43.35, 43.35, 43.35);
}
.social-media-list li a:hover {
  border-color: rgb(165.75, 165.75, 165.75);
}

/**
 * Pagination navbar
 */
.pagination {
  display: table;
  margin: 0 auto;
  list-style-type: none;
}
.pagination li {
  float: left;
  margin: 0 3px;
  min-width: 45px;
  min-height: 45px;
  text-align: center;
}
.pagination li a {
  display: block;
  text-decoration: none;
  border: 1px solid rgb(43.35, 43.35, 43.35);
}
.pagination li a:hover {
  border-color: rgb(165.75, 165.75, 165.75);
}
.pagination li a, .pagination li div {
  min-width: 41px;
  padding: 10px 12px;
  text-align: center;
  box-sizing: border-box;
}
.pagination li div {
  border: 1px solid transparent;
}
.pagination li div.pager-edge {
  color: rgb(43.35, 43.35, 43.35);
  border: 1px dashed;
}
.pagination li div.current-page {
  font-weight: bold;
}

/**
 * Task-lists
 */
.task-list {
  margin-left: 0;
  padding-left: 18px;
}

.task-list-item {
  list-style-type: none;
}
.task-list-item-checkbox {
  position: relative;
  margin-right: 9px;
  margin-left: -15px;
  appearance: none;
  border: 8px solid rgb(43.35, 43.35, 43.35);
  vertical-align: text-top;
  z-index: -1;
}
.task-list-item-checkbox::after {
  position: absolute;
  top: -8px;
  left: -3px;
  width: 4px;
  height: 10px;
  content: "";
  border: solid transparent;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.task-list-item-checkbox:checked::after {
  border-color: #999999;
}

/**
 * Grid helpers
 */
@media screen and (min-width: 800px) {
  .one-half {
    width: calc(50% - 30px / 2);
  }
}
.post-meta {
  font-size: 17.5px;
}

/* NSM BEGIN Creation CSS tags */
/* Container for tags */
.post-tags {
  list-style: none; /* Remove default list styling */
  padding: 0; /* Remove padding */
}

/* Individual tags */
.post-tags li {
  display: inline-block; /* Display tags in a line */
  margin: 5px 0px 5px 5px; /* Space between tags */
}

/* Tag link styling */
.post-tags a {
  background-color: #444; /* Dark gray background */
  color: #f2f2f2; /* Light gray text for contrast */
  padding: 5px 5px; /* Padding around text */
  border-radius: 5px; /* Rounded corners */
  font-size: 0.9em; /* Slightly smaller font size */
  text-decoration: none; /* Remove underline */
  transition: background-color 0.3s; /* Smooth transition for hover effect */
}

/* Hover effect for tags */
.post-tags a:hover {
  background-color: #555; /* Slightly lighter gray on hover */
}

/* NSM END Creation CSS tags */
/* NSM BEGIN Creation CSS donation button */
/* Container for donation-button */
body .donation-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #a9a9a9; /* Neutral gray color */
  color: #000000; /* Black text color for contrast */
  border: 1px solid #ffffff; /* White border for better visibility on black background */
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  /* Optional: Add a hover effect */
  cursor: pointer;
}

body .donation-button:hover {
  background-color: #ffffff; /* White color on hover */
  color: #000000; /* Black text on hover */
  border: 1px solid #a9a9a9; /* Gray border on hover for a subtle effect */
}

/* NSM END Creation CSS donation button */
/* latin */
@font-face {
  font-family: "OFL Sorts Mill Goudy TT";
  font-style: italic;
  font-weight: 400;
  src: url(/assets/fonts/-zk390Kk6OZq2W__Gh28iQi7zZ-9OZ4Alm9_BxobjL29Dg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: "OFL Sorts Mill Goudy TT";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/-zk190Kk6OZq2W__Gh28iQi7zZ-9OZ4Alm9_BxoevL8.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* Base styling for the container */
ul.language-links {
  list-style-type: none; /* Removes bullet points */
  padding: 0; /* Removes default padding */
  margin: 0.5em 0; /* Adds a bit of top and bottom spacing */
  font-family: Arial, sans-serif; /* Setting a neutral font */
  display: inline-flex; /* Makes the list horizontal */
  gap: 0.2em; /* Smaller spacing between each language link */
  font-size: 12px; /* Reduced font size */
}

/* Styling for individual language links */
ul.language-links li {
  display: inline-block; /* Allows you to style each link individually */
  padding: 0.2em 0.5em; /* Pads each link for better appearance */
  border: 1px solid #888; /* Provides a border to each link */
  border-radius: 5px; /* Rounds the corners for aesthetics */
}

/* Styling for the actual anchor tags in the links */
ul.language-links li a {
  text-decoration: none; /* Removes the underline */
  color: #aaa; /* Light gray for visibility against dark background */
  transition: color 0.3s; /* Smooth transition for hover effects */
}

/* Hover effect to make it clear a link is clickable */
ul.language-links li a:hover {
  color: #fff; /* Brighter color on hover for emphasis */
}

/* Styling for the active language link */
.language-links li a.active {
  font-weight: bold; /* Make the active language link bold */
  color: #fff;
}

/* Base styling for the container */
ul.language-tags {
  list-style-type: none; /* Removes bullet points */
  padding: 0; /* Removes default padding */
  margin: 0.5em 0; /* Adds a bit of top and bottom spacing */
  font-family: Arial, sans-serif; /* Setting a neutral font */
  display: inline-flex; /* Makes the list horizontal */
  gap: 0.2em; /* Smaller spacing between each language link */
  font-size: 0.9em; /* Slightly smaller font size */
}

/* Styling for individual language links */
ul.language-tags li {
  display: inline-block; /* Allows you to style each link individually */
  padding: 0.2em 0.5em; /* Pads each link for better appearance */
  border: 1px solid #333; /* Provides a border to each link (dark gray) */
  border-radius: 5px; /* Rounds the corners for aesthetics */
  background-color: #444; /* Dark background color */
}

/* Styling for the actual anchor tags in the links */
ul.language-tags li a {
  text-decoration: none; /* Removes the underline */
  color: #aaa; /* Light gray for visibility against dark background */
  transition: color 0.3s; /* Smooth transition for hover effects */
}

/* Hover effect to make it clear a link is clickable */
ul.language-tags li a:hover {
  color: #fff; /* Brighter color on hover for emphasis */
}

/* Styling for the active language link */
.language-tags li a.active {
  font-weight: bold; /* Make the active language link bold */
  color: #fff; /* Brighter color for emphasis */
}

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