h1, h2, h3, h4, h5
{
font-family: Montserrat;
}
a.menu, a.menusel
{
padding: 8px;
}
a.menusel
{
color: #004d70;
background-color: #004d70; /* donkerdere geselecteerde achtergrondkleur */
  color: #ffffff; 
}
a.menu:hover 
{
color: #007ba7;
}
a.menusel:hover
{
color: #eeeeee;
}
#textcontainer
{
font-size: 18px;
line-height: 1.5em;
}
#logodiv
{
right: 0;
filter: drop-shadow(2px 2px 10px white);
}
.ilinkli {
  display: inline-block;
  padding: 10px 25px;
  margin: 5px;
  font-size: 18px; /* Grootte van de tekst */
  font-weight: bold; /* Maakt de tekst vet */
  color: #ffffff; /* Witte tekst */
  background-color: #ff69b4;
  border-radius: 5px; /* Afgeronde hoeken */
  text-align: center;
  text-decoration: none; /* Geen onderstreping */
  transition: background-color 0.3s, box-shadow 0.3s; /* Animatie voor hover-effect */
  border: none; /* Geen rand */
  cursor: pointer; /* Verandert de cursor naar een handje om klikbaarheid aan te geven */
}

.ilinkli:hover, .ilinkli:focus {
  background-color: #ff1493; 
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.5); 
  text-decoration: none; 
  color: #ffffff; 
}

.ilinkli:active {
  background-color: #c60082; /* Nog donkerder blauw voor het actieve staat */
  box-shadow: 0 2px 4px rgba(0, 123, 255, 0.5) inset; 
}

#header1cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; 
    height: 400px; 
    width: 100%; 
    position: relative; 
}
#block_21327 img, #block_21328 img, #block_21330 img, #block_21332 img, #block_21333 img
{
width: 250px;
height: 250px;
}
#block_21327 td, #block_21328 td, #block_21330 td, #block_21332 td, #block_21333 td
{
text-align: center;
}