html,
body {
  overflow-x: hidden;
  margin: 0;
  background: linear-gradient(-45deg, #ffffff, #bbbbbb, #555555, #000000, #f5f5f5);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@font-face {
  font-family: "ARK-ES-DenseBold";
  src: url(fonts/ARK-ES-DenseBold.otf);
}

@font-face {
  font-family: "ARK-ES-DenseLight";
  src: url(fonts/ARK-ES-DenseLight.otf);
}

@font-face {
  font-family: "ARK-ES-DenseMedium";
  src: url(fonts/ARK-ES-DenseMedium.otf);
}

@font-face {
  font-family: "ARK-ES-DenseRegular";
  src: url(fonts/ARK-ES-DenseRegular.otf);
}

@font-face {
  font-family: "ARK-ES-SolidBold";
  src: url(fonts/ARK-ES-SolidBold.otf);
}

@font-face {
  font-family: "ARK-ES-SolidLight";
  src: url(fonts/ARK-ES-SolidLight.otf);
}

@font-face {
  font-family: "ARK-ES-SolidMedium";
  src: url(fonts/ARK-ES-SolidMedium.otf);
}

@font-face {
  font-family: "ARK-ES-SolidRegular";
  src: url(fonts/ARK-ES-SolidRegular.otf);
}

@font-face {
  font-family: "Amiamie-Regular";
  src: url(fonts/Amiamie-Regular.otf);
}

@font-face {
  font-family: "Amiamie-RegularRound";
  src: url(fonts/Amiamie-RegularRound.otf);
}

@font-face {
  font-family: "Amiamie-Light";
  src: url(fonts/Amiamie-Light.otf);
}

@font-face {
  font-family: "Amiamie-LightItalic";
  src: url(fonts/Amiamie-LightItalic.otf);
}

@font-face {
  font-family: "Amiamie-Italic";
  src: url(fonts/Amiamie-Italic.otf);
}

@font-face {
  font-family: "Amiamie-ItalicRound";
  src: url(fonts/Amiamie-ItalicRound.otf);
}

@font-face {
  font-family: "Amiamie-Black";
  src: url(fonts/Amiamie-Black.otf);
}

@font-face {
  font-family: "Amiamie-BlackItalic";
  src: url(fonts/Amiamie-BlackItalic.otf);
}

@font-face {
  font-family: "Amiamie-BlackItalicRound";
  src: url(fonts/Amiamie-BlackItalicRound.otf);
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased !important;
  outline: none;
}

::-webkit-scrollbar {
  display: none;
}

/* TEXT */
p {
  mix-blend-mode: difference;
  color: white;
  font-family: "Amiamie-Regular";
  text-align: left;
  font-weight: 100;
  font-style: normal;
  text-decoration: none;
  font-size: 2rem;
  line-height: 2.5rem;
  hyphens: auto;
  text-indent: 2%;
  margin-left: 5%;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-right: 5%;
  float: left;
}


h1 {
  mix-blend-mode: difference;
  color: white;
  font-family: "ARK-ES-DenseRegular", serif;
  font-weight: 100;
  font-style: normal;
  text-decoration: none;
  font-size: 10rem;
  line-height: 8rem;
  padding: 5%;
  text-align: center;
  z-index: 1;
}

h2 {
  mix-blend-mode: difference;
  color: white;
  font-family: "ARK-ES-SolidMedium";
  font-weight: 100;
  font-style: normal;
  text-decoration: none;
  margin-top: 6rem;
  padding-bottom: 1%;
  border-bottom: solid;
  font-size: 4.5rem;
  line-height: 4.6rem;
  text-align: center;
}

h3 {
  mix-blend-mode: difference;
  color: white;
}

.date {
  mix-blend-mode: difference;
  font-family: "ARK-ES-DenseRegular";
  font-size: 2.5rem;
  line-height: 2.6rem;
  padding-left: 10px;
}

.chrono {
  mix-blend-mode: difference;
  color: white;
  font-family: "Amiamie-LightItalic";
  text-align: left;
  font-weight: 100;
  font-style: normal;
  text-decoration: none;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-left: 5%;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-right: 5%;
  hyphens: auto;
  float: left;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

section {
}

section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit:scale-down;
    pointer-events: none;
}

section img#stone {
  z-index: 9;
  width: 20%;
  margin-left: 25%;
  margin-top: 5%;
  animation: float 6s ease-in-out infinite;
}

section img#lava {
  z-index: 10;
  width: 20%;
  margin-left: 60%;
  margin-top: 45%;
  animation: float 6s ease-in-out infinite;

}

section img#moss {
  z-index: 0;
  width: 25%;
  margin-top: 80%;
  margin-left: 30%;
  animation: float 6s ease-in-out infinite;
}

sup {
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  vertical-align: baseline;
  position: relative;
  top: -0.8em;
}


 {
}

.flex-container {
  position: relative;
  width: 92%;
  margin-left: 4%;
  margin-right: 4%;
}

