body {
  margin: 0;
}

main {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  perspective: 2px;
}

section {
  transform-style: preserve-3d;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  scroll-snap-align: center;
  height: 100vh;
}

section h1 {
  text-align: center;
  font-family: arial, sans-serif;
}

section h2 {
  text-align: center;
  color: #cccccc;
  font-family: sans-serif;
}

section p {
  text-align: left;
  font-size: 1.2rem;
  color: #aaaaaa;
  font-family: sans-serif;
}


.button {
  background: #111111;
  border-radius: 35px;
  padding: 20px;
  transition: background 0.5s, box-shadow 0.3s;
}

.button:hover {
  background: #3a3a3a;
  box-shadow: 1px 11px 20px #000000;
}

.header {
  height: 10vh;
  background-color: #111;
  z-index: 999;
}

.header h1 {
  font-size: 2rem;
}


.jjjj {
  height: 80vh;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("resources/otamahall_final_fixed.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 999;
  text-shadow: 0px 0px 50px #000000;
}

.jjjjlogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  box-shadow: 0px 0px 60px #000000;
}

.johnsoncom {
  height: 80vh;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("resources/johnson.com-HQ.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 999;
  text-shadow: 0px 0px 50px #000000;
}

.javongjs {
  height: 80vh;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("resources/javong js-HQ.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 999;
  text-shadow: 0px 0px 50px #000000;
}

.otamatone {
  height: 80vh;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("resources/Otama & Tone-HQ.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 999;
  text-shadow: 0px 0px 50px #000000;
}

.consume {
  height: 100vh;
  background-color: #111;
  z-index: 999;
  flex: 1 1 auto;
}

.links {
  display: flex;
  flex-direction: row;
  flex: 2;
  max-height: 10%;
  gap: 10px;
}

.about {
  height: 100vh;
  background-color: #111;
  z-index: 999;
}

.desc {
  display: flex;
  flex-direction: row;
  gap: 50px;
}

.vl {
  border-left: 3px solid #cccccc;
  height: 400px;
}

.contact {
  height: 100vh;
  background-color: #111;
  z-index: 999;
}

.icon {
  width: 57.6px;
  height: 32.4px;
}


a {
  color: inherit;
  text-decoration: none;
  transition: font-size 0.25s;
}

a:hover {
  font-size: 110%;
}



@media screen and (min-width: 768px) {
  section h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  section h1 {
    font-size: 8vw;
  }
  section h2 {
    font-size: 3vw;
  }
  .jjjjlogo {
    width: 380px;
  }
  #mobile-hidden {
    visibility: hidden;
    display: none;
  }
  section p {
    text-align: center;
  }
}

@media screen and (max-height: 500px) {
  section {
    height: 500px;
  }
}












.parallax::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateZ(-1px) scale(1.6);
  background-size: 100%;
  z-index: -1;
}

.bgsplit::after {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("resources/de_split thumbnail.jpg");
  background-size: cover;
}

.bgsplit {
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("resources/de_split thumbnail.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bgbana::after {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("resources/cycles0006.jpg");
  background-size: cover;
}

.bgbana {
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("resources/cycles0006.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}