/* Body */

body {
	font-family: Calibri;
	background-color: #1F303F;
	min-width: 800px;
	max-width: 3700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-style: normal;
	font-weight: 200;
}




/* Navigation */

header {
	width: 100%;
	height: 50px;
	background-color: #1F303F;
}
.logo {
	color: #FFFFFF;
	width: 150px;
	float: left;
	margin-top: 15px;
	margin-left: 50px;
	letter-spacing: 4px;
	font-size: 16px;
	font-weight: lighter;
	
}
nav {
	float: right;
	width: 500px;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 13px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 4px;
	
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #B3B3B3;
}





/* coversection Section */

.coversection {
	padding-top: 10%;
	padding-bottom: 30%;
	
	background-image: url(Beeldbank_RWS_Afsluitdijk_442024.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-size: 100%;
}

.coversectionshort {
	padding-top: 10%;
	padding-bottom: 10%;
	
	background-image: url(Beeldbank_RWS_Afsluitdijk_442024.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-size: 100%;
}

.coversection_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
	font-size: 44px;
}
.light {
	font-weight: bold;
	font-family: Calibri;
	color: #1F303F;
	font-weight: lighter;
}
.tagline {
	text-align: center;
	color: #1F303F;
	margin-top: 40px;
	font-size: 22px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 2px;
}





/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 1600px;
}
.footer_column {
	width: 50%;
	padding-top: 25px;
	float: left;
	background-color: #FFFFFF;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: left;
	margin-left: 50px;
}
footer .footer_column p {
	color: #717070;
	text-align: left;
	margin-left: 50px;
	margin-right: 50px;
}






.copyright {
	
	width: 100%;
	max-width: 3700px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	color: #717070;
	font-weight: lighter;
	font-size: 13px;
	letter-spacing: 2px;
	border-top-width: 2px;
	
}



u2 li2 a {
	color: #717070;
	text-decoration: none;
}
u2 li2:hover a {
	color: #B3B3B3;
}



