@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;
  /*  &.page2{
       background: url('../assets/media/black.png'), $background-color;
       background-size: 80px 60px;
   }
   &.page3{
       background: url('../assets/media/dark.png'), $background-color;
       background-size: 80px 60px;
   }
   &.page4{
       background: url('../assets/media/dazzle.png'), $background-color;
       background-size: 80px 60px;
   }
   &.page5{
       background: url('../assets/media/eyes.png'), $background-color;
       background-size: 80px 60px;
   }
   &.page6{
       background: url('../assets/media/stairs.png'), $background-color;
       background-size: 80px 60px;
   } */
  overscroll-behavior-y: contain;
}
body img {
  max-width: 100%;
}
body main {
  flex: 1;
  max-width: 708px;
  margin: auto;
}
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;
}

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;
}
.article-nav details {
  background-color: rgba(255, 255, 255, 0.99);
  position: absolute;
}
.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;
}

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

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

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