@charset "UTF-8";
/* CSS Document */

body {
background-color:#C1DDC7;
}

h1 {
color: #4F7857;
}
h2 {
color: #4F7857;
}
h5 {
color: #4F7857;
}
h4 {
color: #4F7857;
}

.card { margin-bottom:40px;}


span {
color: #4F7857;
	
}


footer {
	padding: 10px;
}

.text-center {
  max-width: 800px; /* Maximale breedte van de tekst */
  margin-left: auto; /* Zorgt ervoor dat de tekst gecentreerd is */
  margin-right: auto; /* Zorgt ervoor dat de tekst gecentreerd is */
}

#carouselExample {
  max-width: 500px; /* Pas dit aan naar de gewenste breedte */
  margin: auto; /* Centreert de carrousel */
	padding: 30px;
	padding-bottom: 30px
}

.custom-btn {
  background-color: #4F7857; 
  color: white; 
  border: none;
}

.custom-btn:hover {
  background-color: #33583A;
  color: white; 
}

.custom-link {
  color: #4F7857; 
}

.nav-item .nav-link.active {
  background-color: #4F7857; 
  color: white; 
}

.nav-item .nav-link.active:hover {
  background-color: #33583A; 
  color: white; 
}

.nav-item .nav-link:hover {
  color: #33583A; 
}

.white-box {
  background-color: white; 
  padding: 50px; 
padding-bottom: 50px; 
  border-radius: 10px; 
	max-width: 800px;
	margin-bottom: 50px;
}

