#hero {
  height: 600vh;
}

#background {
  height: 100vh;
  /*background: url("../../assets/img/SpaceOdyssey_MainKV-01_HorizontalVer%20(Large)%20(Custom).webp") center / cover;*/
  background: url("../../assets/img/SpaceOdyssey_MainKV-01_HorizontalVer%20(Large)%20(Custom).webp") center / cover;
}

#content {
  height: 100vh;
  background: url("../../assets/img/text.png") center / cover;
  /*z-index: 200000;*/
}

#mask {
  mask: url("../../assets/img/mask.svg") no-repeat center;
  mask-size: 80000%;
  /*opacity: 100%;*/
}

#overlay {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  /*scale: 0.1;*/
}

#logo-color {
  margin-bottom: 40px;
  margin-top: calc(50vh - 100px);
}

#intro h1 {
  font-size: 60px;
  line-height: 0.9;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-image: radial-gradient(circle at 50% -30vh, var(--bs-primary-border-subtle) 0, #6442c5 50vh, #b8abb2 90vh, rgba(32, 31, 66, 0) 150vh);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
  #intro h1 {
    font-size: 120px;
  }
}

#navigation {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 576px) {
  #navigation {
    padding: 20px;
  }
}

.bio {
  padding-bottom: 3rem;
}

.bio h2 {
  color: #fff9cb;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.8em;
}

.bio h3 {
  color: #ffb0c4;
  font-weight: bold;
  margin-bottom: 1.2em;
}

.bio p {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 2em;
}

