  html
  {
    text-decoration: none;
    font-family: Argentum-sans-black;

  }
  body {
    background-color: #E3F4FF;
    font-family: Argentum-sans-black;
  }
  li
  {
    color: #E3F4FF;
    text-decoration: none;
    font-family: Argentum-sans-black;
    list-style-type: disc;
  }
  h1
  {
    color: #E3F4FF;
    text-decoration: none;
    font-family: Argentum-sans-black;
  }
  h2
  {
    color: #E3F4FF;
    text-decoration: none;
    font-family: Argentum-sans-black;
  }
  a
  {
    text-decoration: none;
    font-family: Argentum-sans-black;
  }


  img {
    width: 510px;
  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #294754;
  border: 2px solid #E3F4FF;
  font-family: Argentum-sans-black;
}

.contact {
  width: 200px;
  height: 175px;
  background-color: #E3F4FF ;
  border: 2px solid #F16E00 ;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-family: Argentum-sans-black;

}
.contact:hover
{
  background-color:#54a8dc;
}
.logo {
  flex-grow: 1;
  text-align: center;
  border: 2px solid #F16E00;
  padding: 20px;
}
.dropbtn {
  height: 175px;
  width: 200px;
  background-color: #E3F4FF;
  color: #294754;
  padding: 16px;
  font-size: 16px;
  border: 2px solid #F16E00;
  cursor: pointer;
}

/* locatie aanpassingen */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (standaard onzichtbaar) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #E3F4FF;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links in dropdown */
.dropdown-content a {
  color: #294754;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* kleursverandering als muis erover */
.dropdown-content a:hover 
{
  background-color: #E3F4FF
}

/* laat zien als muis erover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* achtergronds kleur veranderen als muis erover */
.dropdown:hover .dropbtn 
{
  background-color: #54a8dc;
}


.blok
{
width: 100%;
height: 400px;
/* border: 2px solid #F16E00; */
border-radius: 3px;}

.blokie
{ width: 48%;
  height: 93%;
  float: left;
  border: 2px solid #294754;
  margin: 1%;
  text-align: left;
  border-radius: 0px 90px 0px 90px;
  padding-left: 2%;
  padding-top: 2%;
}

.blockie
{ width: 48%;
  height: 93%;
  float: right;
  border: 2px solid #294754;
  margin: 1%;
  text-align: center;
  border-radius: 50px;
  border-radius: 0px 90px 0px 90px;
}
.fotochie
{
padding-top: 1.5%;  
width: 80%;
height: 97%;
max-height: 397px;
max-width: 598px;
}

.blokk
{
width: 100%;
background:none;
height: 700px; 
padding-left: 2%;
padding-right: 1%;
margin-top: 1%;
margin-bottom: 1%;
}
.blonkie
{
width: 30%;
height: 40%;
background-color: #194666;
margin: 1%;
margin-left: 1.7%;
float: left;
padding: 3%;
border-radius: 0px 6px 6px 6px ;
list-style-type: disc;
font: #E3F4FF;
}
/* .rondje
{
height: 50px;
width: 50px;  
background-color:#54a8dc;
border-radius: 50%;
border: #54a8dc;
display: inline-block;
} */
li-1
{
  text-decoration: none;
  color: #294754;
  list-style-type: none;
}
footer {
  background-color: #294754;
  width: 100%;
  height: 50%;
  font: #E3F4FF!important;
  /* font-family: Argentum-sans-black; */
  text-decoration: none!important;
  text-decoration-style: none;
}
.voetje 
{
width: 60%;
height: 60%;
/* background-color: #294754; */
float: right;
list-style-type: disc;
}
.voetblok
{
width: 50%;
height: 60%;
float: left;
padding: 20px;
text-align: left;
list-style-type: disc;
/* background-color: #294754; */
}
.vootje
{
width: 40%;
height: 250px;
/* background-color: #294754; */
float: right;
text-decoration-style: none;
}
.voetblokie
{
width: 50%;
height: 60%;
float: left;
padding: 20px;
text-align: left;
/* background-color: #294754; */
text-decoration: none;
}

iframe
{
  margin: 0.6%;
}
