

h1 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
}
h2 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
}
h3 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
}
h4 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
}
h5 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
}

.content-header {
  padding-top: 100px;  
  padding-bottom: 300px;
}

footer{
    background-color: #000;
    color: #fff;
}
footer .headline {
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.social-icons li a {
	background-color: rgba(255,255,255,.2);
}
dl.headlines.headlines-footer dd .text-muted {
	color: rgba(255,255,255,.5);
}
footer a,
dl.headlines.headlines-footer dd a {
	color: #ddd;
    color: rgba(255,255,255,.7);
}
footer a:focus,
footer a:hover,
dl.headlines.headlines-footer dd a:focus,
dl.headlines.headlines-footer dd a:hover {
	color: #fff;
}

.button {
  background-color: white; 
  color: black; 
  border: 2px solid #009966;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 10px;
}

.button:hover {
  background-color: #009966;
  color: white;
}

.heading-image {
	padding-bottom: 40%;
}

.img-responsive {
	width: 70%;
    height: 70%;
}

/* Zorg dat alle banners vierkant zijn zonder de layout aan te tasten */
.img-16by9-cover {
    width: 100%;
    aspect-ratio: 1 / 1; /* vierkant */
    position: relative;
    overflow: hidden;
    border-radius: 16px; /* optioneel: afgeronde hoeken */
}

.img-16by9-cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

