@font-face {
    font-family: Staatliches;
    src: url('fonts/Staatliches.ttf');
}
 
@font-face {
    font-family: RobotoCondensedSemiBold;
    src: url('fonts/RobotoCondensedSemiBold.ttf');
}
 
*{
    margin: 0%;
    padding: 0%;
}
 
body{
    background-color: #a7a3d4;
}
 
#BACKGROUND {
    background-image: url('images/header.jpg');
    background-repeat: no-repeat;
    background-size: 100vw;
    width: auto;
    height: 837px;
    margin-top: 0%;
}
 
#HEADER {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a3eeb2;
    width: 700px;
    height: 50px;
    margin-left: 412px;
    margin-right: auto;
}
 
.NAV {
    list-style: none;
    display: flex;
    padding: 0;
}
 
.HEADER_BAR {
    font-family: Staatliches;
    text-decoration: none;
    color: #3f5db4;
    font-size: 30px;
    margin: 0 50px;
}
 
.HEADER_BAR:hover {
    color: black;
}
 
 
.BEZOEKEVILINC {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 17%;
    height: 7%;
    background-color: #3c58b5;
    margin-top: 16%;
    margin-left: 8%;
}
 
#BEZOEKEVILINC_TEKST {
    color: #a3eeb2;
    margin: 0;
    font-size: 41px;
    font-family: RobotoCondensedSemiBold;
}
 
 
.GAMEEMETDETOURINATOR {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 41%;
    height: 10%;
    background-color: #a3eeb2;
    margin-top: 1%;
    margin-left: 8%;
}
 
#GAMEEMETDETOURINATOR_TEKST {
    color: #3c58b5;
    margin: 0;
    font-size: 65px;
    font-family: Staatliches;
}
 
.BLOKKEN_CONTAINER{
    height: 425px;
    margin-top: 0%;
    align-items: center;
    display: flex;
}
 
.BLOK1 {
    width: 50%;
    height: 400px;
    background-image: url(images/homeIntro.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto;
}
 
#BLOK1_TEKST{
    width: 80%;
    height: 60%;
    background-color: #a3eeb2;
    margin-left: 5%;
    margin-top: 7%;
    display: grid;
}
 
.TEKST1 {
    color: #3c58b5;
    font-family: RobotoCondensedSemiBold;
    font-size: 20px;
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 5%;
}
 
 
.TEKST2{
    color: #3c58b5;
    font-family: RobotoCondensedSemiBold;
    font-size: 20px;
    margin-top: 2%;
    margin-left: 5%;
    margin-right: 5%;
}
 
#BLOK1_TEKST2{
    width: 67%;
    height: 16%;
    background-color: #3c58b5;
    margin-left: 5%;
    margin-top: 2%;
    align-items: center;
    display: flex;
}
 
.TEKST3{
    color: #a3eeb2;
    font-family: Staatliches;
    font-size: 44px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
 
 
.BLOK2 {
    width: 36%;
    height: 400px;
    background-color: #3c58b5;
    margin-left: 1%;
    margin-right: auto;
}
 
.AGENDA_TEKST {
    color: #a3eeb2;
    font-family: Staatliches;
    font-size: 40px;
    margin-top: 4%;
    margin-left: 5%;
}
 
.AGENDA {
    width: 90%;
    height: 20%;
    background-color: #4f68bc;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
}
 
.AGENDA::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    border-top: 20px solid transparent;
    border-left: 30px solid #87c2b5;
    border-bottom: 20px solid transparent;
    z-index: 1;
    cursor: pointer;
}
 
.AGENDA:hover::after {
    border-left-color: #a3eeb2;
}
 
 
.TEKST4 {
    color: #a3eeb2;
    font-family: RobotoCondensedSemiBold;
    font-size: 17px;
    margin-left: 2%;
    padding-top: 3%;
}
 
.TEKST5 {
    color: #87c2b5;
    font-family: RobotoCondensedSemiBold;
    font-size: 14px;
    margin-top: 1%;
    margin-left: 2%;
}
 
 
.MAP{
    width: 87%;
    height: 350px;
    background-color: #a3eeb2;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    display: flex;
}
 
#MAPS {
    width: 98%;
    height: 94%;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
}

#FOOT-ER {
    width: 87%;
    height: 1px;
    background-color: #727ec4;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

#FOOT-ER-TEKSTER {
    color: #4f68bc;
    font-family: RobotoCondensedSemiBold;
    width: 87%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 20px;
}
 
.TOURINATOR_TITEL {
    width: 20%;
    height: 83px;
    margin-top: 60px;
    margin-left: calc(50% - 87% / 2);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a3eeb2;
}
 
#TOURINATOR_TEKST {
    color: #3c58b5;
    margin: 0;
    font-size: 65px;
    font-family: Staatliches;
}
 
.BLOK1T {
    height: 400px;
    width: 50%;
    background-color: #a3eeb2;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto;
}
 
.TEKST1T {
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 5%;
    color: #3c58b5;
    font-family: RobotoCondensedSemiBold;
    font-size: 20px;
}
 
.TEKST2T{
    margin-top: 7%;
    margin-left: 5%;
    margin-right: 5%;
    color: #3c58b5;
    font-family: RobotoCondensedSemiBold;
    font-size: 20px;
}