@charset "UTF-8";

/* ns-hugo-imp:/opt/build/repo/themes/scottogray/assets/css/reset.css */
@layer reset {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  * {
    margin: 0;
    padding: 0;
  }
  * {
    min-width: 0;
  }
  [hidden] {
    display: none !important;
  }
  @media (prefers-reduced-motion: no-preference) {
    html {
      interpolate-size: allow-keywords;
    }
  }
  html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
  body {
    min-height: 100vh;
    min-height: 100svh;
  }
  html {
    scrollbar-gutter: stable;
  }
  html {
    overscroll-behavior: contain;
  }
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    text-rendering: optimizeLegibility;
  }
  body {
    line-height: 1.5;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.1;
  }
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    overflow-wrap: break-word;
  }
  p {
    text-wrap: pretty;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-wrap: balance;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  img,
  picture,
  video,
  canvas,
  svg,
  embed,
  iframe,
  object,
  audio {
    display: block;
    max-width: 100%;
    height: auto;
  }
  svg[width][height] {
    max-width: revert;
  }
  button {
    background: none;
    border: none;
  }
  input,
  button,
  textarea,
  select {
    font: inherit;
  }
  input,
  button,
  textarea,
  select {
    -webkit-appearance: none;
    appearance: none;
  }
  button,
  [role=button],
  label,
  summary,
  select {
    cursor: pointer;
  }
  a {
    color: inherit;
  }
  ul,
  ol {
    list-style: none;
  }
  table {
    border-collapse: collapse;
  }
  th {
    font-weight: inherit;
  }
  fieldset {
    border: none;
    padding: 0;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  pre,
  code,
  kbd,
  samp {
    font-family: monospace;
    font-size: inherit;
  }
  blockquote,
  q {
    quotes: none;
  }
  blockquote::before,
  blockquote::after,
  q::before,
  q::after {
    content: none;
  }
  #root {
    isolation: isolate;
  }
}

/* ns-hugo-imp:/opt/build/repo/themes/scottogray/assets/css/_variables.css */
:root {
  --content-width-main: 93%;
  --breakpoint-mobile: 760px;
  --breakpoint-paperwidth: 1024px;
  --fontstack-serif:
    "Sentinel SSm A",
    "Sentinel SSm B",
    Georgia,
    Times,
    "Times New Roman",
    serif;
  --fontstack-sans:
    "Metallophile SP8",
    Futura,
    Trebuchet MS,
    Arial,
    sans-serif;
  --fontstack-mono:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  --white: #fff;
  --gray-100: #f5f5f5;
  --gray-200: #eeeeee;
  --gray-300: #e0e0e0;
  --gray-400: #bdbdbd;
  --gray-500: #9e9e9e;
  --gray-600: #757575;
  --gray-700: #616161;
  --gray-800: #424242;
  --gray-900: #212121;
  --black: #000;
  --red: #e24a33;
  --highlight-color: #ffdc00;
}

