body{
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}

.banner img{
  width: 50%;
  height: auto;
}

h1{
  text-align: center;
  font-weight: 100;
  letter-spacing: 3px;
  font-size: 70px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

h2{
  text-align: center;
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 35px;
  margin-top: 10px;
}

ul{
  padding: 0;
  text-align: center;
}

ul li{
  display: inline-block;
  padding: 20px 0 ;
  font-size: 20px;
  font-weight: 300;
}

ul li::after{
  content: '|';
  display: inline-block;
  padding: 0 20px;
}

ul li:last-child::after{
  display: none;
}

.gegevens{
  text-align: center;
  font-weight: 300;
}

.gegevens img{
  width: 100px;
  height: auto;
}

.gegevens a{
  font-weight: bold;
  color: #9A0928;
}

.container{
  width: 90% !important;
}
