html {
	font-size: 62.5%;
}
.noscroll {
	overflow: hidden
}
body {
	font-size: 1.5em;
	line-height: 1.6;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	color: #555555;
	overflow-x: hidden;
}
img {
	height: auto;
}
.hpanel {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff
}
.leftpan {
	left: 0%;
	width: 33%;

}
.leftpan .background-img {
	background-image: url(img/bg-enspijk.jpg);
}
.rightpan {
	right: 0%;
	width: 33%;

}
.rightpan .background-img {
	background-image: url(img/bg-denbosch.jpg);
}
.middlepan {
	margin-left: 33%;
	width: 33%;

}
.middlepan .background-img {
	background-image: url(img/bg-denbosch.jpg);
}
.background-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

}

.content-area {
	text-align: center;
	margin: 20vh auto;
	width: 350px
}
.content-area h2 {
	font-size: 2.8rem;
	margin-bottom: 50px
}
.btn-area {
	margin-top: 50px
}
.btn-area a {
	padding: 13px 0;
	width: 70%;
	text-align: center;
	border-radius: 0px;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
}
a.enspijk{
    background-color:#E11631;
}
a.denbosch{
    background-color:#4e8886;
}
a.algemeen{
    background-color:#ccc;
}


@media only screen and (max-width : 600px) {
}