/* ns-hugo-imp:/opt/build/repo/themes/scottogray/assets/css/_fonts-metallophile.css */
@font-face {
  font-family: "Metallophile SP8";
  src: url("./metallophilesp8-light-74EKUVXI.woff2") format("woff2"), url("./metallophilesp8-light-MYS2UIZV.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metallophile SP8";
  src: url("./metallophilesp8-medium-4MUOYOUA.woff2") format("woff2"), url("./metallophilesp8-medium-E3WXJLHD.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* ns-hugo-imp:/opt/build/repo/themes/scottogray/assets/css/_site.css */
html {
  font-size: 19px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 760px) {
  html {
    font-size: 17px;
  }
}
body {
  margin: 0;
  font-family: var(--fontstack-serif);
  font-size: 1rem;
  font-weight: 300;
  font-variant: common-ligatures;
  line-height: 1.5;
  color: var(--gray-800);
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  background: #e0e0e0 url("./naturalpaper-e0e0e0-50-PWZUKT4L.jpg");
}
@media screen and (min-resolution: 192dpi) {
  body {
    background: #e0e0e0 url("./naturalpaper-e0e0e0-50@2x-44ENV56Y.jpg");
    background-size: 262px 192px;
  }
}
.site-wrapper {
  margin: 0.5em auto;
  max-width: var(--breakpoint-paperwidth);
  display: flex;
  flex-direction: column;
  min-height: 99vh;
}
@media screen and (max-width: var(--breakpoint-paperwidth)) {
  .site-wrapper {
    margin: 0 auto;
    border: none;
    box-shadow: none;
  }
}
.site-header {
  width: 100%;
  margin: 0 auto 0 auto;
  background: linear-gradient(rgba(64, 64, 64, 0.375), rgba(64, 64, 64, 0.475));
}
.site-header h1 {
  margin: 0;
}
.site-header-logo {
  width: 600px;
  max-width: 92%;
  margin: 0.75rem auto;
  display: block;
}
.site-main {
  width: var(--content-width-main);
  margin: 1rem auto;
  flex: 1;
}
.site-footer {
  width: var(--content-width-main);
  margin: 1.5rem auto 1rem auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: var(--fontstack-sans);
  font-weight: normal;
  font-style: normal;
  font-variant: small-caps;
  font-size: 66.667%;
  line-height: 1.15;
  border-top: 1px solid black;
}
.site-footer a {
  color: inherit;
}
.site-footer svg {
  width: 1.5em;
  height: 1.71em;
  margin-top: 0.25em;
}
@media screen and (max-width: 760px) {
  .site-footer {
    flex-wrap: wrap;
  }
}
.site-footer-left {
  flex: 1;
  text-align: left;
  padding-top: 0.25rem;
}
@media screen and (max-width: 760px) {
  .site-footer-left {
    text-align: right;
    flex-basis: 100%;
  }
}
.site-footer-right {
  flex: 1;
  text-align: right;
  padding-top: 0.25rem;
}
@media screen and (max-width: 760px) {
  .site-footer-right {
    padding-top: 0;
  }
}

/* ns-hugo-imp:/opt/build/repo/themes/scottogray/assets/css/_elements.css */
article,
aside,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid var(--gray-500);
  margin: 1em 0;
  padding: 0;
}
h1 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 760px) {
  h1 {
    font-size: 2.2rem;
  }
}
h2 {
  font-size: 1.578rem;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
h3,
h4,
h5,
h6 {
  font-family: var(--fontstack-sans);
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1.5rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 1.5em;
}
blockquote {
  margin: 0 1.5rem 1.5rem 1.5rem;
}
blockquote p {
  font-style: italic;
}
blockquote em,
blockquote i {
  font-style: normal;
}
blockquote footer {
  font-size: 0.8rem;
  text-align: right;
  font-family: var(--fontstack-sans);
  margin-top: -1.25rem;
}
blockquote footer:before {
  content: "\2014\a0";
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: var(--red);
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  text-decoration: underline;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: var(--fontstack-mono);
  font-size: 0.875em;
}
kbd {
  font-size: 90%;
  color: #fff;
  background-color: #111;
  border-radius: 0.25rem;
  padding: 0.15em 0.3em;
}
pre {
  font-size: 0.75em;
  margin: 0 0 1.5rem 0;
  padding: 0;
  overflow-x: auto;
}
.highlight pre {
  padding: 1em;
  margin: 0 -1em 1.5rem -1em;
}
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}
svg {
  overflow: hidden;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
figure {
  display: table;
  margin: 0 0 1.25em 0;
}
figure img {
  border: 2px solid black;
  box-sizing: border-box;
}
figure figcaption {
  display: table-caption;
  caption-side: bottom;
  font-family: var(--fontstack-sans);
  text-align: right;
}
table {
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}
table th,
table td {
  padding: 0 0.5rem;
  vertical-align: top;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid black;
}
table tbody + tbody {
  border-top: 2px solid black;
}
@media screen and (max-width: 760px) {
  table {
    font-size: 0.8rem;
    table-layout: fixed;
    width: 100%;
  }
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
[hidden] {
  display: none !important;
}
mark {
  color: inherit;
  background-color: var(--highlight-color);
  padding: 0.1em 0.25em;
}
input,
abbr,
acronym,
code,
kbd,
blockquote footer,
samp,
var {
  hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
}

/* ns-hugo-imp:/opt/build/repo/themes/scottogray/assets/css/_media.css */
.float-left {
  float: left;
  margin-right: 1em;
  max-width: 33%;
}
@media screen and (max-width: 760px) {
  .float-left {
    max-width: 50%;
  }
}
.float-right {
  float: right;
  margin-left: 1em;
  max-width: 33%;
}
@media screen and (max-width: 760px) {
  .float-right {
    max-width: 50%;
  }
}
.float-center {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}
.__h_video {
  margin: 0 0 1.5rem 0;
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

/* ns-hugo-imp:/opt/build/repo/themes/scottogray/assets/css/_navigation.css */
.site-header-navigation {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.site-header-navigation ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.site-header-navigation li {
  display: inline-block;
  line-height: 100%;
  list-style-type: none;
  white-space: nowrap;
}
.site-header-navigation li > a {
  color: var(--gray-700);
  display: inline-block;
  margin: 0.2em 2vw;
  padding: 0.15em 0.55em;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--fontstack-sans);
  font-weight: bold;
  font-style: normal;
  font-size: 0.8em;
  border-radius: 0.25em;
  border: 1px solid transparent;
  transition: all 0.1s;
}
.site-header-navigation li > a:hover {
  background: var(--gray-300);
  color: var(--black);
  border: 1px solid black;
  text-shadow: none;
}
.site-header-navigation li > a:focus {
  background: rgba(117, 117, 117, 0.5);
}
.site-header-navigation li > a:active {
  background: rgba(117, 117, 117, 0.5);
}
.site-header-navigation .active {
  text-decoration: underline;
}

/* ns-hugo-imp:/opt/build/repo/themes/scottogray/assets/css/_article.css */
article {
  max-width: 800px;
  margin: 0 auto;
}
.article-summary {
  border-bottom: 1px solid black;
  margin: 0 auto 1rem auto;
}
.article-summary:last-of-type {
  border-bottom: none;
}
.article-summary p {
  margin-bottom: 1rem;
}
.article-header h1,
.article-header h2 {
  margin: 0.5rem 0 1.5rem 0;
  font-style: normal;
  hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
}
.article-header h1 a,
.article-header h2 a {
  color: inherit;
  text-decoration: none;
}
.article-header h1 a:hover,
.article-header h2 a:hover {
  text-decoration: underline;
  color: var(--gray-900);
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
.article-header p {
  font-family: var(--fontstack-sans);
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  display: block;
  line-height: 1;
  text-transform: uppercase;
}
.entry-footer {
  margin: 0.25rem 0 1rem 0;
  font-family: var(--fontstack-sans);
  font-weight: normal;
  font-style: normal;
  font-size: 80%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  clear: both;
}
.entry-footer a {
  color: inherit;
}
.entry-footer-right {
  max-width: 66%;
}
.footnotes {
  font-size: 0.8rem;
}
.footnotes hr {
  width: 35%;
}
.post-content::after {
  display: block;
  content: "";
  clear: both;
}
.post-summary {
  font-family: var(--fontstack-sans);
  line-height: 1.1;
}
.summary-header h2 {
  margin: 0rem 0 0.5rem 0;
  font-style: normal;
  hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
}
.summary-header p {
  font-family: var(--fontstack-sans);
  margin: 0 0 0.25rem 0;
  font-size: 1rem;
  display: block;
  line-height: 1;
}
.summary-header a {
  color: inherit;
  text-decoration: none;
}
.summary-header a:hover {
  text-decoration: underline;
  color: var(--gray-900);
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
.read-more {
  position: relative;
  background: var(--gray-800);
  height: 1.5em;
  color: var(--gray-300);
  font-family: var(--fontstack-sans);
  font-weight: bold;
  font-style: normal;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  box-shadow: 0 0 0.5em var(--gray-600);
  padding: 0 0.2em 0 0.4em;
  margin: 0 0 0 1em;
  border-top-left-radius: 0.15em;
  border-bottom-left-radius: 0.15em;
  right: 0.8em;
  white-space: nowrap;
}
.read-more:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: var(--gray-800);
  border-width: 1.1em 1.1em 1.1em 0.8em;
  margin-top: -1.1em;
}
.read-more:hover {
  text-decoration: none;
  color: var(--gray-100);
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.5);
  box-shadow: 0.1em 0.1em 0.25em var(--gray-900);
}
.dropcap {
  font-size: 3.25em;
  float: left;
  line-height: 1;
  margin-right: 0.05em;
}
.dropcap:before {
  content: "";
  display: block;
  margin-bottom: -0.025em;
}
.dropcap:after {
  content: "";
  display: block;
  margin-top: -0.15em;
}

/* ns-hugo-imp:/opt/build/repo/themes/scottogray/assets/css/_list-templates.css */
table.post-list {
  background: none;
  font-family: var(--fontstack-sans);
  font-weight: bold;
  width: 100%;
}
table.post-list tr:hover {
  background: rgba(64, 64, 64, 0.1);
}
table.post-list td {
  padding: 0.15rem 0.5rem;
  vertical-align: top;
}
table.post-list td:nth-child(1) {
  width: auto;
  font-weight: normal;
  white-space: nowrap;
}
table.post-list a {
  color: inherit;
}
@media screen and (max-width: 760px) {
  table.post-list a {
    text-decoration: underline;
  }
}
table.post-list svg {
  height: 1em;
}
ul.taxonomy-terms a {
  color: inherit;
}

/* ns-hugo-imp:/opt/build/repo/themes/scottogray/assets/css/_wisdom-watch.css */
table.wisdom-watch td {
  border-bottom: 1px solid var(--gray-400);
  padding: 0.5rem 0 1rem 0;
}
table.wisdom-watch td:nth-child(1) {
  width: 3.2em;
}
table.wisdom-watch tr:last-child td {
  border-bottom: none;
}
table.wisdom-watch img,
table.wisdom-watch svg {
  position: relative;
  top: 0.25em;
  width: 2em;
  height: 2em;
}

/* ns-hugo-imp:/opt/build/repo/themes/scottogray/assets/css/_gallery.css */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 10px;
  align-items: stretch;
  margin-bottom: 1.5rem;
}
.gallery figure {
  max-width: 100%;
  margin: 0;
}
.gallery figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery figure img:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8);
  border: 2px solid var(--gray-300);
}
.gallery figcaption {
  font-weight: bold;
  font-size: 90%;
  line-height: 1.15;
}

/* ns-hugo-imp:/opt/build/repo/themes/scottogray/assets/css/_comments.css */
.comments {
  font-family: var(--fontstack-sans);
  font-weight: normal;
  font-style: normal;
  line-height: 1.15;
  font-size: 0.8rem;
}
.comments h1,
.comments h2,
.comments h3,
.comments h4,
.comments h5,
.comments h6 {
  font-size: 1em;
  letter-spacing: normal;
}
.comments table {
  width: auto;
}
.comments code {
  font-size: 80%;
}
.comments a.u-url {
  color: inherit;
}
.comments details > summary {
  padding: 0.2rem;
  cursor: pointer;
}
.comments .modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1050;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
.comments .modal h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.comments .modal p {
  margin-bottom: 1rem;
}
.comments .modal:target {
  display: block;
  pointer-events: auto;
}
.comments .modal > div {
  width: 275px;
  position: relative;
  margin: 25% auto;
  padding: 1em;
  border-radius: 1px;
  text-align: center;
  background: #e0e0e0;
  border: 1px solid #bdbdbd;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(128, 128, 128, 0.1) inset;
}
.comments .btn {
  padding: 0.5em 2em;
  color: var(--gray-500);
  background: black;
  width: 130px;
  display: inline-block;
  text-align: center;
  margin: 1em auto;
}
.comments .btn:hover {
  color: white;
  text-decoration: none;
  box-shadow: 2px 2px 4px var(--gray-900);
}
.comment-list {
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
}
.comment {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5em;
}
.comment img.avatar {
  margin-top: 0.2em;
  margin-right: 0.75em;
  width: 2.25em;
  height: 2.25em;
  border: 1px solid black;
  filter: grayscale(1);
}
.comment .comment-wrap {
  flex: 1;
  min-width: 0;
}
.comment .comment-wrap p {
  margin-bottom: 0.3em;
}
.comment .comment-username {
  font-weight: bold;
}
.comment .comment-username a {
  color: inherit;
}
.comment-form {
  margin-top: 0.5rem;
}
.comment-form input,
.comment-form button,
.comment-form select,
.comment-form optgroup,
.comment-form textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.comment-form textarea {
  border-color: gray;
  border-style: none none solid none;
  border-width: 1px;
  background: none;
  width: 100%;
  margin-bottom: 0.5em;
  resize: vertical;
}
.comment-form textarea:focus {
  background: rgba(0, 0, 0, 0.05);
  outline: none;
}
.comment-form input {
  flex: 1;
  min-width: 0;
  margin-right: 0.5em;
  border-color: gray;
  border-style: none none solid none;
  border-width: 1px;
  background: none;
  margin-bottom: 0.5em;
}
.comment-form input:focus {
  background: rgba(0, 0, 0, 0.05);
  outline: none;
}
@media screen and (max-width: 640px) {
  .comment-form input {
    width: 100%;
    margin-right: 0;
  }
}
.comment-form input[type=submit] {
  border: none;
  background: black;
  color: var(--gray-500);
  padding: 0.5em;
  margin-right: 0;
  flex: 0;
  min-width: auto;
  cursor: pointer;
}
.comment-form input[type=submit]:hover {
  color: var(--gray-400);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.comment-form input[type=checkbox] {
  width: auto;
  flex: none;
  margin-right: 0.3em;
}
.comment-form label {
  display: flex;
  align-items: baseline;
}
.comment-form .comment-inputbar {
  display: flex;
}
@media screen and (max-width: 640px) {
  .comment-form .comment-inputbar {
    flex-direction: column;
  }
}

/* ns-hugo-imp:/opt/build/repo/themes/scottogray/assets/css/_pagination.css */
.pagination {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  padding: 1em 0;
}
.pagination-previous,
.pagination-next {
  position: relative;
  background: var(--gray-900);
  height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-300);
  font-family: var(--fontstack-sans);
  font-weight: bold;
  font-style: normal;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  box-shadow: 0 0 0.5em var(--gray-600);
}
.pagination-previous:hover,
.pagination-next:hover {
  text-decoration: none;
  color: var(--gray-100);
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.5);
  box-shadow: 0.1em 0.1em 0.25em var(--gray-900);
}
.pagination-previous {
  padding-left: 0.2em;
  padding-right: 0.4em;
  border-top-right-radius: 0.15em;
  border-bottom-right-radius: 0.15em;
  left: 0.8em;
  margin-right: auto;
}
.pagination-previous:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: var(--gray-900);
  border-width: 1.1em 0.8em 1.1em 1.1em;
  margin-top: -1.1em;
}
.pagination-next {
  padding-left: 0.4em;
  padding-right: 0.2em;
  border-top-left-radius: 0.15em;
  border-bottom-left-radius: 0.15em;
  right: 0.8em;
  margin-left: auto;
}
.pagination-next:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: var(--gray-900);
  border-width: 1.1em 1.1em 1.1em 0.8em;
  margin-top: -1.1em;
}

/* ns-hugo-imp:/opt/build/repo/themes/scottogray/assets/css/_print.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  @page {
    margin: 0.8in;
  }
  html {
    font-size: 12px;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  .site-wrapper {
    margin: 0;
    max-width: none;
    border: none;
    display: inline;
  }
  .site-header-logo {
    width: 4in;
  }
  .site-main {
    width: 100%;
  }
  .site-footer {
    width: 100%;
  }
  .pagination {
    display: none;
  }
}

/* <stdin> */
/*!
 * Greetings, human!
 */
