* {
  padding: 0;
  margin: 0;
}
.hero {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.hero_index {
  background-image: url(../img/Halloween.png);
}

.hero_about {
  background-image: url(../img/2799478.jpg);
}
.logo {
  width: 70px;
  cursor: pointer;
  border-radius: 50px;
}

.content_about {
  background-color: rgba(0, 0, 0, 0.386);
  height: 65vh;
  width: 80vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: monospace;
  font-size: 20px;
  padding: 30px;
  align-items: center;
  justify-content: center;
  line-height: 25px;
  text-align: center;
}

nav {
  font-family: "Creepster", cursive;
  color: white;
  width: 65%;
  margin: 20px;
  padding: 2px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navlist {
  font-size: 33px;
  color: white;
}
nav ul li {
  display: inline-block;
  list-style: none;
  margin: 10px 14px;
  color: white;
}
nav ul li a {
  text-decoration: none;
  color: white;
}
#ham1 {
  position: relative;
  right: -1123px;
  color: white;
  top: -100px;
  font-size: 36px;
  cursor: pointer;
  margin: -1px;
  font-weight: 600;
}
#ham2 {
  position: relative;
  right: -1062px;
  color: white;
  top: -90px;
  font-size: 38px;
  cursor: pointer;
  margin: 1px;
  font-weight: 600;
}
#ham3 {
  position: relative;
  color: white;
  top: -80px;
  right: -1021px;
  font-size: 36px;
  cursor: pointer;
  margin: 0px;
  font-weight: 600;
}
.content {
  margin-left: 55px;
  position: relative;
}
.tag {
  font-family: "Fira Sans", sans-serif;
  color: white;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 0px #fff,
    0 0 0px rgb(255 255 255), 0 0 0px rgb(255 255 255), 0 0 0px #fff,
    0 0 0px #fff, 0 0 0px #fff;
  margin-bottom: 10px;
}
.tag1 {
  font-family: "Fira Sans", sans-serif;
  color: #fd7d15;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 0 7px #fd7d15, 0 0 6px #fff, 0 0 0px #fff,
    0 0 0px rgb(255 255 255), 0 0 0px rgb(255 255 255), 0 0 0px #fff,
    0 0 0px #fff, 0 0 0px #fff;
  margin-bottom: 5px;
}
.tag2 {
  font-family: "Fira Sans", sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  #ham1 {
    position: relative;
    right: -870px;
    color: white;
    top: -100px;
    font-size: 36px;
    cursor: pointer;
    margin: -1px;
    font-weight: 600;
  }
  #ham2 {
    position: relative;
    right: -809px;
    color: white;
    top: -90px;
    font-size: 38px;
    cursor: pointer;
    margin: 1px;
    font-weight: 600;
  }
  #ham3 {
    position: relative;
    color: white;
    top: -80px;
    right: -767px;
    font-size: 36px;
    cursor: pointer;
    margin: 0px;
    font-weight: 600;
  }
}
@media screen and (max-width: 400px) {
  .logo {
    width: 26px;
  }

  nav {
    width: 57%;
    margin: 9px;
  }

  .navlist {
    font-size: 10px;
    color: white;
  }
  nav ul li {
    margin: 4px 6px;
  }
  #ham1 {
    right: -291px;
    top: -55px;
    font-size: 28px;
  }
  #ham2 {
    right: -245px;
    top: -52px;
    font-size: 28px;
  }
  #ham3 {
    top: -48px;
    right: -212px;
    font-size: 28px;
  }
  .content {
    margin-left: 28px;
    position: relative;
  }
  .tag {
    font-size: 10px;
    margin-bottom: 6px;
  }
  .tag1 {
    font-size: 23px;
    margin-bottom: 3px;
  }
  .tag2 {
    font-size: 9px;
  }
}
