body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
code,
blockquote {
  margin: 0;
  padding-top: 20px;
  border-width: 0;
}

html {
  overflow-x: hidden;
}

body {
  -epub-hyphens: auto;
  cursor: none !important;
}

input, label {
  cursor: none !important;
}

/*
  background-image: url("https://cdn.glitch.com/e7e6c59c-f2c2-4680-b1bb-b06b2f0b313a%2FNicolasMouseCursor.png?v=1611444924232");
}
/*
.cursor--canvas {
  width: 100vw;
  height: 100vh;
  z-index: 12000;
}

*/
/*.Chapter-Start-Text-Frame{
  background-color:red;
  height:5000px;
}*/
div.Chapter-Start-Text-Frame {
  border-style: solid;
}

p.body-justified {
  color: #000000;
  font-family: adobe-caslon-pro, serif;
  font-size: min(max(15px, 3vw), 22px);
  /*font-size:11px;*/
  font-weight: 400;
  line-height: 1.273;
  margin-bottom: 7px;
  padding: calc(1vw + 0.1em) 0;
  margin-left: 22%;
  margin-right: 22%;
  margin-top: 0;
  orphans: 2;
  page-break-after: auto;
  page-break-before: auto;
  text-align: justify;
  text-align-last: left;
  text-decoration: none;
  text-indent: 20px;
  text-transform: none;
  widows: 2;
  animation: example 0.5s linear 0s;
}

.reveal {
  line-break: anywhere;
}

@media screen and (max-width: 1100px) {
  p.body-justified {
    margin-left: 10%;
    margin-right: 10%;
    padding: 10px;
  }
}

p.body-justified-lead {
  color: #000000;
  font-family: adobe-caslon-pro, serif;
  /*font-size:11px;*/
  font-size: min(max(15px, 3vw), 22px);
  font-weight: 400;
  line-height: 1.273;
  padding: calc(1vw + 0.1em) 0;
  margin-bottom: 5px;
  margin-left: 22%;
  margin-right: 22%;
  margin-top: 160px;
  orphans: 2;
  page-break-after: auto;
  page-break-before: auto;
  text-align: justify;
  text-align-last: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  widows: 2;
  /*
  animation: example 0.5s linear 0s ;
  -webkit-animation-timing-function: linear; /* Chrome, Safari, Opera
animation-timing-function: linear;
  */
}

@media screen and (max-width: 1100px) {
  p.body-justified-lead {
    margin-left: 10%;
    margin-right: 10%;
    padding: 10px;
  }
}

/*

@keyframes example {

  from {
    font-size: 0px;
    color:white;
    opacity:0;
  }
  to {
    font-size: min(max(15px, 3vw), 22px);
    opacity:1;
  }
}

*/
h1.heading-1 {
  color: #000000;
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-size: min(max(20px, 6vw), 30px);
  line-height: 0.333;
  margin-bottom: 160px;
  padding: calc(4vw + 0.1em) 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 150px;
  orphans: 1;
  page-break-after: auto;
  page-break-before: auto;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  widows: 1;
  /*animation: example 0.1s linear 0s ;*/
}

span.CharOverride-1 {
  font-weight: 400;
}

span.CharOverride-2 {
  font-style: italic;
  font-weight: 400;
}

._idGenDropcap-1 {
  float: left;
  font-size: min(max(84px, 3vw), 90px);
  line-height: 1.273;
  margin-bottom: -0.265em;
  margin-right: 0.05em;
  margin-top: -0.02em;
}

/* adaptation STYLE_on */
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap");

@font-face {
  font-family: "MachineLearningFont";
  /* This is an arbitrary name -- whatever works for you */
  src: url("https://cdn.glitch.com/e7e6c59c-f2c2-4680-b1bb-b06b2f0b313a%2FMachineLearningFont-v2.otf?v=1608679905189"),
    url("https://cdn.glitch.com/e7e6c59c-f2c2-4680-b1bb-b06b2f0b313a%2FMachineLearningFont-v2.otf?v=1608679905189") format("otf");
}

div.scroll {
  overflow-x: scroll;
}

