h1 {
  font-family: "Comfortaa", cursive;
  font-weight: 400;
  /*border-left: 2px solid rgb(0,85,164);*/
  text-align: center;
}
h2 {
  font-family: "Comfortaa", cursive;
  font-weight: 400;
  /*border-left: 2px solid rgb(0,85,164);*/
  text-align: center;
}
h4 {
  font-size: 32px;
  color: white;
  font-family: "Comfortaa", cursive;
}
h5 {
  font-size: 24px;
  font-family: "Comfortaa", cursive;
}
p,
h3 {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
}
.blue {
  font-weight: bold;
  color: rgb(0, 85, 164);
}
/*Titel*/
.titel-container {
  margin-top: 240px;
  text-align: center;
  margin-bottom: 80px;
}
/*Kolom 2*/
.rij-2 {
  margin-bottom: 160px;
}
.persoon {
  padding: 24px;
}
.well {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  padding-bottom: 40px;
  box-shadow: 0 0 0 0 white;
  height: 509px;
}
.foto {
  width: 100%;
  height: auto;
  box-shadow: 2px 2px 30px 0 rgba(0, 85, 164, 0.5);
}
.gegevens {
  margin-top: 40px;
  text-align: center;
}
.naam {
  font-size: 18px;
  margin-bottom: 40px;
}
