/* 1. Basic reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* 2. Root defaults */
html {
  font-size: 100%; /* 16px default */
}

body {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.5;
  color: #111;
  background-color: #000;
}

/* 3. Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin-bottom: 1rem;
}

/* 4. Links */
a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* 5. Images */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* 6. Forms */
input,
button,
textarea,
select {
  font: inherit;
}

.mea-culpa-regular {
  font-family: "Mea Culpa", cursive;
  font-weight: 400;
  font-style: normal;
}

/* 7. Layout helper */
#container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  background-image: url("../images/bg-full.jpg");
  background-size: auto;
}

#header {
  display: flex;
  width: 1500px;
  height: 719px;
  background-image: url("../images/images/hr_header03.jpg");
}
#header-top-wrap {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  color: #ffffff;
  padding-top: 50px;
}
#header-top-left {
  display: flex;
  width: 33%;
  height: auto;
  font-family: "Mea Culpa", cursive;
  font-size: 24px;
  padding-left: 50px;
  align-items: center;
  justify-content: center;
}
#header-top-mid {
  display: flex;
  width: 34%;
  height: auto;
  font-size: 32px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.28);
}
#header-top-right {
  display: flex;
  width: 33%;
  height: auto;
  align-items: center;
  justify-content: left;
  padding-left: 100px;
}
.buy-btn {
  display: flex;
  width: 220px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid #ffffff;
}
.buy-btn:hover {
  background-color: darkred;
  border: 0;
  cursor: pointer;
}

#nav {
  display: flex;
  width: 1500px;
  height: 103px;
}
.home {
  display: inline-block;
  width: 300px;
  height: 103px;
  background-image: url("../images/images/sprite/home_sprite.png");
}
.home:hover {
  background-position: 0 -103px;
}
.story {
  display: inline-block;
  width: 267px;
  height: 103px;
  background-image: url("../images/images/sprite/story_sprite.png");
}
.story:hover {
  background-position: 0 -103px;
}
.video {
  display: inline-block;
  width: 284px;
  height: 103px;
  background-image: url("../images/images/sprite/video_sprite.png");
}
.video:hover {
  background-position: 0 -103px;
}
.about {
  display: inline-block;
  width: 257px;
  height: 103px;
  background-image: url("../images/images/sprite/about_sprite.png");
}
.about:hover {
  background-position: 0 -103px;
}
.contact {
  display: inline-block;
  width: 392px;
  height: 103px;
  background-image: url("../images/images/sprite/contact_sprite.png");
}
.contact:hover {
  background-position: 0 -103px;
}

#body-full {
  display: flex;
  flex-direction: column;
  width: 1500px;
  height: 1412px;
  background-image: url("../images/images/hr_body.jpg");
}
#upcoming-wrap {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
}
#upcoming {
  display: flex;
  flex-direction: column;
  width: 1300px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.2); /* instead of opacity */
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 20px;
  margin-top: 100px;
  align-items: center;
}
#upcoming-shine {
  width: 1297px;
  height: 50px;
  margin-left: 1px;
  margin-top: 1px;
  background-color: #cccccc;
  opacity: 0.1;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#upcoming-heading {
  display: flex;
  width: 90%;
  height: 60px;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #cccccc;
  margin-top: 20px;
  border-bottom: 1px solid #cccccc;
}
.upcoming-text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.upcoming-text {
  display: flex;
  width: 90%;
  height: auto;
  color: #cccccc;
  justify-content: center;
}
.upcoming-text:hover {
  background-color: #0d0d0d;
  cursor: pointer;
  color: darkred;
  font-weight: bold;
  border-left: 3px solid darkred;
  border-right: 3px solid darkred;
}
.upcoming-cell {
  display: flex;
  width: 350px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.merch-text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.merch-text {
  display: flex;
  width: 90%;
  height: auto;
  color: #cccccc;
  justify-content: center;
}
.merch-img {
  display: block;
  width: auto;
  height: 350px;
}

/*--MOBILE DEVICES------------------------------*/
@media (max-width: 768px) {
  #container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    background-image: url("../images/images/body-full02.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }

  #header {
    display: flex;
    width: 100%;
    height: 250px;
    background-image: url("../images/images/hr_header-png.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
  }
  #header-top-wrap {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    color: #000000;
    padding-top: 0;
  }
  #header-top-left {
    display: flex;
    width: 33%;
    height: auto;
    font-family: "Mea Culpa", cursive;
    font-size: 12px;
    padding-left: 0;
    align-items: center;
    justify-content: center;
  }
  #header-top-mid {
    display: flex;
    width: 34%;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.28);
  }
  @supports (-moz-appearance: none) {
    #header-top-mid {
      font-size: 14px;
    }
  }

  #header-top-right {
    display: flex;
    width: 33%;
    height: auto;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
  .buy-btn {
    display: flex;
    width: 110px;
    height: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 1px solid #000000;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.28);
  }
  .buy-btn:hover {
    background-color: darkred;
    border: 0;
    color: #ffffff;
    cursor: pointer;
  }
  @supports (-moz-appearance: none) {
    #header-top-right {
      font-size: 10px;
    }
    .buy-btn {
      display: flex;
      width: 100px;
      height: 30px;
      align-items: center;
      justify-content: center;
      border-radius: 30px;
      border: 1px solid #000000;
    }
    .buy-btn:hover {
      background-color: darkred;
      border: 0;
      color: #ffffff;
      cursor: pointer;
    }
  }
  #nav {
    display: none;
  }

  #body-full {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    background-image: none;
  }
  #upcoming-wrap {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
  }
  #upcoming {
    display: flex;
    flex-direction: column;
    width: 90%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.2); /* instead of opacity */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    margin-top: 0;
    margin-bottom: 30px;
    align-items: center;
  }
  #upcoming-shine {
    width: 99%;
    height: 50px;
    margin-left: 1px;
    margin-top: 1px;
    background-color: #cccccc;
    opacity: 0.3;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  #upcoming-heading {
    display: flex;
    width: 90%;
    height: 60px;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #cccccc;
    margin-top: 0;
    border-bottom: 1px solid #cccccc;
  }
  .upcoming-text-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .upcoming-text {
    display: flex;
    width: 90%;
    height: auto;
    color: #cccccc;
    justify-content: center;
  }
  .upcoming-text:hover {
    background-color: #0d0d0d;
    cursor: pointer;
    color: darkred;
    font-weight: bold;
    border-left: 3px solid darkred;
    border-right: 3px solid darkred;
  }
  .upcoming-cell {
    display: flex;
    width: 33%;
    height: 40px;
    font-size: 12px;
    align-items: center;
    justify-content: left;
  }
  @supports (-moz-appearance: none) {
    .upcoming-cell {
      display: flex;
      width: 33%;
      height: 40px;
      font-size: 10px;
      align-items: center;
      justify-content: left;
    }
  }

  .merch-text-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .merch-text {
    display: flex;
    width: 90%;
    height: auto;
    color: #cccccc;
    justify-content: center;
  }
  .merch-img {
    display: block;
    width: auto;
    height: auto;
  }
}