/* IMAGES */

img {
  object-fit: cover;
}

img:hover {

}

.grid {
  position: relative;
  padding-left: 10%;
  padding-right: 10%;
  width: 80%;
  margin-bottom: 60px;
}

.image-grid-1 {
  position: relative;
  margin-top: 60px;
  margin-bottom: 10px;
  margin-left: 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}


.image-footnotes {
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #fff;
  padding-top: 6px;
  padding-left: 18px;
  padding-right: 18px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

/* TITLE HEADER */

.bg-container {
  position: fixed;
  height: 100%;
  width: 100%;
  pointer-events: none;
  overflow: hidden;
  top: 0px;
  z-index: 99;
}

.page-header {
  position: fixed;
  color: black;
  z-index: 98;
  width: 100%;
  align-items: center;
  height: 60px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}


#header-title {
  color: white;
  font-size: 2.2rem;
  letter-spacing: -3px;
  position: fixed;
  font-family: "ARK-ES-SolidRegular";
  mix-blend-mode: normal !important;
  filter: none !important;  text-align: center;
  left: 40%;
  top: 1%;
  z-index: 200;
  transition-duration: 0.2s;
}

#header-title.open {
  color: #fff;
}

#header-title.close {
  color: #fff;
}

.p-menu1 {
  z-index: 999;
}

.hamburger1 {
  position: relative;
  height: 10px;
  margin: 10px;
  display: -ms-grid;
  display: inline-block;
  grid-template-rows: repeat(3, 1fr);
  z-index: 999;
  cursor: pointer;
}

.hamburger1 div {
  background-color: white;
  position: relative;
  width: 20px;
  height: 3px;
  margin-top: 7px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 999;
}

.hamburger1 div:last-child {
  position: absolute;
  margin-top: -50px;
  margin-left: -10px;
  width: 50px;
  height: 50px;
  background: transparent;

}

#toggle1 {
  display: none;
}

#toggle1:checked + .hamburger1 .top {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 10px;
}

#toggle1:checked + .hamburger1 .meat {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 10px;
}

#toggle1:checked + .hamburger1 .bottom {
  -webkit-transform: scale(0);
          transform: scale(0);
}

#toggle1:checked ~ .menu1 {
  max-height: 100vh;
  max-height: 100dvh;
}



/* Menu */
.menu1 {
  position: absolute;
  margin: 3%;
  display: -ms-grid;
  display: grid;
  font-family: 'ARK-ES-DenseMedium';
  color: rgb(255, 255, 255);
  text-shadow: rgb(255, 255, 255) 0px 0px 5px, rgb(255, 255, 255) 0px 0px 10px, rgb(255, 255, 255) 0px 0px 15px, rgb(255, 255, 255) 0px 0px 20px, rgb(255, 255, 255) 0px 0px 30px, rgb(255, 255, 255) 0px 0px 40px, rgb(255, 255, 255) 0px 0px 55px, rgb(255, 255, 255) 0px 0px 75px;
  font-size: 3em;
  list-style: none;
  clear: both;
  width: auto;
  max-height: 0px;
  word-spacing: 0px;
  overflow: hidden;
  transition: max-height .4s ease;
  z-index: 999;
  cursor: pointer;
}

.menu1 a:first-child {
  width: 100%;
  height: 100%;
/* z-index: 999; */
}

.menu1 a:last-child {
 /* z-index: 999; */
}

.link1 {
  width: 100%;
  height: 100%;
  color: black;
}

.link1.active,
.link1:hover {
  color: black !important;
/*  font-family: AllianceNo2-RegularItalic;*/
  mix-blend-mode: multiply;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popup-wrapper {
  display: none;
  max-width: 100%;
  margin: 0 auto;
  color: black;
  background-color: rgb(250, 250, 250);
  border-top: 1px solid black;
  z-index: 5;
}

#popup-index {
  padding: 1.25rem 0 0 1.25rem;
  z-index: 5;
}

#popup-close {
  padding: 1.25rem;
  margin-left: auto;
  cursor: pointer;
  z-index: 5;
}

#popup-content {
  min-width: 50%;
  text-align: left;
  margin-right: 20px;
  padding: 1.25rem 0 1.25rem 0.9rem;
}
ol {
  display: none;
}

/* //////////////////MOBILE VERSION 800 px////////////////// */

