/*--------algemeen--------------------------------------------------------------------------------*/

body {

	background-color: lightgrey;
  height: 100%;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  color: Black;


font-family: HelveticaNow;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 100% */
text-transform: uppercase;

}


@media only screen and (max-width: 600px) {
  body {
    font-size: 5vw;
    line-height: 5vw; /* 100% */
  }
}


p{
  margin-top: 20px;
  mix-blend-mode: difference;
}

 @font-face { font-family: HelveticaNow; src: url('font/HelveticaNowDisplay-Bd.otf'); 

}


a {
  color: black;
    text-decoration: none;
}

a:hover{
  color: grey;
}











.text {
top:40px;
left:40px;
position: fixed;
}





/* Slideshow container */
.slideshow-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

img {
max-height: 85vmin;
max-width: 75vmin;
vertical-align: middle;
}


/*-------*/ 
/* -- end  ----------------------------------------------------------- */



