@charset "UTF-8";
@font-face {
  font-family: "cmu_serif";
  src: url("../assets/fonts/cmunrm-webfont.woff2") format("woff2"), url("../assets/fonts/cmunrm-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "cmu_serif";
  src: url("../assets/fonts/cmunti-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "gt_pressura_regular";
  src: url("../assets/fonts/GT_Pressura.woff2") format("woff2"), url("../assets/fonts/GT_Pressura.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: cmu_serif;
  background: url("../assets/media/dots.png"), #e4dfd7;
  background-size: 80px 60px;
  overscroll-behavior-y: contain;
}
body.page1 {
  background: url("../assets/media/white-lines.png"), #e4dfd7;
  background-size: 80px 60px;
}
body.page3 {
  background: url("../assets/media/stairs.png"), #e4dfd7;
  background-size: 80px 60px;
}
body.page4 {
  background: url("../assets/media/pipes.png"), #e4dfd7;
  background-size: 80px 60px;
}
body.page6 {
  background: url("../assets/media/dazzle.png"), #e4dfd7;
  background-size: 80px 60px;
}
body.page7 {
  background: url("../assets/media/white-lines.png"), #e4dfd7;
  background-size: 80px 60px;
}
body.page8 {
  background: url("../assets/media/stairs.png"), #e4dfd7;
  background-size: 80px 60px;
}
body img {
  max-width: 100%;
}
body main {
  flex: 1;
  max-width: 690px;
  margin: auto;
  padding-left: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 1050px) {
  body main {
    padding-left: 0;
  }
}
body main article {
  background: rgba(255, 255, 255, 0.99);
  border-image: url("../assets/media/slab.png") 30 40 30 40 fill/30px 40px 30px 39px;
  border-image-width: 20px;
  border-image-width: 15px 20px;
  padding: 30px 40px 30px 55px;
  border-image-repeat: repeat;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
body main hr {
  padding: 0;
  border: none;
  border-top: medium double #2c3e50;
  color: #2c3e50;
  text-align: center;
}
body main hr:after {
  content: "§";
  display: inline-block;
  position: relative;
  top: -0.7em;
  font-size: 1.5em;
  padding: 0 0.25em;
  background: rgba(255, 255, 255, 0.99);
}

a {
  color: #000;
  text-decoration: underline 2px;
  text-underline-position: under;
}

.citation a {
  text-decoration: none;
}

p {
  font-family: "Computer Modern Serif", "cmu_serifroman", "Bodoni MT", "Noto Serif Display", "URW Palladio L", P052, Sylfaen, serif;
  font-size: 18px;
  line-height: 1.6;
}

h1, h2 {
  font-family: "gt_pressura_regular", sans-serif;
  color: #333;
}

h1 {
  font-size: 2.5em;
  margin-bottom: 5px;
}

h2 {
  font-size: 1.8em;
  margin-top: 22.5px;
  margin-bottom: 15px;
}

h3 {
  font-size: 1.4em;
  text-align: center;
}

.article-nav {
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  flex-direction: row;
}
@media screen and (max-width: 1050px) {
  .article-nav {
    position: relative;
  }
}
.article-nav details {
  background-color: rgba(255, 255, 255, 0.99);
  position: absolute;
}
@media screen and (max-width: 1050px) {
  .article-nav details {
    position: relative;
  }
}
@media screen and (max-width: 600px) {
  .article-nav details {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }
  .article-nav details a {
    text-decoration: underline;
  }
}
.article-nav summary {
  background-color: rgba(255, 255, 255, 0.99);
  padding: 10px;
  cursor: pointer;
}
.article-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.article-nav ul li {
  padding: 5px 10px;
}
.article-nav .toc-item a {
  text-decoration: none;
}
.article-nav .toc-item.is-current a::after {
  content: " ←";
  content: " ←"/"";
}

.section-nav, .home-start {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 22.5px;
  background-color: rgba(255, 255, 255, 0.99);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-image: url("../assets/media/gem.png") 30 40 30 40 fill/30px 40px 30px 40px;
  border-image-width: 15px 20px;
  padding: 30px 40px 30px 40px;
  border-image-repeat: repeat;
}

.home-start {
  display: flex;
  flex-direction: row-reverse;
}

.footnotes p {
  font-size: smaller;
}
.footnotes a.footnote-back {
  text-decoration: none;
}

a.footnote-ref {
  text-decoration: none;
}

#lightbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999999;
  line-height: 0;
  cursor: pointer;
  display: none;
}
#lightbox .img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
#lightbox .img img {
  opacity: 0;
  pointer-events: none;
  width: auto;
}
@media screen and (min-width: 1200px) {
  #lightbox .img {
    max-width: 1200px;
  }
}
@media screen and (min-height: 1200px) {
  #lightbox .img {
    max-height: 1200px;
  }
}
#lightbox span {
  display: block;
  position: fixed;
  bottom: 13px;
  height: 1.5em;
  line-height: 1.4em;
  width: 100%;
  text-align: center;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  display: none;
}
#lightbox .videoWrapperContainer {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  max-height: 100%;
}
#lightbox .videoWrapperContainer .videoWrapper {
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: relative;
  padding-bottom: 56.333%;
  background: black;
}
#lightbox .videoWrapperContainer .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
#lightbox #prev, #lightbox #next {
  height: 50px;
  line-height: 36px;
  display: none;
  margin-top: -25px;
  position: fixed;
  top: 50%;
  padding: 0 15px;
  cursor: pointer;
  text-decoration: none;
  z-index: 99;
  color: white;
  font-size: 60px;
}
#lightbox .gallery #prev, #lightbox .gallery #next {
  display: block;
}
#lightbox #prev {
  left: 0;
}
#lightbox #next {
  right: 0;
}
#lightbox #close {
  height: 50px;
  width: 50px;
  position: fixed;
  cursor: pointer;
  text-decoration: none;
  z-index: 99;
  right: 0;
  top: 0;
}
#lightbox #close:before, #lightbox #close:after {
  position: absolute;
  margin-top: 22px;
  margin-left: 14px;
  content: "";
  height: 3px;
  background: white;
  width: 23px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
}
#lightbox #close:after {
  transform: rotate(45deg);
}
#lightbox,
#lightbox * {
  user-select: none;
}

.csl-bib-body .csl-entry {
  margin-bottom: 11.25px;
}
.csl-bib-body .csl-entry a {
  word-break: break-word;
  overflow-wrap: break-word;
}
.csl-bib-body.hanging-indent .csl-entry {
  padding-left: 2em;
  text-indent: -2em;
}
.csl-bib-body .csl-entry:target {
  scroll-margin-top: 30px;
}

.frontmatter figcaption {
  font-size: larger;
  text-align: center;
}

.frontmatter .colophon {
  margin: 3em auto 2em;
  line-height: 1.4;
  text-align: center;
}
.frontmatter .colophon p {
  margin: 0 0 1em;
  font-size: smaller;
}
.frontmatter .colophon .colophon-logo {
  width: 48px;
  height: auto;
  margin-top: 0.5em;
}

.downloads {
  text-align: center;
  font-size: larger;
  max-width: 200px;
  background-color: #EFEFEF;
  margin: auto;
}

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