body {
	text-align: center;
}
body img {
	width: 90%;
	height: 90%;
	max-width: 400px;
}
h2 {
	font-family: 'Montserrat', sans-serif; font-size: 34px; color: #3c3b35;
}
h4 {
	font-family: 'Montserrat', sans-serif; font-size: 24px; color: #3c3b35;
}
p {
	font-family: 'Montserrat', sans-serif; font-size: 16px; color: #3c3b35;
	line-height: 1.5em;
	margin: 40px 0 40px 0;
}
a {
	text-decoration: none;
	color: #5d8d7b;
}
ul {
	padding-inline-start: 0px;
	display: block;
	text-align: center;
	margin: 40px 0 40px 0;
	list-style: none;
	font-family: 'Montserrat', sans-serif; 
	font-size: 16px; 
	color: #3c3b35;
	font-weight: 600;
}
.white-txt {
	color: #FFF;
}
.header {
	height: 400px;
	background-image: url("../img/home-1.jpg");
	margin-bottom: 80px;
}
.header img {
	width: 200px;
	height: auto;
	margin-top: 90px;
}
.intro {
	margin: 5% 10%;
}
.dienst {
		margin: 0 10% 100px 10%;
}
.prijslijst {
	margin: 0px 0 100px 0;
	padding: 100px 0 100px 0;
	background-image: url("../img/actie-1.jpg");
}
.prijslijst h2 {
	color: #fff;
}
.prijslijst li {
	line-height: 1.5em;
	color: #fff;
}
.openingstijden {
	margin: 100px 0 100px 0;
}
.footer {
	background-color: #5d8d7b;
	padding: 80px 0 80px;
}
.footer p {
	color: #fff;
}
.footer a {
	color: #000;
}