body {
  background: #FDFDFD;
  -webkit-hyphens: auto;
  display: block;
  overflow-x: none;
}

/*
.Blank{
   padding:500px;
   position: absolute;
   top: 2000px; // Depends on you.
   left: 0; // Depends on you.
}
*/
.blank {
  margin-top: 3em;
}

.logo-img {
  position: fixed;
  margin: 20px 10px 10px 50px;
  left: -100px;
  /*0*/
  width: 2.5%;
  transition: 1s;
  opacity: 0;
}

@media screen and (max-width: 1100px) {
  .logo-img {
    width: 30px;
    margin: 18px 5px 15px 20px;
  }
}

.zoom:hover {
  /*transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

#preface {
  display: none;
}

.content {
  /*font-family: adobe-caslon-pro, serif;*/
  font-weight: 400;
  font-style: normal;
  display: block;
  margin: auto;
  color: #111;
  padding: 6%;
  padding-left: 22%;
  padding-right: 22%;
  /*
  animation: type 7s steps(60, end) forwards;
  -webkit-user-select: none;
  user-select: none;
  */
}

/*
@keyframes type {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

*/
@media screen and (max-width: 1100px) {
  .content {
    padding-left: 10%;
    padding-right: 10%;
  }
}

pre {
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  white-space: pre-line;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  display: block;
  -webkit-hyphens: auto;
  margin: auto;
  line-height: 1.3;
  text-align-last: left;
}

italic {
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: italic;
}

div.dialogue-indent {
  text-indent: 30px;
}

a {
  /*pointer-events: none;*/
}

/* unvisited link */
a:link {
  color: black;
  text-decoration-line: none;
  margin: auto;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: black;
  text-decoration-line: none;
  text-decoration-style: none;
}

em {
  font-style: normal;
  text-decoration-line: underline;
  text-decoration-style: dotted;
}

/* selected link */
a:active {
  color: black;
  text-decoration-line: none;
  text-decoration-style: none;
}

.highlight {
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  /*
  white-space: pre-wrap;
  -webkit-hyphens: auto;
  */
  margin: auto;
  line-height: 1.3;
}

.highlight a {
  pointer-events: none;
}

.title {
  text-align: center;
  /*font-size : 1.7em;*/
  font-size: min(max(20px, 6vw), 30px);
}

.text {
  font-size: min(max(15px, 3vw), 22px);
  -webkit-hyphens: auto;
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  white-space: normal;
  text-align: justify;
  tex-justify: inter-word;
  margin: auto;
  line-height: 1;
  margin-top: 3em;
}

#credits {
  font-family: "MachineLearningFont", sans-serif;
  text-align: center;
}

.text:first-letter {
  font-family: adobe-caslon-pro, serif;
  font-size: 70px;
  font-style: bold;
  padding: 0px 0px 0px 0px;
  margin-right: 10px;
  float: left;
}

subscript {
  visibility: collapse;
}

.pop-up-text {
  position: relative;
  -webkit-hyphens: auto;
  margin: auto;
  line-height: 1.3;
  /*display: inline;*/
  color: red;
  text-decoration: none;
}

.pop-up {
  /*box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);*/
  border: 1px solid black;
  padding: 25px;
  display: none;
  color: black;
  z-index: 5;
}

.pop-up-text:hover .pop-up {
  display: block;
  display: none;
}

.scroll-chapter {
  position: absolute;
  left: 50%;
  bottom: 0px;
  text-decoration: none;
  width: 0px;
  height: 0px;
  border-bottom: 0px solid #fff;
  border-right: 0px solid #fff;
  transform: translate(-50%, 0%) rotate(45deg);
  transition: all 0.5s;
}

.scroll-chapter:hover {
  opacity: 0.6;
}

/*Nav rechts*/
#navigation {
  position: fixed;
  left: -100px;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 3;
  transition: 2s;
  opacity: 0;
}

#navigation li {
  text-align: left;
  color: transparent;
}

#navigation a {
  display: inline-block;
  height: 25px;
}

@media screen and (max-width: 1100px) {
  #navigation a {
    display: none;
  }
}

