@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
nav {
  font-size: 24px;
  padding: 0.2vh 0.51vw; }
  @media screen and (min-width: 900px) {
    nav {
      padding: 0.2vh 1vw;
      flex-direction: row; } }
  nav svg {
    color: inherit;
    width: 24px;
    height: 24px;
    vertical-align: middle; }
  nav ul {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: column-reverse; }
    @media screen and (min-width: 900px) {
      nav ul {
        flex-direction: row; } }
    nav ul li {
      list-style: none;
      flex: auto;
      margin: auto;
      text-align: right;
      padding: 0;
      font-size: 0.8em; }
      nav ul li a {
        color: inherit; }
      nav ul li:first-child {
        margin-top: 1em;
        font-size: 0.5em; }
      @media screen and (min-width: 900px) {
        nav ul li:first-child {
          margin-top: unset;
          font-size: unset;
          text-align: left; } }

body {
  font-family: 'Libre Baskerville', serif;
  font-size: 18px; }

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 14px;
  padding: 1%;
  background: white;
  color: black;
  margin: 0 15px 10px;
  z-index: 1; }

.page-chapter footer {
  background: black;
  color: white; }

@media screen and (min-width: 900px) {
  footer {
    margin: 0 20px 20px; } }

footer a {
  color: inherit;
  display: inline-block;
  vertical-align: middle;
  margin: 1px 2px; }

footer svg.xxiivv {
  height: 20px; }

footer .left,
footer .right {
  flex: auto; }

footer .right {
  text-align: right; }

footer .hidden {
  display: none; }

html {
  position: relative;
  height: 100%; }

body {
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.5;
  background: #333; }

main {
  width: 100%;
  margin: auto;
  min-height: 100%;
  height: 100%; }

main.hidden {
  display: none; }

a {
  color: inherit; }

section {
  background: black;
  color: white; }

.blog {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 0;
  height: 100%; }

.blog-item {
  display: block;
  position: relative;
  border: 2px solid black;
  width: 200px;
  color: white;
  margin: 1vh 0.2vw; }

.blog-metadata {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  height: 100%; }

.blog-title {
  font-size: 2em;
  line-height: 0.8;
  margin: 2em 0 0.5em;
  font-weight: 700; }

.blog-empty {
  flex: 1; }

.blog-logline {
  padding: 1em;
  background: #ffffff69;
  color: #000000ff;
  margin: 1em; }

.blog-tags {
  font-size: 0.8em;
  padding: 1em 1em 2em; }

.blog-spine {
  display: block;
  overflow: hidden;
  height: 100%;
  background-color: #222;
  background-repeat: no-repeat;
  background-size: cover; }

.blog-spine img {
  display: block;
  height: auto;
  width: 100%; }

.blog-navigation {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0; }

.blog-back {
  margin: 0.2em;
  font-size: 3em;
  font-weight: 700;
  background: #ffffff22;
  display: unset;
  padding: 0.2em;
  color: black;
  display: block;
  width: 1em;
  height: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 5em;
  position: absolute; }

.blog-back a {
  text-decoration: none;
  color: inherit; }
