body,
html {
	min-height: 100%;
}

a { 
	color: #273f75;
	text-decoration: none;
}

body {
	background: url(../img/harry.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	font-family: 'PT Sans', sans-serif;
	padding: 50px;
}

.intro {
	font-size: 24px;
	width: 600px;
	margin-bottom: 40px;
	text-shadow: 0 0 10px white;
}

h1 {
	color: white;
	font-size: 120px;
	font-family: 'Bree Serif', serif;
	font-weight: normal;
	margin: 0 0 30px 0;
	padding: 0;
	color: #214174;
	line-height: 95px;
	text-shadow: 0 0 10px white;
}

.gegevens {
	font-size: 12px;
	width: 613px;
	display: block;
	padding: 25px;
	background: rgba(255,255,255,0.75);

}

ul {
	margin: 0 0 0 16px;
	padding: 0;
}

.contact {
	position: fixed;
	right: 0;
	top: 70px;
	display: block;
	padding: 30px 30px 30px 30px;
	background: rgba(49, 59, 119, .8);
	font-size: 24px;
	color: white;
}

.contact a {
	color: white;
}


@media only screen and (max-device-width: 480px) { 
	body {
		padding: 15px;
	}
	.intro {
		width: 200px;
		font-size: 20px;
	}
	h1 {
		font-size: 40px;
		line-height: 40px;
	}

	.gegevens {
		width: 280px;
	}

	.contact {
		margin-top: 30px;
		position: static;
		font-size: 20px;
	}
}

@media only screen and (max-device-width: 769px) { 
	body {
		padding: 15px;
	}
	.intro {
		width: 200px;
		font-size: 20px;
	}
	h1 {
		font-size: 70px;
		line-height: 70px;
	}

	.gegevens {
		width: 280px;
	}

	.contact {
		margin-top: 30px;
		position: static;
		font-size: 20px;
	}
}