#navigation a:after {
  content: "";
  display: table;
  clear: both;
}

#navigation a span {
  float: left;
  display: inline-block;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}

#navigation a:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  /*text-decoration: underline;*/
}

#navigation a:hover .label {
  opacity: 1;
}

#navigation a.is-selected .dot {
  background-color: black;
}

#navigation a.is-selected .label {
  opacity: 1;
}

#navigation .dot {
  position: relative;
  top: 8px;
  height: 0px;
  width: 0px;
  border-radius: 0%;
  background-color: black;
  -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
  -moz-transition: -moz-transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

#navigation .label {
  position: relative;
  margin-right: 10px;
  padding: 0.3em 0.5em;
  color: black;
  font-size: 17px;
  /*
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    opacity: 0;

    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;

  */
}

#navigation .label:after {
  display: block;
  content: "";
  width: 0px;
  margin: 0;
  height: 1px;
  background: black;
  margin: 0 0 0 -1px;
  transition: .5s ease;
}

#navigation li:hover .label:after,
#navigation a.is-selected .label:after {
  width: 111%;
  margin: 0 0 0 -1px;
}

@media screen and (max-width: 1100px) {
  #navigation .label {
    color: transparent;
  }
}

/***** Custom switch button *****/
#switch.label {
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  color: black;
  /*z-index: -5;*/
}

.switch {
  right: -100px;
  margin: 20px 55px 55px 80px;
  position: fixed;
  display: inline-block;
  width: 50px;
  height: 25px;
  opacity: 0;
  transition: 1s;
  z-index: 100;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch--label {
  transition: ease 0.3s;
  font-size: 13px;
  padding: 5px 0 0 0;
  color: black;
  position: absolute;
}

.switch--off {
  opacity: 0;
  position: absolute;
  right: 7px;
}

.switch--on {
  opacity: 1;
  position: absolute;
}

.slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 14px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 2px;
  bottom: 3px;
  background-color: black;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.slider {
  background-color: white;
  border: solid 1px;
}

input:focus+.slider {
  box-shadow: 0 0 1px #050407;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 44px;
}

.slider.round:before {
  border-radius: 50%;
}

/*.info {
  font-family: "MachineLearningFont", sans-serif;
  display: inline-block;
  position: fixed;
  right: -100px;
  height: 8px;
  width: 28px;
  //height:var(--size);
  //width:var(--size);
  font-size: 1.3rem;
  border: 1px solid black;
  border-radius: 100px;
  bottom: 50px;
  text-align: center;
  line-height: 0px;
  //cursor: pointer;
  transition: 0.4s;
  opacity: 0;
  padding-top: unset;
  padding: 16px 0 4px 0;
}
*/
.info {
  display: block;
  position: fixed;
  bottom: 38px;
  right: -100px;
  z-index: 100;
  height: 25px;
  width: 25px;
  border: 1px solid black;
  border-radius: 50%;
  font-family: "MachineLearningFont", sans-serif;
  font-size: 1.3rem;
  text-align: center;
  opacity: 0;
  transition: 0.4s;
}

#mirror {
  display: block;
  /*transform: rotate(0deg);*/
  transform: scalex(1);
  transition: all 0.2s ease;
  color: black;
}

.info:hover #mirror {
  transition: all 0.2s ease;
  transform: scalex(-1);
  color: white;
}

@media screen and (max-width: 1100px) {
  .info {
    top: 38px !important;
    right: 20px !important;
  }
}

.info:hover {
  background: black;
  color: white;
}

.dropdown {
  display: none;
  position: fixed;
  z-index: 5;
  top: 18%;
  right: 20%;
  left: 20%;
  padding: 0rem 5rem;
  line-height: 1.3;
  font-size: 18px;
  background-color: #FDFDFD;
  border: solid 1px black;
  transition: 0.2s;
}

