

/* Basic page style resets */
* {
  box-sizing: border-box;
}
[hidden] {
  display: none !important;
}

a:visited {
  color: white;
}

a {
  text-decoration: none;
  color: white;
}

p, h1, main, nav {
  margin: 0;
  padding: 0;
}


.inventory {
  background-color: #000000;
  color: white;
  padding: 10px 15px;
  border: none;
  text-decoration:underline;
  font-size: 16pt;
  width: auto;
}

.inv {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

#hl-aria-live-message-container {
  display: none;
}

#hl-aria-live-alert-container {
  display: none;
}

html, body {
height: 100%;
}

.questbdy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

body {
  background-color: black;
  color: white;
  display: flex;
  text-align: center;
  justify-content: space-between;
  flex-direction: column;
}

.jac {
  font-family: "Jacquard 12";
}

#fiftyfour {
  font-size: 32pt;
}

#thirtysix {
  font-size: 26pt;
  margin: 0;
}

.did {
  font-family: "Didact Gothic";
}

ul {
  list-style: none;
  padding: 0;
}

.mid {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#Layer_1 {
  width: 8px;
  margin-right: 8px;
}

#vines {
  position: fixed;
  width: 100px;
  bottom: 0px;
  z-index: -1;
  left: 0px;
  opacity: 50%;
}

#singlevine {
  position: fixed;
  width: 100px;
  bottom: 500px;
  z-index: -1;
  left: 100px;
  opacity: 50%;
}

#singlevine2 {
  position: fixed;
  width: 100px;
  bottom: 0px;
  z-index: -1;
  left: 100px;
  opacity: 50%;
}

#twoblockvines {
  position: fixed;
  width: 100px;
  bottom: 600px;
  z-index: -1;
  left: 200px;
  opacity: 50%;
}

#diagonalvines {
  position: fixed;
  width: 200px;
  bottom: 300px;
  z-index: -2;
  right: 0px;
  opacity: 50%;
}

.return {
  display: flex;
  justify-content: flex-start;
  padding-left: 15px;
}

.complete {
  align-items: center;
  width: 75%;
  height: 60px;
  padding: 10px;
  border: 2px solid white;
  margin-left: auto;
  margin-right: auto; 
  left: 0; 
  right: 0;
  position: fixed;
  text-align: center;
  bottom: 20px;
  background: black;
  font-size: 28px;
  font-family: "Didact Gothic";
}

#cont {
  font-family: "Didact Gothic";
}

.ind {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

nav {
  text-align: left;
}

.dropdown button {
  background-color: rgba(0, 0, 0, 0);
  color: white;
  padding: 10px 15px;
  border: none;
  font-size: 20pt;
  text-align: left;
}

button:hover {
  text-decoration: underline;
}

.dropdown {
  text-align: left;
  display: inline-block;
  left: 0px;
}

.content {
  opacity: 0;
  position: absolute;
  width: 97%;
  background-color: black;
  padding: 15px;
  font-size: 16pt;
  z-index: 99;
  border: white solid;
  border-radius: 5px;
  pointer-events: none;
  margin: 0;
  transition: opacity 0.1s ease-in, transform 0.1s ease-in;
  transform: translateY(-10px);
}

.dropdown:hover .content {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: auto;
}

#navlink {
  padding: 0px 15px;
  float: right;
  text-decoration: underline;
}

#back {
  text-decoration: underline;
  font-size: 16px;
  height: 20px;
  display: inline-block;
  padding-top: 20px;
}

.invpage {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}

#poss {
  text-align: left;
  padding: 0px 10px;
}

.invpage li {
  padding: 20px 10px;
  font-size: 20pt;
}

.quests {
  position: relative;
}

#drag {
  margin-left: 0;
  text-align: left;
  width: fit-content;
  max-width: 100%;
  padding: 0px;
  animation: text 8s infinite;
}

.elfparent {
  display: flex;
  justify-content: flex-end;
}

#elf {
  margin-bottom: 100px;
  margin-top: 10px;
  text-align: right;
  width: fit-content;
  max-width: 100%;
  padding: 0px;
  animation: small 8s infinite;
}

#ogre {
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: right;
  width: fit-content;
  max-width: 100%;
  padding: 0px;
  animation: large 8s infinite;
}

#uni {
  margin: 0 auto;
  margin-bottom: 60px;
  margin-top: 10px;
  text-align: center;
  width: fit-content;
  max-width: 100%;
  padding: 0px;
  animation: small 8s infinite;
}

#sire {
  margin-left: 0;
  margin-top: 10px;
  width: fit-content;
  max-width: 100%;
  padding: 0px;
  animation: small 8s infinite;
}

#gar {
  margin-right: 0;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: right;
  width: fit-content;
  max-width: 100%;
  padding: 0px;
  animation: text 8s infinite;
}

.wolfparent {
  display: flex;
  justify-content: flex-end;
}

#were {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
  width: fit-content;
  max-width: 100%;
  padding: 0px;
  animation: small 8s infinite;
}

#pix {
  margin: 0 auto;
  margin-top: 140px;
  text-align: center;
  width: fit-content;
  max-width: 100%;
  padding: 0px;
  animation: large 8s infinite;
}

@keyframes text {
  0%{
    font-size: 24pt;
  }
  50%{
    font-size: 22pt;
  }
  100%{
    font-size: 24pt;
  }
}

@keyframes small {
  0%{
    font-size: 17pt;
  }
  50%{
    font-size: 19pt;
  }
  100%{
    font-size: 17pt;
  }
}

@keyframes large {
  0%{
    font-size: 31pt;
  }
  50%{
    font-size: 29pt;
  }
  100%{
    font-size: 31pt;
  }
}