body{
    font-family: 'Open Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Saira Condensed', sans-serif;
    font-size: 1.6em;
    font-weight: 600;
    background-repeat: no-repeat;
    background-attachment: fixed;  
    background-size: cover;
    text-align: center;
}
a{
  text-decoration: none;
  color: rgb(255, 255, 255);
}
p{
  margin-top: -4em;
  margin-bottom: 1em;
  color: rgb(146, 146, 146);
  font-size: 0.6em;
}
ul {
  letter-spacing: 0.1em;
  line-height: 3em;
  }
.lijst:hover {
  color: rgb(180, 180, 180);
}
nav{
  margin-top: none;
  margin-bottom: none;
}

header{
    margin: -1em;
}

.wrapper{
  margin-top: 2em;

}
.button{
  display: inline-block;
  width: 75px;
  height: 75px;
  text-align: center;
  background: rgb(255, 255, 255);
  border-radius: 100%;
  margin: 0px 8px;
  line-height: 77px;
}
.button:hover {
  background-color: rgb(163, 163, 163);
}
.icon{
  font-size: 1.1em;
  color: black;
}









































