body {
    background-color: #E3F4FF;
    font-family: Argentum-sans-black;
  }
  li
  {
    color: #E3F4FF;
    text-decoration: none;
    /* font-family: argentum-sans-black; */
  }
  h1
  {
    color: #E3F4FF;
    text-decoration: none;
    /* font-family: Argentum-sans-black; */
  }
  h2
  {
    color: #E3F4FF;
    text-decoration: none;
    /* font-family: Argentum-sans-black; */
  }
  h3
  {
    text-align: left;
    color: #294754;
    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;
}
.contact:hover
{
  background-color:#54a8dc;
}
.logo {
  height: 177px;
  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;
}

/* locatiebeheer dropdown */
.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;
}

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

/* kleurs verandering van inhoud als muis erover gaat */
.dropdown-content a:hover {background-color: #E3F4FF}

/* dropdown laten zien als muis eroverheen gaat */
.dropdown:hover .dropdown-content {
  display: block;
}

/* achtergronds kleur als is aangeklikt */
.dropdown:hover .dropbtn {
  background-color: #54a8dc;
}

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

.blokie
{ width: 48%;
  height: 93%;
  float: right;
  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: left;
  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: 375px;
}

/* li-1
{
  list-style: none;
  color: #294754;
} */

.blokk
{
    background-color: #fff;
    height: 34%;
    width: 50%;
    text-align: center;
    border-radius: 3%;
    /* border: #F16E00 0.5px solid; */
    margin: 25%;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 0.5%;
    box-shadow:  2px 3px #54a8dc;
}

li
{
list-style-type: none; 
text-decoration: none;
background-color: #294754;
}
li-1
{
  text-decoration: none;
  color: #294754;
  list-style-type: none;
}

.icoon
{
  width: 60px;
  float: none;
}

footer {
  background-color: #294754;
  width: 100%;
  height: 30%;
  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: 100%;
/* 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;
}
