@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
body {
  font-family: 'Libre Baskerville', serif;
  font-size: 18px; }

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; } }

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; }

.straddle {
  width: 140%;
  margin: 0 -20%; }

.photoframe {
  border: 31px solid white;
  box-shadow: 0 15px 30px -30px #000000ff; }

.fullwidth {
  width: 100%; }

.invert {
  filter: invert(1);
  height: 20px;
  width: auto;
  vertical-align: middle; }

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

body {
  margin: 0 0 30px 0;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 1.5;
  background-attachment: fixed;
  background-size: cover; }

article {
  max-width: 800px;
  width: 100%;
  min-height: 100%;
  text-align: justify;
  margin: 0 auto 9vh;
  display: block;
  padding: 10vh 0;
  overflow-x: hidden; }
  @media screen and (min-width: 1200px) {
    article {
      overflow-x: unset; } }

main {
  background-color: #fafafa;
  margin-bottom: 40vh;
  padding: 1em; }

h1 {
  font-size: 132px;
  margin: 58vh auto 12vh;
  line-height: 0.88;
  text-align: center;
  font-weight: 300;
  color: white;
  text-shadow: 0 0 30px #00000044;
  letter-spacing: -8px; }

h2 {
  font-size: 3em;
  letter-spacing: -5.5px;
  font-weight: 100;
  line-height: 0.8em;
  color: #000000;
  text-justify: none; }
  @media screen and (min-width: 600px) {
    h2 {
      font-size: 4.6em;
      letter-spacing: -6.6px; } }
  @media screen and (min-width: 900px) {
    h2 {
      font-size: 6.7em;
      letter-spacing: -9.7px; } }

.swatch {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .swatch li {
    flex: 0 auto;
    padding: 16px;
    background: grey;
    margin: 4px;
    width: 120px; }
  .swatch a {
    color: white; }
