header {
  margin-bottom: 40px;
}

nav#nav_kleur {
  background-color: #232323;
}

#logo_ontwerp {
  font-size: 40px;
  color: #cdcdcd;
  font-family: 'Dancing Script', cursive;
}

.nav-item a {
  color: #cdcdcd;
  font-size: 20px;
  text-decoration: none;
  display: list-item;
  padding: 8px
}

nav a:hover {
  color: #be2d2d;
}

nav li {
  padding-left: 20px;
  padding-right: 20px;
}

footer {
  margin-top: 40px;
  background-color: #F3F4F6;
  padding-top: 50px;
  padding-bottom: 50px;
  
}

footer ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

footer a {
  font-weight: 500;
  text-decoration: none;
  color: #374151;
}

footer .headline {
  display: block;
  margin: 0 0 20px 0;
  border-bottom: 1px dotted #374151;
}

footer .headline h3 {
  display: inline-block;
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #e32e2e;
}

footer #sitemap {
  column-count: 2;
}

footer #sitemap a {
  color: #374151;
}

footer #sitemap a:hover {
  text-decoration: underline;
}

.social-icons li {
  display: inline-block;
  padding-right: 0px;
}

.social-icons li a {
  display: block;
  width: 27px;
  height: 26px;
  overflow: hidden;
  padding: 0 0 0 6px;
  background-color: #374151;
  color: #F3F4F6;
}

.social-icons #afstand_links {
  padding-left: 10px;
}

section#copyright {
  color: #374151;
  background: #F9FAFB;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  line-height: 50px;
  font-size: 15px;
}