html {
scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #F0F0F0;
  font-family: Helvetica, sans-serif;
  color: #333333;
}

.container {
  margin-left: 10%;
  margin-right: 10%;
}

p {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
}

span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  font-weight: 800;
}

.menu, ul {
  display: flex;
  justify-content: space-evenly;
  gap: 24px;
  font-weight: 700;
}

a:hover {
  color:tomato;
} 

.menu {
  margin-top: 24px;
}

ul {
  background-color: lightgray;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 1rem;
}



#container3D canvas {
  width: 100vw !important;
  height: 100vh !important;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 5;

  /* @media (max-width: 768px) {
    width: 30vw !important;
    height: 30vh !important;
    opacity: 0.7;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  } */
}



.header {
  color; white;
  /* background-color: green; */
  width: 100%;
  height: 50px;
  position: fixed;
  z-index: 9999;
}

.logo-section {
    height: 100vh;
}

.logo {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

     @media (max-width: 768px) {
        width: 80%;
    }
}

.frame {
  height: 120vh;
  background-color: lightgray;
  width: 100%;
}

.story {
  padding-top: 6rem;
  height: 1000px;
  position: relative;
  z-index: 7;
  margin-left: 15%;
  margin-right: 15%;
}

.story_img {
  width: 100%;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(12,1fr);
  gap: 10px;

}

.story_img-1, .story_img-2, .story_img-3 {
  grid-column: span 4;
}

img {
  width: 100%;
  border-radius: 20rem 20rem 0rem 0rem;
  /* border-left: 6px solid gray;
  border-right: 6px solid gray;
  border-top: 4px solid gray;
  border-bottom: 12px solid darkgray; */
}



.scroll-animate {
  opacity: 0;
  transform: translateX(-200px); /* start links buiten beeld */
}


.music {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 200px;
}


.presskit {
  position: relative;
  z-index: 9;
  margin-bottom: 200px;
}