html, body {
	font-family: 'Abel', sans-serif;
	font-size: 19px;
}
h1, h2, h3, h4, p {
	margin: 0 0 30px 0;
	padding: 0;
}
h1, h2, h3, h4 {
	font-weight: 700;
}
h1 {
	font-size: 33px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 23px;
}
p a, td a {
	text-decoration: underline;
}
.clearfix {
	clear: both;
}
.navbar {
	padding: .5rem 0;
}
.navbar-collapse {
	flex-basis: auto;
}
.show {
	flex-basis: 100%;
}
.navbar-expand-md {
	justify-content: space-between; 
}
.flag-dropdown {
	margin-right: 15px;
}
.flag {
	display: inline-block;
	margin-top: 16px;
	width: 25px;
	height: 14px;
	background: url('../image/flags.png') no-repeat 0 0;
	overflow: hidden;
}
.flag_en{
	background-position: left top;
}
.flag_nl{
	background-position: left bottom;
}
.container-quote {
	background: #D00A2D;
}
.container-quote p {
	margin: 0;
	padding: 35px 0;
	font-family: 'Lobster', cursive;
	font-size: 24px;
	color: #FFF;
	text-align: center;
}
.container-image-banner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
    height: 320px;
}
.container-image-banner-what {
	background-image: url('../image/banner-what.jpg');
}
.container-image-banner-who {
	background-image: url('../image/banner-who.jpg');
}
.container-image-banner-why {
	background-image: url('../image/banner-why.jpg');
}
.container-image-banner-how {
	background-image: url('../image/banner-how.jpg');
}
.container-image-banner-where {
	background-image: url('../image/banner-where.jpg');
}
.container-image-banner-testimonials {
	background-image: url('../image/banner-testimonials.jpg');
}
.container-info {
	background: #666;
}
.container-info p {
	margin: 0;
	padding: 75px 0;
	color: #CCC;
}
.container-info p a {
	color: #CCC;
}
.container-info p a:hover {
	color: #FFF;
}
.container-legal {
	background: #333;
	text-transform: lowercase;
}
.container-legal p {
	margin: 0;
	padding: 20px 0;
	font-size: 16px;
	color: #666;
	text-align: center;
}
.container-legal p a {
	color: #AAA;
}
.container-legal p a:hover {
	color: #DDD;
}
.testimonial-container {
	margin: 0 0 30px 0;
	padding: 15px 15px 0 15px;
	border: 2px solid #DDD;
}
.testimonial-container p {
	margin: 0;
	padding-bottom: 15px;
}
.testimonial-container img {
	float: right;
	margin: 5px 0 0 15px;
}
