html,
body {
  height: 100vh;
  overflow: auto;
}

body {
  text-align: center;
  background-color: rgb(156, 173, 188);
  margin: 0;
}

header {
  top: 0;
  background-image: url("https://res.cloudinary.com/dy6xpqkkj/image/upload/v1628019942/Screen_Shot_2021-08-03_at_3.44.40_PM_ncs8k8.png");
  background-size: contain;
  background-color: grey;
  width: 100vw;
  height: 200px;
  margin-right: 0;
  margin-top: 0;
  position: absolute;
  z-index: 10;
}

.introText {
  margin-top: 200px;
  text-align: center;
  color: #394955;
  font-family: "MedievalSharp", cursive;
  font-size: 26px;
}

.torchImg {
  width: 55px;
}

form {
  margin-bottom: 25px;
  font-family: "MedievalSharp", cursive;
  font-size: 28px;
  color: #394955;
}

#environment {
  font-family: "MedievalSharp", cursive;
  background-color: #2a5774;
  color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 5px;
  font-size: 18px;
}

#environment:hover {
  font-family: "MedievalSharp", cursive;
  background-color: #2a5774;
  color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 5px;
  font-size: 24px;
}

#environmentButton {
  font-family: "MedievalSharp", cursive;
  background-color: #2a5774;
  color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 5px;
  font-size: 18px;
}

#environmentButton:hover {
  font-family: "MedievalSharp", cursive;
  background-color: #2a5774;
  color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 5px;
  font-size: 24px;
}

ul {
  list-style-type: none;
}

.testImage {
  width: 400px;
}

.flexContainer {
  margin: 50px 45px 0px 45px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  border: 10px solid transparent;
  padding: 35px;
  border-image: url("https://res.cloudinary.com/dy6xpqkkj/image/upload/v1628019942/Screen_Shot_2021-08-03_at_3.44.40_PM_ncs8k8.png")
    100 round;
}

.formMapContainer {
  order: 0;
  flex: 1 1 50%;
  align-self: auto;
}

.monsterContainer {
  order: 0;
  flex: 1 1 50%;
  align-self: auto;
}

.map {
  height: 410px;
  border-radius: 3%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 5px;
}

.monsters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.monsterCard {
  border: 5px solid black;
  background-color: #2a5774;
  color: white;
  font-family: "MedievalSharp", cursive;
  margin: 25px;
  flex-wrap: wrap;
  height: 200px;
  width: 20%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 5px;
}

.monsterPlaceholderCard {
  border: 5px solid black;
  background-color: #2a5774;
  color: white;
  font-family: "MedievalSharp", cursive;
  margin: 25px;
  flex-wrap: wrap;
  height: 200px;
  width: 20%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 5px;
}

.monsterImageDiv {
  height: 65%;
}
.monsterTextDiv {
  height: 10%;
}
.monsterP {
  bottom: 0px;
  height: 5%;
}

.monsterCardImg {
  width: 100%;
  height: 90%;
  border-radius: 5px, 5px, 0px, 0px;
  top: 0;
}

footer {
  background-image: url("https://res.cloudinary.com/dy6xpqkkj/image/upload/v1628048236/Screen_Shot_2021-08-03_at_11.36.14_PM_wvndgl.png");
  background-size: contain;
  background-color: grey;
  height: 50px;
  width: 100vw;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  color: #f2ae43;
  font-size: 14px;
  font-family: "Arial Rounded MT Bold";
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  margin: 25% auto;
  padding: 20px;
  border: 10px solid black;
  width: 30%;
  border-radius: 10%;
  background-color: #2a5774;
  color: white;
  font-family: "MedievalSharp", cursive;
}

#modalList {
  padding-right: 30px;
}

.spriteDiv {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 10px;
  margin-bottom: 40px;
}

.leftSprite {
  bottom: 40px;
}

.middleSprite {
  padding-top: 115px;
}

.middleSprite:hover {
  transform: scale(1.5);
}

.rightSprite {
  padding-top: 145px;
}

.link-logo {
  filter: invert(67%) sepia(53%) saturate(627%) hue-rotate(356deg)
    brightness(98%) contrast(94%);
  width: 30px;
}

