::selection {
	background: rgb(0,58,140);
	color: #FFF;
}
::-moz-selection {
	background: rgb(0,58,140);
	color: #FFF;
}
html, body {
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #FFF url('achtergrond.webp') no-repeat;
	background-size: contain;
}
* {
	box-sizing: border-box;
	word-wrap: break-word;
}
img {
	max-width: 100%;
	width: 100%;
	height: 100%;
}
#front {
	height: 100%;
	text-align: center;
}
.by {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #000;
	opacity: .05;
	text-decoration: none;
}
@media screen and (max-width: 725px) {
	img {
		max-width: 90%;
		margin-top: 25px
	}
	#front {
		height: 500px;
	}
	.by {
		display: none;
	}
}