body		{
	background-color:white;
	width: 100%;
	height: auto;
	margin: 0;
}

* {
  box-sizing: border-box;
}

/* unvisited link */
a:link {
  color: #d9d9d9;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #d9d9d9;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #d9d9d9;
  text-decoration: underline;
}

/* selected link */
a:active {
  color: #d9d9d9;
  text-decoration: underline;
}

.top		{
	font-family: 'helvetica', sans-serif;
	font-size: 5vw;
	color: #d9d9d9;
	font-weight:bold;
	letter-spacing: ;
	width: 50vw;
	height: ;
	line-height: ;
	padding-top: 2vw ;
	padding-bottom: ;
	padding-left: 4vw;
	position: relative;
	display: inline;
	font-style: normal;
	margin: auto;
	
	}
.top span 	{
	color:#66ccff;
	font-size: 7vw;
}

.menu	{
	float: right;
	width: auto;
}

.menu {
	
}
#biography	{
	text-align: justify;
	padding-left: 0px;
	width: 50vw;
	postion: relative;
	padding-top: 10vh;
	padding-right: 0px;
	float: center;
	margin: auto;
	background-color: transparent;
	color: #262626;
	font-family: 'helvetica', sans-serif;
	font-size: 2.2vw;
	min-height: auto;
}

#scroll	{
	font-family: 'helvetica', sans-serif;
	color: grey;
	text-align: center;
	margin: auto;
	position: relative;
	font-size: 1.8vw;
}

#image1	{
	width: 100%;
	position: relative;
	float: center;
	margin: auto;
	
}

#image1 img{
	padding-top: 1vw;
	position: relative;
	width: 100%;
}

#afbeeldingstekst{
	font-family: 'helvetica', sans-serif;
	font-size: 1.5vw;
	color:  black;
	padding-left: 1.5vw;
	font-weight:normal;
}

#afbeeldingstekst span{
	font-family: 'helvetica', sans-serif;
	font-size: 1.5vw;
	color:  black;
	font-weight:bold;
}

#image2	{
	width: 50%;
	position: relative;
	float: center;
	margin: auto;
}

#image2 img{
	padding-top: 1vw;
	position: relative;
	width: 100%;
}

h2	{
	color: black;
	font-family: 'helvetica', sans-serif;
	font-size: 2vw;
	padding-left: 1vw;
	width: 80vw;
	postion: absolute;
	padding-top: 2vw;
	padding-right: 1vw;
	float: center;
	margin: auto;
	background-color: transparent;
	font-weight:bold;

}
div.gallery {
display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
	float: center;
	margin: auto;
	width: 80vw;
	postion: absolute;
	padding-top: 25px;

}

div.gallery-item {
  margin: 2vw;
  border: 0px solid #ccc;
  width: 36vw;
height: 60vw;
align-content: end;
	display: grid;

}

div.gallery-item:hover {
  border: 0px solid #777;
}

div.gallery-item img {
  width: 100%;

}

div.gallery-item div.desc {
  padding: 10px;
height: 50px;
  text-align: center;
  color: black;
	font-family: 'helvetica', sans-serif;
	font-size: 1.5vw;
	font-weight:bold;
}

div.gallery-item div.desc span{
  padding: 10px;
height: 50px;
  text-align: center;
  color: black;
	font-family: 'helvetica', sans-serif;
	font-size: 1.5vw;
	font-weight:normal;
}


.imggroot{
    width: 50vw;
    float: center;
    position: relative;
    margin: auto;

}

.imggroot img {
    width: 50vw;
    position: relative;
    text-align: center;
    margin: auto;
    float: center

}

.imggroot .desc  {
height: 50px;
  text-align: left;
  color: black;
	font-family: 'helvetica', sans-serif;
	font-size: 1.5vw;
	font-weight:bold;
}

.imggroot .desc span {
height: 50px;
  text-align: left;
  color: black;
	font-family: 'helvetica', sans-serif;
	font-size: 1.5vw;
	font-weight:normal;

}


@media only screen and (max-width: 800px) {
  div.gallery-item {
    height:80vw;
    width: 55vw;
    margin: auto;
  }
}


#bottom  {
  width: 100vw;
  height: 300px;
  background-color:#f2f2f2;
  margin-top: 150px;
}

#demo  {
	color: #262626;
	float: right;
	text-align: left;
	width: 7vw;
	height: 3vw;
  font-size: 2vw;
  font-family: 'helvetica';
  padding-top:1.6vw;
}