body {
	color: #333333;
}
section {
	padding-top: 75px;
	padding-bottom: 75px;
}
.nav-link{
	color: #0086CD !important;
	font-size:20px;
}
.nav-link.active {
	color: #0086CD !important;
	border-bottom: 3px solid #50AF31;
}
.jumbotron {
	background: url("../img/banner-raadzaal.webp"); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 70vh;
}
.jumbo-content {
	background: #333333;
	background: linear-gradient(rgba(1, 1, 1, 0.2), #333333);
	color: #F1F1F1;
	width: 100%;
	bottom: 0px;
	z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
	color: #50AF31;
}
.footer {
	background: url('../img/footer-bck.webp');
	background-color: #50AF31;
	color:#FAFAFA;
}
.footer-bottom-row{
	background-color: #008136;
	color:#FAFAFA;	
}