
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #1a1a1a;
border-radius: 10px;
}       
li {
float: left;
} 
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-family: Rubik;
}
li a:hover:not(.active) {
background-color: #214398;
}
 .active {
background-color: #214398;
 }
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color:#ffffff;
  padding: 16px 20px;
  margin-left: 6%;
  margin-right: 6%;
  margin-bottom: 3%;
  margin-top: 3%;
  border-radius:15px;
}
.container {
  padding: 0 16px;
}
body {
  background-color: #214398;
}
h1 {
font-family: Rubik;
}
h2 {
  font-family: Rubik;
  }
  h3 {
    font-family: Rubik;
    }
p {
font-family: Rubik;
}
hr {
  border: 2px solid #214398;
  border-radius: 5%;
}
.footer {
  font-family: Rubik;
}
.button{
  background-color: #000000;
  font-family: Rubik;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 50px;
  
}
.button:hover{
  background-color: #ff0000;
  font-family: Rubik;
}
.fa-linkedin {
  background: #1079aa;
  color: white;
}
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}
::selection {
  background: #214398;
  color:white;
}
.redlink {
  color:#ff0000;
  text-decoration: none;
}
.redlink:hover {
  color:#ff0000;
  text-decoration: underline;
}
.contact {
  text-align: right;
}
.logo {
  border-radius:10px;
  width:60vw;
}
.profiel{
 border-radius:50%;
}
.description{
  text-align:center;
  font-size:20px;
}