@media screen and (max-width: 800px) {
  html,
  body {
    overflow-x: hidden;
  }

  .hero {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .flex-container {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 2%;
    margin-top: 100px;
  }

  #header-title {
    top: 1.5%;
    font-size: 2.2rem;
    letter-spacing: -3px;
    position: fixed;
    font-family: "ARK-ES-SolidRegular";
    color: white;
    text-align: center;
    left: 20%;
    z-index: 200;
    transition-duration: 0.2s;
  }


  .date {
    mix-blend-mode: difference;
    font-family: "ARK-ES-DenseRegular";
    font-size: 2rem;
    line-height: 2rem;
    padding-left: 10px;
  }

  .chrono {
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin-left: 5%;
    margin-top: 5%;
    margin-bottom: 5%;
    padding-right: 5%;
    hyphens: auto;
    float: left;
  }

  .menu1 {
    position: absolute;
    margin: 10%;
    display: -ms-grid;
    display: grid;
    font-family: 'ARK-ES-DenseMedium';
    color: black;
    color: rgb(255, 255, 255);
    text-shadow: rgb(255, 255, 255) 0px 0px 5px, rgb(255, 255, 255) 0px 0px 10px, rgb(255, 255, 255) 0px 0px 15px, rgb(255, 255, 255) 0px 0px 20px, rgb(255, 255, 255) 0px 0px 30px, rgb(255, 255, 255) 0px 0px 40px, rgb(255, 255, 255) 0px 0px 55px, rgb(255, 255, 255) 0px 0px 75px;
    --darkreader-inline-color: var(--darkreader-text-000000, #000);
    --darkreader-inline-bgcolor: var(--darkreader-background-232323, #000);
    --darkreader-inline-bgimage: none;
    font-size: 2.4em;
    list-style: none;
    clear: both;
    width: auto;
    max-height: 0px;
    word-spacing: 0px;
    overflow: hidden;
    transition: max-height .4s ease;
    z-index: 999;
    cursor: pointer;
  }

  image-1 {
    left: 0px;
  }

  h2 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  p {
    font-size: 1.5rem;
    line-height: 1.8rem;
    padding-left: 0.2%;
  }

  .menu li {
    font-size: 2.5rem;
    text-align: left;
    line-height: 3.05rem;
  }

  .menu li a {
    position: relative;
    top: 100px;
    left: 20px;
  }


  .abstract {
    margin-top: 7rem;
  }

  .abstract-body {
    font-size: 3rem;
    line-height: 3.2rem;
  }

  #title-bar > h1 {
    font-size: 14px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 0px;
  }

  .image-footnotes {
    font-size: 12px;
    padding-top: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-footnotes-italic {
    font-size: 12px;
  }
}

@media screen and (max-width: 380px) {
  html,
  body {
    overflow-x: hidden;
  }


  image-1 {
    left: 0px;
  }

  p {
    font-size: 2rem;
    line-height: 2.4rem;
    padding-left: 0.2%;
  }

  .menu li {
    font-size: 1.5rem;
    text-align: left;
    line-height: 2.02rem;
  }

  .menu li a {
    position: relative;
    top: 40px;
    left: 10px;
  }


  h3 {
    margin-top: 9rem;
    font-size: 1.2rem;
    line-height: 1.4rem;
    padding-left: 3%;
    padding-right: 3%;
  }

  .image-footnotes {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .image-2 {
    position: relative;
    margin-left: 0px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .image-3 {
    position: relative;
    margin-right: 0px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .image-4 {
    position: relative;
    margin-left: 0px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .image-5 {
    position: relative;
    margin-left: 0px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .image-9 {
    left: 0px;
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .abstract {
    margin-top: 5rem;
  }

  .abstract-body {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }

  .bibliography {
    font-size: 3.5rem;
    line-height: 4.05rem;
  }

  .references {
    font-size: 0.8rem;
    line-height: 1rem;

    padding-left: 2px;
    padding-right: 2px;
    margin: 0;
  }

  #title-bar > h1 {
    font-size: 14px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 0px;
  }

  .image-footnotes {
    font-size: 12px;
    padding-top: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-footnotes-italic {
    font-size: 12px;
  }

}

#gradient-canvas {
  width: 100vw;
  height: 100vh;
  position: fixed;
  --gradient-color-1: #000000;
  --gradient-color-2: #D1D1D1;
  --gradient-color-3: #C6C6C6;
  --gradient-color-4: #E8E8E8;
}

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 10rem;
  }

section {
}

section img#stone {
  z-index: 9;
  width: 30%;
  margin-top: -30%;
  margin-left: 5%;
  animation: float 6s ease-in-out infinite;
}

section img#lava {
  z-index: 10;
  width: 30%;
  margin-left: 65%;
  margin-top: 50%;
  animation: float 6s ease-in-out infinite;

}

section img#moss {
  z-index: 0;
  width: 30%;
  margin-top: 140%;
  margin-left: 30%;
  animation: float 6s ease-in-out infinite;
}
 }

@media screen and (max-width: 800px) {
  h1 {
    font-size: 6rem;
    line-height: 5rem;
  }
  .abstract {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 530px) {
  h1 {
    font-family: "ARK-ES-DenseRegular";
    font-weight: 100;
    font-style: normal;
    text-decoration: none;
    margin-top: 4rem;
    left: 5%;
    font-size: 3rem;
    line-height: 2.6rem;
    color: white;
    text-align: center;
  }
}