.link-logo:hover {
  filter: invert(67%) sepia(53%) saturate(627%) hue-rotate(356deg)
    brightness(98%) contrast(94%);
  width: 40px;
}

@media only screen and (max-width: 1200px) {
  .flexContainer {
    margin: 10px 5px 0px 5px;
    padding: 35px;
  }
  .monsterCard {
    margin: 5px;
    width: 25%;
  }
  .monsterPlaceholderCard {
    margin: 5px;
    width: 25%;
  }
  .leftSprite img {
    padding-top: 140px;
    margin-right: 60px;
  }
  .middleSprite {
    padding-right: 60px;
    padding-top: 270px;
  }
  .rightSprite img {
    padding-top: 165px;
    margin-right: 45px;
  }
  .modal-content {
    margin: 50% auto;
    width: 80%;
  }
}

@media only screen and (max-width: 1025px) {
  .flexContainer {
    margin: 10px 5px 0px 5px;
    padding: 35px;
  }
  .monsterCard {
    margin: 5px;
    width: 25%;
  }
  .monsterPlaceholderCard {
    margin: 5px;
    width: 25%;
  }
  .leftSprite img {
    padding-top: 140px;
    margin-right: 60px;
  }
  .middleSprite {
    padding-right: 60px;
    padding-top: 270px;
  }
  .rightSprite img {
    padding-top: 165px;
    margin-right: 45px;
  }
  .modal-content {
    margin: 50% auto;
    width: 80%;
  }
}
@media only screen and (max-width: 900px) {
  header {
    height: 100px;
  }
  .introText {
    margin-top: 60px;
    font-size: 16px;
  }
  .flexContainer {
    margin: 10px 5px 0px 5px;
    padding: 35px;
  }
  .map {
    height: 280px;
  }
  .monsterCard {
    margin: 5px;
    width: 40%;
  }
  .monsterPlaceholderCard {
    margin: 5px;
    width: 40%;
  }
  .spriteDiv {
    grid-gap: 0px;
  }
  .leftSprite img {
    height: 100px;
    padding-top: 80px;
  }
  .middleSprite {
    height: 70px;
    padding-right: 20px;
  }
  .spriteTwo {
    display: none;
  }
  .spriteThree {
    display: none;
  }
  .rightSprite img {
    height: 70px;
    padding-right: 50px;
  }
  .modal-content {
    margin: 50% auto;
    width: 80%;
  }
}

@media only screen and (max-width: 600px) {
  header {
    height: 100px;
  }
  .introText {
    margin-top: 60px;
    font-size: 16px;
  }
  .flexContainer {
    margin: 10px 5px 0px 5px;
    padding: 10px;
  }
  .map {
    height: 280px;
  }
  .monsterCard {
    margin: 5px;
    width: 40%;
  }
  .monsterPlaceholderCard {
    margin: 5px;
    width: 40%;
  }
  .spriteDiv {
    grid-gap: 0px;
  }
  .leftSprite img {
    height: 100px;
    padding-top: 80px;
  }
  .middleSprite {
    height: 70px;
    padding-right: 20px;
  }
  .spriteTwo {
    display: none;
  }
  .spriteThree {
    display: none;
  }
  .rightSprite img {
    height: 70px;
    padding-right: 50px;
  }
  .modal-content {
    margin: 50% auto;
    width: 80%;
  }
}

@media only screen and (max-width: 320px) {
  header {
    height: 100px;
  }
  .introText {
    margin-top: 60px;
    font-size: 14px;
  }
  .torchImg {
    width: 20px;
  }
  .flexContainer {
    margin: 10px 5px 0px 5px;
    padding: 10px;
  }
  .map {
    height: 280px;
  }
  .monsterCard {
    margin: 5px;
    width: 40%;
  }
  .monsterPlaceholderCard {
    margin: 5px;
    width: 40%;
  }
  .spriteDiv {
    grid-gap: 0px;
  }
  .leftSprite img {
    height: 100px;
    padding-top: 80px;
  }
  .middleSprite {
    height: 70px;
    padding-right: 20px;
  }
  .spriteTwo {
    display: none;
  }
  .spriteThree {
    display: none;
  }
  .rightSprite img {
    height: 70px;
    padding-right: 50px;
  }
  .modal-content {
    margin: 50% auto;
    width: 80%;
  }
}