body {
  width: 100%;
  padding: 0;
  margin: 0;
   background-image: url("/images/achtergrondgeblurred.jpg");
   background-size: cover;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.button {
  background-color: #679191; 
  border: 1.5px solid #555555;
  color: white;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 18px;
  margin: 0 auto;
  cursor: pointer;
  width: 50%;
  font-family: 'Cantarell', serif;
  border-radius: 8px
}

.button1 {
  background-color: #679191; 
  border: 1.5px solid #555555;
  color: white;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  margin: 0 auto;
  cursor: pointer;
  width: 35%;
  font-family: 'Cantarell', serif;
  border-radius: 8px
}

.tekst {
  color: white;
  font-family: 'Cantarell', serif;
  text-align: center;
}

.tekst1 {
  color: white;
  font-family: 'Cantarell', serif;
  text-align: center;
  
}

.inhoud {
  width: 100%;
  margin: auto;
  height: 60%;
  background-color: rgba(247, 247, 247, 0.4);
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  
}
.inhoud form {
  
}
.menubalk {
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    position: absolute;
    height: 60px;
    width: 100%;
    vertical-align: center;
  }
  .menubalk a {
    text-decoration: none;
    color: #c6c6c6;
    list-style: none;
    height: 60px;
    padding: 5px;
    vertical-align: center;
  }
.menubalk .menu {
    display: inline-block;
    text-decoration: none;
    margin-left: 3%;
    width: 40%;
    line-height: 60px;
    list-style: none;
  }
  .menubalk .menu a {
    color: white;
    text-decoration: none;
    vertical-align: bottom;
  }
  .menubalk .menu h2 {
    margin: 0;
    font-family: Cormorant, serif;
    font-size: 2.2em;
    float: left;
    text-transform: uppercase;
  }
  .menubalk .menu span h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
    letter-spacing: 0px;
  }

  input[type=submit] {
    font-family: 'Oswald', sans-serif;
    padding: 2px 20px;
    margin-top: 10px;
    font-size: 18px; 
  }
  
   .footer {
     position:fixed; 
     bottom:0;
    height: 50px;
    background-color: #000f23;
    width: 100%;
    color: white;
  }
  .footer .menu {
    margin-left: 3%;
  }
  .footer h2 {
    height: 100%;
    margin: 0;
    font-family: Cormorant, serif;
    line-height: 46px;
    font-size: 2.0em;
    float: left;
    text-transform: uppercase;
    vertical-align: bottom;
  }
  .footer span h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.1em;
    letter-spacing: 0px;
    vertical-align: bottom;
  }
  .footer a {
    text-decoration: none;
    color: white;
  }
  .footer p {
    display: inline-block;
    float: right;
    vertical-align: center;
  }
  .footer .copyright {
    text-decoration: none;
    font-family: cantarell;
    letter-spacing: 1px;
    font-size: 0.92em;
    margin: 0;
    padding: 0;
    margin-right: 3%;
  }