			.dropbtn {
  background-color: rgba(14, 184, 251, 0.61);
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  border-radius: 10px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(14, 184, 251, 0.61);
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(14,184,251,0.61);
  z-index: 1;
  border-radius: 10px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: rgb(14,184,251); border-radius:10px;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: rgb(14,184,251);}
img {
	width: 50%;
}
body{
    font: normal 14px/1.5em calibri;
    background-image: url("plaatjes/achtergrond.gif");
    background-size: cover
    }
header, nav, section, footer {
width: 100%;
margin: 0 auto 0 auto
}
.menu {
	width: 100%;
}
p, h1, ul, table, img{
	background-color: white;
	color: blue;
	border-radius: 10px;
}
#onderaaan {
  position: fixed;
  center: 0;
  top: 100%;
  width: 100%;
  margin-top: 0em;
  background-color: rgba(0, 0, 0, 255)
}