* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Compagnon-Roman";
  src: url(https://gl.githack.com/velvetyne/compagnon/-/raw/4f2344df5adb6eaf9ffd9215c5406c0729fb7aa1/fonts/webfonts/Compagnon-Roman.woff);
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Compagnon-Italic";
  src: url(https://gl.githack.com/velvetyne/compagnon/-/raw/master/fonts/webfonts/Compagnon-Italic.woff);
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Compagnon-Bold";
  src: url(https://gl.githack.com/velvetyne/compagnon/-/raw/master/fonts/webfonts/Compagnon-Bold.woff);
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "LibreBaskerville";
  src: url(https://raw.githack.com/impallari/Libre-Baskerville/master/fonts/LibreBaskerville-Regular.otf);
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "AuthenticSans";
  src: url(https://raw.githack.com/authenticbusiness/authentic-sans/master/AUTHENTICSans-90.otf);
  font-style: normal;
  font-weight: normal;
}


body {
  font-family: "AuthenticSans", sans-serif;
}

.title {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  z-index: 100;
  text-align: center;
  user-select: none;
  z-index: 100;
  pointer-events: none;
  mix-blend-mode: difference;
}

.title header {
  font-family: "Compagnon-Italic", serif;
  font-weight: normal;
  font-style: normal;
  /* text-transform: uppercase; */
  color: white;
  /* -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: #AA7272; */
  font-size: 60pt;
  /* mix-blend-mode: difference; */
}


.background-video {
  z-index: -100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.random-image {
  position: fixed;
  max-width: 300px;
  transform: translate(-50%, -50%);
}

#image-canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -50;
}

nav {
  position: fixed;
  bottom: 0;
  padding: 20px;
  z-index: 300;
  display: flex;
  flex-direction: column;
}

.home-page nav {
    mix-blend-mode: difference;
}

.nav-left {
  left: 0;
}

.nav-right {
  right: 0;
}

nav a {
  text-decoration: none;
  font-family: "Compagnon-Roman", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20pt;
  color: white;
}

nav a:hover{
  color: white;
  text-decoration: underline;
    /* -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: rgb(222, 222, 222); */
}

.home-page nav a {
  color: white;
  /* -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #AA7272; */
}

.home-page nav a:hover {
  color: white;
  text-decoration: underline;  
  /* -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #ff0000; */
}

.about-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.about {
  width: max(50vw, 600px);
  height: 50vh;
  overflow: hidden;
  overflow-y: scroll;
  font-size: 15pt;
  font-weight: 400;
  text-align: center;
  align-items: center;
  display: flex;
  color: white;
  z-index: 200;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
}

.about::-webkit-scrollbar {
  display: none;
}

.about-border {
    width: max(60vw, 700px);
    height: 50vh;  
    position: absolute;
    box-shadow: inset 0 0 10px 10px black;
    z-index: 1000;
    pointer-events: none;
}

.about-page {
  background-color: black;
}


/* styles voor lists in archive */

.archive-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10vh;
    padding-top: 15vh;
    padding-bottom: 40vh;
    background-color: black;
}

.project-scroll {
    width: 80vw;
    height: 70vh;
    overflow: hidden;
    position: relative;
    z-index: 200;
}

.project-scroll-border {
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    margin-top: -5%;
    position: absolute;
    box-shadow: inset 0 0 10px 20px black;
    clip-path: inset(30px -50px 30px -50px);
    z-index: 1000;
    pointer-events: none;
}

.project-scroll ul {
    height: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    gap: 50px;
    list-style-type: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.project-scroll li img {
  height: 70vh;
  width: auto;
}

.project-title {
  font-family: "AuthenticSans", sans-serif;
  text-align: center;
  font-size: 15pt;
  line-height: 1.3em;
  font-weight: 400;
  width: 30vw;
  color: white;
  padding-left: 25vw;
}

.project-description {
  font-family: "AuthenticSans", sans-serif;
  text-align: center;
  font-size: 12pt;
  line-height: 1.3em;
  font-weight: 400;
  width: 30vw;
  color: white;
  padding-left: 5vw;
  padding-right: 5vw;
}

.project-link {
  font-family: "Authentic Sans", sans-serif;
  text-align: center;
  width: 40vw;
  font-size: 15pt;
  font-weight: 500;
  color: white;
  padding-left: 5vw;
  padding-right: 5vw;
}

.project-link:hover {
  font-family: "Helvetica Neue", sans-serif;
  text-align: center;
  font-size: 15pt;
  font-weight: 500;
  color: black;
  /* -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #558d8d; */
}

.project-video{
  max-height: 50vh;
  width: auto;
}

.nav-archive-home {
  position: fixed;
}

/** Custom cursor **/

.custom-cursor-img {
  transform: scale(0.2);
}

.custom-cursor {
    position: fixed;
    left: 50vw;
    top: 50vh;
    transform: translate(-50%, -50%);
    z-index: 1000;
    pointer-events: none;
    mix-blend-mode: difference;
    /* width: 1px;
    height: 1px; */
}


/* styles voor kleinere schermen - lists in archive */


@media only screen and (max-width: 768px) {
  div.about {
    font-size: 15pt;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 115px;
  }

  .title header {
    font-size: 23pt;
  }

  .project-scroll {
    width: calc(100vw - 16px);
  }

  .custom-cursor{
    display: none;
  }
  
  .project-title {
    width: 50vw;
    padding-left: 13vw;
    font-size: 10pt;
    text-align: left;
    margin-right: -15vw;
  }

  .project-description {
    width: 70vw;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 9pt;
    text-align: center;
  }

  .project-link {
    font-size: 10pt;
  }

  .project-video{
    max-width: 70vw;
    height: auto;
  }

  nav a{
    font-size: 20pt;
  }

  .about-border{
    display: none;
  }

  .project-scroll li img {
    height: 40vh;
    width: auto;
  }

  .archive-page {
    gap: 0vh;
  }

  nav {
    top: 0;
    bottom: auto;
    display: flex;
    flex-direction: column-reverse;
    mix-blend-mode: difference;
  }

}
