*{
    margin: 0;
    padding: 0 ;
    box-sizing: border-box;
}
.east-sea-dokdo-regular {
  font-family: "East Sea Dokdo", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.navbar,
.navitem,
.menu a {
  font-family: 'East Sea Dokdo', sans-serif;
} 

.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  font-family: 'East Sea Dokdo', sans-serif;
  background-color: rgb(125, 227, 252);
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  font-size: 40px;
  height: 10vh;
  box-shadow: 0px 0px 10px rgb(0, 0, 0);
}

.navitem {
  color: white;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
}

body {
    background-color: #FEBC79;
}

.backgroundEiland {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(./achtergrondEiland.png);
    display: flex;
}

.eilandje {
    margin: 0 auto;
}


.path {
    position: relative;
    background-image: url(./Group\ 3\ final.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 100vh;
    width: 30%;
    margin: 0 auto;
}

/* .ellipse-1 {
    position: absolute;
    top: 1%;
    left: 95%;
    z-index: -1;
} */

.enkele-palmboom {
    position: absolute;
    height: 40%;
    top: -5%;
    left: 100%;
    transform: rotate(10deg);
}

.ellipse-2 {
    position: absolute;
    top: 20%;
    left: -70%;
    z-index: -1;
}

.palmboom-2 {
    position: absolute;
    top: -30%;
    left: -95%;
}

.ellipse-3 {
    position: absolute;
    top: 35%;
    left: 95%;
    z-index: -1;
}

/* .ellipse-4 {
    position: absolute;
    top: 55%;
    left: -70%;
    z-index: -1;
} */

.schatkist{
    position: absolute;
    width: auto;
    height: auto;
    top: 55%;
    left: -60%;
    z-index: -1;
}

.kaart {
    display:none;
}

@media (max-width: 640px) {
    body {
        overflow-x: hidden;
    }
    .responsive-kaart {
        display: block;
    }
    
    .kaart {
        display: block;
        position: absolute;
        width: auto;
        height: 100vh;
        top: -20%;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }

    .path {
        background-image: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap:100px;
    }
    
    .palmboom-1,
    .palmboom-2,
    .schatkist-J {
        display: none;
    }
    

    .siefPlek,
    .bramplek,
    .robbeplek,
    .jasperplek {
        position: static;
    }
    
    .ellipse-2,
    .ellipse-3 {
        position: static;
    }
    
    .backgroundEiland {
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .eilandje {
        margin: 0;
        margin-top: -20vh;
    }
}