* {
  margin: 0;
  padding: 0;
  font-family: "Titillium Web", sans-serif;
}

a,
p {
  text-decoration: none;
  color: white;
  /* padding-left: 2rem;
  padding-right: 2rem; */
  font-size: 1.2rem;
}
body {
  background-color: #000000;
}
.blender {
  display: block;
  margin: auto;
  grid-gap: 1rem;
  width: 100%;
  height: auto;
}
.text {
  padding-left: 2rem;
  font-size: 1.2rem;
  color: #898989;
  padding-bottom: 5px;
  padding-top: 1px;
}
.text_inter {
  padding-left: 2rem;
  font-size: 1.2rem;
  color: rgb(35, 122, 115);
  padding-bottom: 5px;
  padding-top: 1px;
}

@media (max-width: 768px) {
  .text {
    padding-left: 1rem;
    font-size: 1rem;
    color: #898989;
    padding-bottom: 1px;
    padding-top: 12px;
  }
}
@media (max-width: 768px) {
  .text_inter {
    padding-left: 1rem;
    font-size: 1rem;
    color: rgb(35, 122, 115);
    padding-bottom: 1px;
    padding-top: 12px;
  }
}
/* .cursor {
  position: fixed;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  left: -100px;
  top: 50%;
  mix-blend-mode: lighten;
  background-color: transparent !important;
  z-index: 10000;
  border: 2px solid rgb(228, 228, 228);
  height: 30px;
  width: 30px;
  transition: all 300ms ease-out;
} */

header {
  position: fixed;
  z-index: 3;
}

.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
  z-index: -3;
}

.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;

  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logo {
  margin-right: 80%;
  margin-top: 0.3%;
  width: 2%;
  height: 2%;
}
@media (max-width: 1150px) {
  .logo {
    margin-right: 1%;
    margin-top: 1%;
    width: 0.01%;
    height: 0.01%;
  }
}
@media (min-width: 1800px) {
  .logo {
    margin-right: 73%;
    margin-top: 0.005%;
    width: 2%;
    height: 2%;
  }
}
/*.logo {
  margin-left: 1.2%;
  width: 3.5%;
  height: 3.5%;
}

@media (max-width: 768px) {
  .logo {
    margin-left: 1.2%;
    width: 3.5%;
    height: 3.5%;
  }
}
*/

.image {
  display: block;
  margin: auto;
  grid-gap: 1rem;
  width: 60%;
  height: auto;
}
@media (max-width: 768px) {
  .image {
    display: block;
    margin: auto;
    grid-gap: 1rem;
    width: 70%;
    height: auto;
  }
}

.doos {
  display: flex;
  align-content: center;
  justify-content: center;
}
.doos video {
  align-items: center;
  margin-top: 10%;
  margin-left: 15%;
  margin-right: 5%;
  width: 70%;
  height: 70%;
}
@media (max-width: 768px) {
  .doos video {
    align-items: center;
    margin-top: 35%;
    margin-left: 15%;
    margin-right: 5%;
    width: 70%;
    height: 70%;
  }
}

.four {
  display: flex;
  align-content: center;
  justify-content: center;
}

.four video {
  align-items: center;
  margin-left: 15%;
  margin-right: 15%;
  width: 60%;
}
@media (max-width: 768px) {
  .four video {
    display: block;
    margin: auto;
    grid-gap: 1rem;
    width: 70%;
    height: auto;
  }
}
/* fixed name top left */
.name {
  display: flex;
  justify-content: space-between;
  position: fixed;
  left: 1rem;
  right: 1rem;
  top: 1rem;
  color: #ffffff;
  white-space: nowrap;
}
.blinking {
  position: fixed;
  color: #9c9c9c;
  text-align: center;
  animation: blink 7s;
  animation-iteration-count: infinite;
  right: 1rem;
}

.footer {
  display: flex;
  justify-content: space-between;
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  align-items: center;
}
@media (max-width: 768px) {
  .footer a,
  header a,
  .footer p,
  .blinking {
    font-size: 1rem;
  }
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 60vh;
  overflow: hidden;
  padding-top: 5rem;
}

@media (max-width: 768px) {
  .container {
    width: 80%;
    height: 15vh;
  }
}

.zoom {
  width: 80%;
  height: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-image: url(work/intro_3.svg);
  transition: 1s;
}

@media (max-width: 768px) {
  .zoom {
    height: 100%;
    background-position: top center;
  }
}
.zoom:hover {
  transform: scale(3);
  zoom: 600%;
}

@keyframes blink {
  0% {
    opacity: 50;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 50;
  }
}

#kaartje {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 250px;
}

@media (max-width: 768px) {
  #kaartje {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100px;
  }
}
