@charset "UTF-8";
/* mountains-of-christmas-regular - latin */
@font-face {
  font-family: "Mountains of Christmas";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/wp-content/static/fonts/mountains-of-christmas-v20-latin-regular.woff2") format("woff2"), url("/wp-content/static/fonts/mountains-of-christmas-v20-latin-regular.woff") format("woff");
}
/* mountains-of-christmas-700 - latin */
@font-face {
  font-family: "Mountains of Christmas";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/wp-content/static/fonts/mountains-of-christmas-v20-latin-700.woff2") format("woff2"), url("/wp-content/static/fonts/mountains-of-christmas-v20-latin-700.woff") format("woff");
}
/* lato-300 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("/wp-content/static/fonts/lato-v22-latin-300.woff2") format("woff2"), url("/wp-content/static/fonts/lato-v22-latin-300.woff") format("woff");
}
/* lato-300italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  src: local(""), url("/wp-content/static/fonts/lato-v22-latin-300italic.woff2") format("woff2"), url("/wp-content/static/fonts/lato-v22-latin-300italic.woff") format("woff");
}
/* lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/wp-content/static/fonts/lato-v22-latin-700.woff2") format("woff2"), url("/wp-content/static/fonts/lato-v22-latin-700.woff") format("woff");
}
/* lato-700italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  src: local(""), url("/wp-content/static/fonts/lato-v22-latin-700italic.woff2") format("woff2"), url("/wp-content/static/fonts/lato-v22-latin-700italic.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
}

.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

body {
  background-color: #1a1a1a;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #fff;
}
body em,
body i {
  font-style: italic;
  font-weight: 300;
}
body strong,
body b {
  font-weight: 700;
}
body strong em,
body strong i {
  font-weight: 700;
  font-style: italic;
}

header {
  align-items: center;
  background-color: #b30100;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
header a {
  color: #fff;
  display: block;
  font-family: "Mountains of Christmas", serif;
  font-size: 2.8rem;
  font-weight: 400;
  padding-top: 0.2em;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
header a:hover {
  color: #ff6600;
}
header a span {
  font-size: 60%;
}
header figure {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
header figure img {
  aspect-ratio: 655/547;
  max-height: 100%;
  max-width: 100%;
}
header h1 {
  align-items: center;
  background: #1a1a1a;
  border-top: 5px solid #fff;
  color: #fff;
  display: flex;
  flex-grow: 1;
  font-family: "Mountains of Christmas", serif;
  font-size: 3.5rem;
  font-weight: 400;
  justify-content: center;
  padding: 15px 0;
  width: 100%;
}

main {
  display: grid;
  grid-template-columns: minmax(1.5rem, 1fr) minmax(auto, 60ch) minmax(1.5rem, 1fr);
  font-size: 1.25rem;
  line-height: 1.44;
  padding-bottom: 5rem;
}
main * {
  grid-column: 2;
}
main a:link,
main a:visited {
  color: #ff6600;
  text-decoration: none;
}
main a:hover {
  color: #ff6600;
  text-decoration: underline;
}
main .meta {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  margin-bottom: 2rem;
}
main p {
  -webkit-hyphens: auto;
          hyphens: auto;
  margin-bottom: 1em;
}
main p span,
main p a {
  -webkit-hyphens: none;
          hyphens: none;
}
main q {
  font-style: italic;
}
main h2 {
  font-family: "Mountains of Christmas", serif;
  font-size: 2.4rem;
  font-weight: 400;
  padding-top: 2rem;
  text-align: center;
}
main footer {
  color: #ff6600;
  font-family: "Mountains of Christmas", serif;
  font-weight: 400;
  margin-top: 3rem;
  padding-top: 0.5rem;
}
main footer ul {
  display: flex;
  list-style: none;
}
main footer ul li {
  flex: 1 0 48%;
}
main footer ul li + li {
  text-align: right;
}
main footer ul .previous-post::before {
  content: "←";
  padding-right: 0.25em;
}
main footer ul .next-post::after {
  content: "→";
  padding-left: 0.25em;
}
