@font-face {
  src: url(../fonts/genera/Genera-AltLight.ttf);
  font-family: genera;
}

nav{
  padding: 0.5vh 0;
  display: table;
  width: 100%;
  text-align: center;
  font-family: genera;
  font-size: calc(100vw / 80);
  font-style: italic;
  z-index: 10;
  background: #4363ac;
}

nav ul{
  margin: 0; padding: 0;
  list-style-type: none;
  display: inline-block;
}

nav li{
  padding: 0 calc(100vw / 75);
  float: left;
  text-align: center;
  display: inline-block;
}

nav a{
  color: lightgrey;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

nav a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -10%;
  left: 0;
  background-color: lightgrey;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

nav a:hover:before {
  visibility: visible;
  width: 100%;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#title{
  font-size: 2vw;
  font-family: genera;
  margin: 3.5vh 2.5vw 3.5vh 2.5vw;
  color: grey;
  font-weight: bold;
}

.folderpdf{
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 5vh 0;
}

.folderCover{
  padding: 0;
  margin: 0 5vw;
  display: inline-block;
  margin-bottom: 2vh;
  height: 30vh;
  width: calc(30vw / 3);

  position: relative;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#folder_1{
  background-image: url('../folders/covers/modelfoto-coverWeb_3.jpg');
}
#folder_6{
  background-image: url('../folders/covers/Screenshot 2020-12-11 190102.png');
}
#folder_7{
  background-image: url('../folders/covers/Brochure-2022.jpg');
}
#folder_8{
  background-image: url('../folders/covers/CAEJ22_FOL_b190x280_prijzen_15_HR_pag.jpg');
}
#folder_9{
  background-image: url('../folders/covers/MB brochure - spread 56pag LR xx.jpg');
}


footer{
  margin-top: 5vh;
  font-family: Genera;
  display: table;
  text-align: center;
  width: 100%;
  background-color: #4363ac;
}

footer .box{
  margin: 2vh 10vw 10vw 0;
  color: white;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

@media (max-width: 1024px) {
  #title{
    font-size: 7vw;
  }
  .folderpdf{
    text-align: left;
  }
  .folderCover{
    margin: 5vw;
    float: left;
    height: calc(70vw / 3 * 1.7);
    width: calc(70% / 3);
  }
  .box{
    width: 60vw;
    margin: 2vh 20vw 0 20vw;
    font-size: 3vw;
  }
}
