body {
	background-color: white;
	font-family: sans-serif, Arial;
	font-size: 11px;
	margin: 0;
}	
#logo img{
	border-color: black;
	border-width: 2px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 100px;
  }

#nav {
	text-align: center;
}	

	
	#nav li {
		display: inline-block; 
		width: 100px; 
		position: relative;
		vertical-align: top;
		margin:0 1px;
	}
	
	/*het hoofdmenu*/
	#nav li a {
		display: block; 
		padding: 8px 3px 0 3px; 
		font-weight: 700;  
		height: 23px; 
		text-decoration: none; 
		text-align:center; 
		color:#1E4985;
	}

	#nav li a:hover {
		color:#69B0E2;
	}

	/*het submenu*/
	#nav ul {
		left: 0; 
		display:none; 
		margin: 0 0 0 -1px; 
		padding:0; 
		list-style: none;
	}
	
	#nav ul li {
		width:100px; 
		float:left; 
		border-top:1px solid #fff;
	}
	
	#nav ul a {
		display: block;  
		height: 5px;
		padding: 13px 5px; 
		color: #1E4985;
	}
	
	#nav ul a:hover {
		text-decoration:none;
		color: #69B0E2;	
	}

.title-bg {
	position: relative;
	width: 90%;
	margin: 50px auto 0 auto;
	}
	
	.title-bg img {
	width: 100%;
	opacity: 75%;
	}
	
	.title-container{
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	max-width: 600px;
	width: 100%;
	}
	
	.title {
	color: white;
	margin: 0;
	letter-spacing: 3px;
	font-weight: 100; 
	font-size: 32px;
	}

	.undertitle-container{
	position: absolute;
	margin: 20px 0 0 0;
	}

	.undertitle {
	color: white;
	font-weight: 100;
	margin: 0 0 20px 0;
	}

	.title-container a button {
		background-color: transparent;
		color: white;
		padding: 10px;
		border-radius: 10px;
		border-color: white;
	}

	.title-container a button:hover {
		background-color: white;
		color: #5D6265;
	}

.diensten-container {
	box-sizing: border-box;
	width: 100%;
	margin: 100px 0 0 0;
	padding-top: 125px;
	background-color: #049444;
}

.diensten-flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.diensten-titel {
	width: 500px;
	height: 50px;
	margin-left: 50%;
	transform: translate(-50%, -50%);
}

.diensten-titel h1 {
	text-align: center;
	margin: 0;
	color: white;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 100;
	letter-spacing: 2px;
}

.diensten {
	width: 850px;
	height: 600px;
	margin: 10px; 
	background-color: white;
}

	.diensten img {
		width: 100%;
		height: 100%;
	}

#box2 h1 {
	margin-top: 15%;
	margin-left: 20%;
	text-transform: uppercase;
	font-weight: 300;
	color: #459C5C;
	letter-spacing: 0.5px;
}

#box2 p {
	margin-top: 25px;
	margin-left: 20%;
	margin-right: 25%;
	line-height: 2;
	font-size: 15px;
	color: #1F4984;
}

#box3 h1 {
	margin-top: 15%;
	margin-left: 20%;
	text-transform: uppercase;
	font-weight: 300;
	color: #459C5C;
	letter-spacing: 0.5px;
}

#box3 p {
	margin-top: 25px;
	margin-left: 20%;
	margin-right: 25%;
	line-height: 2;
	font-size: 15px;
	color: #1F4984;
}

.diensten-inschrijven {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

	.diensten-inschrijven p {
		font-size: 15px;
		color: white;
		text-align: center;
		margin-top: 100px;
	}

	.diensten-inschrijven a button {
		padding: 10px;
		margin-top: 50px;
		margin-bottom: 75px;
		border-radius: 20px;
		border-width: 2px;
		background-color: transparent;
		border-color: white;
		color: white;
	}

	.diensten-inschrijven a button:hover {
		background-color: white;
		color: #459C5C;
	}

.reviews-container {
	width: 100%;
	display: flex;
	justify-content: center;
}

	.reviews-container div{
		width: 950px;
		height: 175px;
		background-color: #e0e0e0 ;
		margin-top: 150px;
		margin-bottom: 150px;
		padding: 10px;
	}

		.reviews-container div p{
			line-height: 1.5;
			font-size: 15px;
			color: #1F4984;
			margin: 50px;
		}

.contact-container {
	width: 100%;
	height: 600px;
	background-color: #e0e0e0;
	padding-top: 125px;
}
	.contact-titel {
		width: 500px;
		height: 50px;
		margin-left: 50%;
		transform: translate(-50%, -50%);
	}
	
		.contact-titel h1 {
			text-align: center;
			margin: 0;
			color: #1F4984;
			text-transform: uppercase;
			font-size: 40px;
			font-weight: 100;
			letter-spacing: 2px;
		}

.kvk-container {
	width: 100%;
	height: 100px;
	padding-left: 25%;
	background-color: white;
}

	.kvk-container p {
		font-size: 14px;
		color: #1F4984;
	}

.socialmedia-container {
	overflow: auto;
	width: 100%;
	height: 25px;
	background-color: #e0e0e0;
	padding-left: 25%;
}
	.socialmedia-container p{
		line-height: 1.5;
		font-size: 13px;
		color: #1F4984;
		margin: 5px;
	}	

