.main {
	/* background-color: #FFFFBB;				/* Dit is de achtergrond kleur van de pagina */
	height: 100vh;
	overflow: hidden;
}

.container {
	background-image: url(bg_large2.jpg);			/* Dit is het achtergrond plaatje */
	background-size: 100%;
	max-height: 100vh;
}

.header {
	padding-left: 30px;
	margin-bottom: 30px;
	color: #f00;
}

.nav {
	min-height: 420px;
	border: 0px;
	border-color: #f00;
	border-style: dotted;
}

.nav a {
	text-decoration: none;
	color: #f00;
	font-size: 30px;
	float: left;
	clear: left;
	margin-top: 10px;
}

.body {
	min-height: 420px;
	border: 0px;						/* Dit is de rand om de onderdelen (0px betekent geen rand), voornamelijk voor onderhoud */
	border-color: #f00;					/* Dit is de kleur van de rand om de onderdelen */
	border-style: dotted;					/* Dit is stijl van de rand om de onderdelen */
	height: 80vh;
	overflow: auto;
}

.body a {
	color: #ff0000;						/* Dit is de kleur van de links op home */
}

.box {
	text-align: center;
}

.box img {
	height: 130px;
	margin: 5px;
	display: inline-block;
}

.year, .project {
	text-align: center;
}

.menu2 img {
	height: 80px;
	text-align: center;
}

.form input, textarea {
	background-color: #FFFFBB;
	border: 1px solid;
	width: 350px;
}

.archief-box {
	width: 100%;
	text-align: center;
}

.archief-item {
	width: 27%;
	display: inline-block;
	text-align: center;
	border: 0px;
	border-color: #f00;
	border-style: dotted;

}

h1 {
	font-size: 60px;
	margin-top: 0px;
}

h2, h5 {
	font-size: 24px;
	margin-bottom: 0px;
}

h3 {
	padding-bottom: 0px;
	margin: 0px;
	margin-top: 12px;
	font-size: 16px;
	font-weight: 600;
}

h4 {
	font-size: 40px;
	margin: 0px;
}

h5 {
	color: #000;
}