* {
  margin: 0;
  padding: 0;
  font-size: 25px;
}

p {
  display: inline;
  max-width: 1000px;
  font-size: 25px;
}

button {
  background-color: rgb(0, 0, 0);
  border-radius: 3px;
  border-color: white;
  padding: 15 px 32px;
  font-size: 16px;
  width: 25%;
}

.regretsBottom {
  width: 600px;
  position: relative;
  top: 0;
  left: 0;
}
.regretsTop {
  width: 600px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.hide {
  animation-name: fadeOut;
  animation-duration: 3s;
}

@keyframes fadeOut {
  0% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}

input {
  border-radius: 3px;
  border-color: white;
  width: 25%;
  font-size: 16px;
  /* background-color: ; */
}

.backgroundAndText {
  font-family: 'Handjet', 'Handjet';
  background-color: rgb(0, 0, 0);
  color: white;
}

.backgroundAndText a {
  color: aqua;
}

#Findings p {
  display: block;
}

.backgroundAndText #context {
  color: black;
}

#context {
  cursor: default;
}

.links {
  font-weight: bold;
  font-size: 25px;
}

.hidden {
  display: none;
}

/*Lessons Styling*/
.Lessons {
  font-family: 'Handjet', 'Handjet';
  color: white;
}

.Spirit {
  /*color: blue;*/
  /*font-weight: bold;*/
  font-family: 'Amatic SC', serif;
  text-shadow: 1px 1px black;
}

.Findings {
  width: 75%;
  margin: 0 auto;
  /* background-color: gray; */
  padding: 5px;
}

.Finding {
  /* font-family: 'Syne Mono', monospace;
  background-color: #fff6d6; */
  border-radius: 5px;
  width: auto;
  padding: 5px;
  margin: 10px;
}

.Story {
  text-indent: 15px;
}

.homeimg {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 700px;
  z-index: -2;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1.0) 80%, transparent 100%);
}

.text-container {
  position: absolute;
}

.overlay-text {
  position: absolute;
  font-family: 'Amatic SC', serif;
  text-shadow: 1px 1px black;
  top: 63px;
  left: 443px;
  /*update this to match the new font*/
  z-index: -1;
}

/* 
.header {
  font-family: ''
} */

.about-old {
  width: 686px; /* Set a fixed width */
  height: 445px; /* Set a fixed height */
  overflow: hidden; /* Hide overflowing content */
  font-family: 'Syne Mono', monospace;
  color: rgb(255, 254, 254);
  border-radius: 5px;
  margin: 40px;
  float: left;
  /*box-shadow: 5px 5px 100px black, 0 0 100px rgb(0, 0, 0) inset;*/
  background: #00000055;
}

.about {
  font-family: 'Handjet', 'Handjet';
  position: sticky;
  text-shadow: 0.4px px rgb(255, 255, 255);
  display: block;
  width: 700px;
}

.aboutPuzzle {
  margin-top: 500px;
  margin-left: 20px;
}

.aboutPhoto {
  position: fixed;
  margin-top: 40px;
  margin-left: 20px;
  height: 361px;
}

.lessonPhoto {
  width: 600px;
  padding: 20px;
}

.aboutPhotoText {
  position: fixed;
  margin-top: 400px;
  margin-left: 20px;
  font-size: 20px;
}

.spiritAbout {
  top: 45px;
  left: 100px;
  position: absolute;
  font-family: 'Amatic SC', serif;
  text-shadow: 1px 1px black;
  margin-top: 1500px;
  z-index: -6;
}

.spiritLesson {
  top: 150px;
  left: 100px;
  position: absolute;
  font-family: 'Amatic SC', serif;
  text-shadow: 1px 1px black;
  margin-top: 740px;
  z-index: -6; 
  opacity: 0.45;
}

span {
  /*text-shadow: 1px 1px 1px aqua;*/
  font-weight: 700;
}

#containmentPassword {
  font-weight: normal;
}

#containment {
  width: 75%;
  margin: 0 auto;
}

.bordertesting {
  border: 2px;
  border-color: gray;
  border-style: dotted;
}

#EntryForm {
  margin: 0 auto;
}

.prisonerWarning {
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  font-family: 'Amatic SC', serif;
  text-align: center;
  font-size: 50px;
  position: absolute;
  font-family: 'Amatic SC', serif;
  text-shadow: 1px 1px black;
}

.startimg {
  opacity: 0;
  width: 450px;
  z-index: -1;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  position: absolute;
}

.about2photos {
  position: relative;
  top: 0;
  left: 0;
}

.nopupils{
  z-index: 2;
  position: relative;
  top: 0;
  left: 0;
  width: 450px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1.0) 70%, transparent 100%);
}

.ARGModel {
  animation: ARGshake 0.1s infinite;
}

@keyframes shakeLeft {

  0% {
    transform: translate(0, 0);
  }

  20% {
    transform: translate(-5px, 1);
  }

  40% {
    transform: translate(5px, 2);
  }

  60% {
    transform: translate(-5px, -1);
  }

  80% {
    transform: translate(5px, 0);
  }

  100% {
    transform: translate(0, -2);
  }
}

@keyframes shakeRight {

  0% {
    transform: translate(0, 0);
  }

  20% {
    transform: translate(-5px, 0.25);
  }

  40% {
    transform: translate(5px, 0.5);
  }

  60% {
    transform: translate(-5px, -0.25);
  }

  80% {
    transform: translate(5px, 0);
  }

  100% {
    transform: translate(0, -0.5);
  }
}

@keyframes ARGshake {
  0% {
    transform: translate(0, 0);
  }

  10% {
    transform: translate(-5px, -4px) rotate(-10deg);
  }

  20% {
    transform: translate(7px, 6px) rotate(10deg);
  }

  30% {
    transform: translate(-2px, -4px) rotate(-10deg);
  }

  40% {
    transform: translate(3px, 9px) rotate(10deg);
  }

  50% {
    transform: translate(-2px, -1px) rotate(-10deg);
  }

  60% {
    transform: translate(5px, 6px) rotate(10deg);
  }

  70% {
    transform: translate(-4px, -5px) rotate(-10deg);
  }

  80% {
    transform: translate(5px, 4px) rotate(10deg);
  }

  90% {
    transform: translate(-4px, 5px) rotate(-10deg);
  }

  100% {
    transform: translate(0, 0);
  }
}

.eyeshadow {
  top: 111px;
  left: 179px;
  width: 87px;
  height: auto;
  z-index: 0;
  position: absolute;
}

.leftpupil {
  top: 131px;
  left: 192px;
  width: 15px;
  height: auto;
  z-index: 1;
  position: absolute;
  animation: shakeLeft 10s infinite;
}


.rightpupil {
  top: 145px;
  left: 239px;
  width: 15px;
  height: auto;
  z-index: 1;
  position: absolute;
  animation: shakeRight 10s infinite;
}

.overlap-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh
}

.Blackout {
  color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
  user-select: none;
}
.AquaHighlight {
  text-shadow: 1px 1px 1px aqua;
  font-weight: 700;
}

#regret2Key {
  user-select: text;
}

#regret4Key {
  font-weight: normal;
}

.dropbtn {
  background-color: #000000;
  background-color: #000000;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(6, 6, 6);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}