html{
overflow: none;
	width: 100%;
	height: 100%;
	min-height: 100%;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	box-shadow: 0 0 0 10px white inset;
	font-family: 'Karla', sans-serif;
	color: #fff;	
	background: #000;
}

.logo {
   position: absolute;
   top: 70px;
   left: 90px;
   width: 70px;
   height: auto;
   display: none;
}

.text {
  position: absolute;
  width: 585px; 
  left: 90px; 
  bottom: 90px;
  font-size: 29px;
  font-weight: light;
  line-height: 40px;
}

.links{
	margin-top: 80px;
	font-size: 16px;	
}

a, a:hover{
	color: #fff;
	text-decoration: none;	
	margin-right: 40px;
	background: url(../afbeeldingen/arrow.svg) left center no-repeat;
	background-size: 12px 8px;
	padding-left: 20px;
}

a:hover{
	text-decoration: underline;	
}

.intro, .linkedin, .xing, .email, .instagram{
  display: none;	
}

.email{
	padding: 0;
	margin: 0;
	float: left;	
}

@media screen and (max-width: 800px) {
	.logo {
   top: 40px;
}
	
	.text {
	  max-width: 520px;
	  height: auto;
	  bottom: 70px;
	  padding: 0px;
	  font-size: 12px;
	  line-height: 16px;
	  z-index: 100;
	  margin: 0px;
	}
	
	.intro{
		height: auto;	
	}
	
	.links{
		margin-top: 20px;
	}
}

@media screen and (max-width: 479px) {
	.logo, .text{
		left: 40px;	
	}
	
	.text{
		font-size: 16px;	
		line-height: 28px;
		width: 250px;
		bottom: 40px;
	}
	
	.links{
		margin-top: 20px;
		width: 100px;
		float: left;
	}	
}