html, body
{
  height: 100%;
  overscroll-behavior-y: none;
  margin: 0;
  border: 0;

  scrollbar-width: none;
  background-color: grey;
  font-family: "Titillium Web", sans-serif;
  color: #240247;
  font-weight: 300;
  letter-spacing: 0.12em;
  word-spacing: 0.24em;
  line-height: 1.7;
  font-style: normal;
  scroll-behavior: smooth;
}

span
{
  all: unset;
}

a
{
  all:unset;
  width:30%;
}

.head-main
{
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100%;
  overflow-y: hidden;
  top: 0;
  left: 0;
  z-index: 10;
}

.head-image-container
{
  position: relative;
  overflow: hidden;
  flex: 1;
  box-sizing: content-box;
  z-index: 10;
}

.head-image
{
  position:relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 75% 45%;
  z-index: -1;
}

.head-shadow
{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background:#fff8ca;
  background:linear-gradient(-2deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 100;
}

.decoration-image
{
  align-items: center;
  position: fixed;
  z-index: 1;
  opacity: 0;
}

.decoration-image-left
{
  width: 30vw;
  left:0;
  top: calc(50vh - 15vw);
}

.decoration-image-right
{
  width: 17vw;
  right:0;
  top: calc(50vh - 17vw);
}

.image-text
{
  position:absolute;
  font-size: 2.5vw;
  padding: 0 2vw 0 2vw;
  /*color:#413600;*/
  color: #ffde5a;
  text-shadow: #fff1b8 0 0 20px, #240247 0px 0px 2px;
  z-index: 10;
  letter-spacing: 0.6em;
}

.image-text-1
{
  top: 0;
  left: 0;
}

.image-text-2
{
  bottom: 0;
  right: 0;
}

.panel-bottom-line-button:hover 
{
  background-position: right top;
  color: #000000 !important;
  text-decoration: none;
}

.panel-bottom-line-button
{
  background-position: left bottom;
  padding-top: 10px;
  text-align:center;
  align-items: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.to-John-Prey
{
  background: linear-gradient(21deg,rgba(158, 126, 0, 1) 0%, rgba(230, 184, 0, 1) 46%, rgba(255, 214, 48, 1) 55%, rgb(222, 124, 124) 68%, rgb(255, 0, 0) 100%);
  background-position: left bottom;
  background-size: 200% auto;
}

.to-Phantom
{
  background: linear-gradient(21deg,rgba(158, 126, 0, 1) 0%, rgba(230, 184, 0, 1) 46%, rgba(255, 214, 48, 1) 55%, rgb(185, 0, 222) 68%, rgb(0, 0, 0) 100%);
    background-position: left bottom;
  background-size: 200% auto;
}

.to-Scene
{
  background: linear-gradient(21deg,rgba(158, 126, 0, 1) 0%, rgba(230, 184, 0, 1) 46%, rgba(255, 214, 48, 1) 55%, rgba(255, 214, 48, 1) 68%, rgba(255, 231, 133, 1) 100%);
  background-position: left bottom;
  background-size: 200% auto;
}

.fancy-border
{
  display: flex;
  justify-content: space-between;
  height: 60px;
  bottom: 0;
  width: 100%;
  padding: 7px;
  box-sizing: border-box;
  border: 2px solid rgb(174, 149, 27);
  border-width: 2px 0 2px 0;
  background: rgba(36, 36, 13, 1);
}

.mid-section
{
  display: block;
  background: #2d2d2d;
  background: linear-gradient(23deg,rgb(57, 44, 64) 0%, rgb(48, 48, 48) 50%, rgba(43, 42, 35, 1) 81%, rgba(59, 18, 18, 1) 94%, rgba(94, 20, 20, 1) 100%);
}

.mid-column
{
  display: block;
  position: relative;
  width: 60%;
  left: 23%;
  top: 0;
  border: 2px inset;
  border-width: 0 2px 0 2px;
  box-sizing: border-box;
  border-color: rgb(174, 149, 27);
  background: linear-gradient(90deg,rgb(255, 231, 112) 0%, 4%, #fff8ca 14%, #fff8ca 50%, #fff8ca 90%, rgb(255, 241, 171) 100%);
  z-index: 3;
}

.mid-column-text
{
  position: relative;
  font-size: clamp(16px, 0rem + 2vw, 24px);
  width: 80%;
  left: 12%;
  padding-bottom: 4em;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  text-indent: 2em;
}

.mid-column-text::first-letter 
{
  font-size: 200%;
  font-weight: 300;
  line-height: 0;
  text-shadow: 0 0 0.5em #240247;
}

.text-cap
{
  font-size: 120%;
  font-weight: 300;
  /*color: #5b4b00;*/
  text-shadow: 0 0 0.4em #240247;
  line-height: 0;
}

.mid-section-heading
{
  font-family: "Titillium Web", sans-serif;
  padding-bottom: 3em;
  font-size:4.2vw;
  color: #240247;
  font-weight: 300;
  letter-spacing: 0.5em;
  word-spacing: 0.15em;
  line-height: 1.7;
  font-style: normal;
  text-align: center;
  text-shadow: 0 0 1em #240247, 0 0 1em #240247;
}

.mid-column-topic
{
  display: block;
  position: relative;
  padding-top: 10em;
  width: 94%;
  left: 3%;
  border-bottom: 2px solid #000000;
  border-radius: 0 0 5px 5px;
}

.phantom-question
{
  padding-top:7em;
  padding-bottom:8em;
  font-size: 110%;
}

.phantom-question::first-letter
{
  font-size: 120%;
}

.bottom-panel
{
  font-size: 1vw;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  padding: 2vw;
  height: 11vw;
  width: 70vw;
  border-radius: 3vw 3vw 0 0;
  background: rgba(31, 31, 19, 1);
  border: 2px solid;
  border-bottom: none;
  border-color: rgb(174, 149, 27);
  background: radial-gradient(circle,rgba(31, 31, 19, 1) 0%, rgba(36, 36, 13, 1) 100%);
  left: 17vw;
  z-index: 15;
  background-size: cover 300%;
  background-position: left top;
  box-sizing: content-box;

  color:#80806c;
}

.clickable-author
{
  text-decoration: underline;
}

#author-popup
{
  display:none;
  position:absolute;
  overflow-y: hidden;
  right:0;
  text-justify: inter-word;
  bottom:3.5vw;
  width: 28vw;
  height: 11.5vw;
  font-size: 0.75vw;

  background-color: #16150f;
  border-radius: 0 3vw 0 1vw;
}

.shown-popup
{
  display:block !important;
}

.global-reference:hover
{
  color: #575f89;
}