@media screen and (max-width: 1100px) {
  .dropdown {
    max-height: 98vw;
    ;
    top: 14%;
    right: 3%;
    left: 3%;
    font-size: 18px;
    padding: 3rem 3rem;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

.introtext {
  position: fixed;
  width: auto;
  height: auto;
  border: 1px solid black;
  min-height: 0;
  padding: 0rem 5rem;
  transition: 0.5s;
  border-radius: 0px;
  overflow: hidden;
  line-height: 1.3;
  font-size: 18px;
  text-align: justify;
  background-color: #FDFDFD;
  color: black;
  z-index: 5;
  top: 15%;
  right: 20%;
  left: 20%;
}

@media screen and (max-width: 1100px) {
  .introtext {
    top: 14%;
    right: 5%;
    left: 5%;
    max-height: 99vw;
    font-size: 18px;
    padding: 3rem 3rem;
    overflow-y: scroll;
  }
}

#title-intro {
  font-family: "MachineLearningFont", sans-serif;
  text-align: center;
  font-size: 32px;
}

#creditsbis {
  font-family: "MachineLearningFont", sans-serif;
  text-align: center;
  font-size: 32px;
  line-height: 45%;
}

media screen and (max-width: 1100px) {
  #creditsbis {
    text-align: center;
    font-size: 4vw;
    line-height: 3px;
  }
}

#creditt {
  font-family: adobe-caslon-pro, serif;
  text-align: center;
  font-size: 18px;
  padding-left: 0%;
  padding-right: 0%;
}

media screen and (max-width: 1100px) {
  #creditt {
    text-align: center;
    font-size: 4vw;
  }
}

#version {
  font-family: adobe-caslon-pro, serif;
  text-align: center;
  font-size: 15px;
}

#section1 {
  min-height: 2500px;
  overflow: hidden;
  transition: height 0.66s ease-out;
}

#signature {
  font-family: adobe-caslon-pro, serif;
  text-align: right;
  font-size: 18px;
  padding-left: 0%;
  padding-right: 0%;
}

.exit {
  position: absolute;
  right: 15px;
  top: 12px;
  width: 25px;
  height: 25px;
  transition: .2s;
  cursor: pointer;
}

.exit:before {
  content: "";
  width: 100%;
  position: absolute;
  background: black;
  height: 1px;
  transform: rotate(45deg);
  top: 50%;
}

.exit:after {
  content: "";
  width: 100%;
  position: absolute;
  background: black;
  height: 1px;
  transform: rotate(-45deg);
  top: 50%;
}

.exit:hover {
  transform: rotate(180deg);
}

/* custom cursor*/
.cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
}

@media screen and (max-width: 1100px) {
  .cursor {
    display: none;
  }
}

.cursor--small {
  width: 18%;
  height: 18%;
  left: 0px;
  top: 0px;
  border-radius: 0;
  z-index: 11000;
  background: none;
  background-image: url('https://cdn.glitch.com/e7e6c59c-f2c2-4680-b1bb-b06b2f0b313a%2FMouse_cursor_glitch.png?v=1611762320441');
  background-repeat: no-repeat;
  background-size: 20px;
}

.cursor--small.callToA {
  background-image: url('https://cdn.glitch.com/e7e6c59c-f2c2-4680-b1bb-b06b2f0b313a%2FMouse_pointertrue.png?v=1613760316526');
   !important
}

.cursor--canvas {
  width: 100vw;
  height: 100vh;
  z-index: 12000;
}

.page, .page a {
  cursor: none;
}

/*line by line*/
.splitting .char {
  animation: slide-in .1s cubic-bezier(.1, 0, .1, 1) both;
  animation-delay: calc(5ms * var(--char-index));
}

@keyframes slide-in {
  from {
    transform: translateX(-1em) scale(1);
    opacity: 0;
  }
}

.references {
  display: none;
}

subscript {
  display: none;
}

::-moz-selection {
  color: white;
  background-color: black;
}

::selection {
  color: white;
  background-color: black;
}

.scroll-marker {
  position: fixed;
  height: 100vh;
  width: 6px;
  pointer-events: none;
  top: 0;
  right: 0;
  background-color: black;
  visibility: hidden;
}

.scroll-marker span {
  /* markers */
  position: fixed;
  width: 100%;
  visibility: hidden;
}

#indexxx span {
  display: none;
}

#navigation ul li:nth-last-of-type(1) {
  display: none;
}