body {
    background-color: white;
}

body {
    font-family: "Courier New";
  }

.navbar {
    background-color: white;
    overflow: hidden;
  }

.navbar a {
  float: left;
  color: black;
  padding: 14px 16px;
  font-size: 17px;
  text-decoration: none;
}

.achtergrond2 {
  background-image: url(achtergrond2.png);
  background-size: cover;
    min-height: 60%;
    background-position: bottom;
    background-attachment: fixed;
}

.titel {
  color: #FFFFFF;
  text-shadow: 0px 0px 75px rgba(0, 0, 0, 0.7);
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.info {
  color: black;
  background-color: rgba(255, 255, 255);
  text-align: center;
  padding: 50px 25%;
  padding-top: 35px;
}

.achtergrond3 {
  background-image: url(achtergrond4.jpg);
  background-size: cover;
  min-height: 40%;
  background-attachment: scroll;
 
}

div {
  display: block;
}

.achtergrond4 {
  background-image: url(achtergrond3.jpg);
  background-size: cover;
  min-height: 40%;
  background-attachment: scroll;
  background-attachment: fixed;
}

.achtergrond5 {
  background-image: url(achtergrond5.jpg);
  background-size: cover;
  box-sizing: border-box;
  background-attachment: scroll;
  background-attachment: fixed;
}

.achtergrond6 {
  background-image: url(achtergrond6.jpg);
  background-size: cover;
  min-height: 35%;
  background-attachment: scroll;
  background-attachment: fixed;
}

.onder {
  color: black;
  background-color: rgba(255, 255, 255);
  text-align: center;
}

.onder a{
  display: inline-block;
  background-color: rgba(0, 132, 255, 0.438);
  color: black;
  padding: 14px 16px;
  font-size: 17px;
  text-decoration: none
}

.onder a:hover{
  color: white
}