body {
  background-color: #E5D8C7;
  padding: 0;
  margin: 0;


  scroll-behavior: smooth;

  overflow-x: scroll;
}

@font-face {
  src: url('/fonts/Memories.otf');
  font-family: Memories;
}



/* /////Scrollbar Custom///// */
::-webkit-scrollbar {
  height: 15px;
  
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #574D40;
  border-radius: 10px;
  margin: 5px;
}

::-webkit-scrollbar-thumb {
  background: #574D40;
  border-radius: 10px;
  
}







header {

  width: 100%;
  height: 100%;

}

header h1 {
  margin: 0;

}

header h1 img {
  position: relative;
  left: 20px;
  top: 10px;

  width: 50%;
  /* border: red 2px solid; */
}

#camper {
  /* position: fixed; */
  position: absolute;
  bottom: 30px;

  width: 35%;
  /* border: red 2px solid; */
}

@keyframes opstarten {
  0% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(0);
  }

  75% {
    transform: rotate(-3deg);
  }

  100% {
    transform: rotate(0);
  }

}

#camper:hover {
  animation-name: opstarten;
  animation-duration: .4s;
  animation-iteration-count: infinite;
} 

header > ul {
  position: absolute;
  bottom: 5px;
  left: 570px;

  list-style: none;
  opacity: 0;

}

header > ul:hover{
  opacity: 1;
}

#instructie {
  margin-bottom: 0px;

  font-family: Memories;
  font-size: 1.7em;
  text-transform: uppercase;

  transform: rotate(2.5deg);

  color: #574D40;

}

#pijl {
  width: 50px;
}


header nav {
  position: absolute;
  top: 370px;
  right: 30px;

  opacity: 1;
  
  height: 30%;

  display: flex;
  justify-content: flex-end;
  /* border: green 2px solid; */
}

header nav li {
  list-style: none;
  width: 320px;

  margin: 10px;
  
  /* border: red 2px solid; */
}

header nav li h2 {
  margin-bottom: 5px;

  font-family: Memories;
  font-size: 2.5em;
  text-transform: uppercase;

  color: #574D40;
}

header nav li img {
  width: 85%;

}

header nav li:last-of-type img {
  width: 95%;
}

/* #main {
  transition: ease-out;
} */





#main {
  display: flex;
  
  position: absolute;
  top: 0px;
  left: 100%;
  /* border: green 2px solid; */

  height: 100%;
  width: max-content;

  transition: 0.5s;
}


/*   WORK SECTION   */
#work {
  display: flex;
  flex-direction: row;
}

#work > h2 img {
  position: absolute;

  visibility: hidden;

  width: 10px;
}

#work img {
  margin: 10px;
}

#work a {
  position: relative;

  height: 285px;

  /* border: #7e6f5c 8px ridge;
  border-radius: 6px; */
}

#work a img {

  width: 400px;

}

.route {
  position: relative;
  top: 250px;

  height: 260px;
  width: 170px;
}

.route2 {
  top: 230px;

  width: 220px;
}

.route3 {
  top: 320px;

  width: 200px;
}

.route4 {
  top: 300px;

  width: 220px;
}

.route5 {
  top: 450px;

  width: 200px;
} 

.OnePageLink {
  top: 110px;

} 



.SalonTafel {
  top: 400px;

} 



.MarshallWebsite {
  top: 120px;
  
}



.DakineBackpacks {
  top: 390px;

} 







/*   ABOUT ME SECTION   */
#aboutme {
  margin: 50px;
  margin-right: 0;

  display: flex;
  flex-direction: row;

}

#aboutme ul:first-of-type {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  margin: 0;
  padding: 0;

  width: 410px;

  list-style: none;

}


#aboutme ul:first-of-type li {
  width: 410px;
   
 /* border: green 2px solid; */
}

/* About tekst */
#aboutme ul:first-of-type li:first-of-type {
  width: 200px;
  
}

#aboutme ul:first-of-type li:first-of-type h2 img {
  position: relative;
  top: 105px;
  right: 80px;

  height: 120px;

  transform: rotate(270deg);

}

/* profielfoto */
#aboutme ul:first-of-type li:nth-of-type(2) {
  width: 200px;

}

#aboutme ul:first-of-type li:nth-of-type(2) img {
  height: 360px;

}

/* Naam en functie */
#aboutme ul:first-of-type li h3 {
  padding-left: 50px;
  margin: 0;

  font-family: Memories;
  font-size: 3.8em;

  color: #574D40;
}

#aboutme ul:first-of-type li h4 {
  padding-left: 50px;
  margin: 0;

  font-family: Memories;
  font-size: 2.4em;

  color: #574D40;
}

#aboutme ul:first-of-type li a img {
  padding-left: 50px;
  margin: 0;

  height: 70px;
}


/* Paragraven */
#aboutme ul:last-of-type {
  margin: 0;
  margin-left: 50px;
  margin-right: 0;

  display: flex;
  flex-direction: column;
  flex-wrap: wrap;

  width: 1200px;
  height: 100%;

  list-style: none;

 /*  border: green solid 2px; */
}

#aboutme ul:last-of-type li {
  
  
  height: 300px;


  /* border: red solid 2px; */

}

#aboutme ul:last-of-type li:nth-of-type(2), #aboutme ul:last-of-type li:nth-of-type(4) {
  margin-top: 50px;
}


#aboutme ul:last-of-type li p {
  margin-top: 30px;
  padding: 30px;

  width: 500px;

  font-family: Memories;
  font-size: 1.4em;

  /* color: #2c2720; */
  color: #332d25;

  /* border: blue solid 2px; */
}

#aboutme ul:last-of-type li p::selection {
  color: #E5D8C7;
  background: #332d25;
}







/*   ALLE DOODLES   */
main > ul {
  position: absolute;
  top: 0px;

  height: 300px;

  list-style: none;
}

main > ul li {
  height: 20px;
}

/* frisdrank doodle */
main > ul li:first-of-type img {
  position: relative;
  top: 70px;
  left: 10px;

  width: 100px;

}

/* wolk doodle */
main > ul li:nth-of-type(2) img {
  position: relative;
  top: 100px;
  left: 640px;

  transform: rotate(7deg);

  width: 150px;

}

/* kompas doodle */
main > ul li:nth-of-type(3) img {
  position: relative;
  top: 450px;
  left: 200px;

  width: 80px;

}

/* rainbow doodle */
main > ul li:nth-of-type(4) img {
  position: relative;
  top: 550px;
  left: 500px;

  transform: rotate(5deg);

  width: 140px;

}

/* koffie doodle */
main > ul li:nth-of-type(5) img {
  position: relative;
  top: -50px;
  left: 950px;

  width: 100px;

}

/* cactus doodle */
main > ul li:nth-of-type(6) img {
  position: relative;
  top: 430px;
  left: 1380px;

  transform: rotate(5deg);

  width: 100px;

}

/* string light doodle */
main > ul li:nth-of-type(7) img {
  position: relative;
  top: 180px;
  left: 1020px;

  width: 150px;

}

/* cassette doodle */
main > ul li:nth-of-type(8) img {
  position: relative;
  top: 340px;
  left: 1720px;

  width: 120px;

}

/* kaart doodle */
main > ul li:nth-of-type(9) img {
  position: relative;
  top: 0px;
  left: 2050px;

  width: 120px;

}

/* bolletje wol doodle */
main > ul li:nth-of-type(10) img {
  position: relative;
  top: 90px;
  left: 2380px;

  width: 100px;

}

/* schildpad doodle */
main > ul li:nth-of-type(11) img {
  position: relative;
  top: 370px;
  left: 2940px;

  transform: rotate(8deg);

  width: 120px;

}

/* koptelefoon doodle */
main > ul li:nth-of-type(12) img {
  position: relative;
  top: -190px;
  left: 3060px;

  transform: rotate(-8deg);

  width: 70px;

}

/* hartjes doodle */
main > ul li:nth-of-type(13) img {
  position: relative;
  top: 70px;
  left: 3550px;

  width: 120px;

}

/* papieren vliegtuig doodle */
main > ul li:nth-of-type(14) img {
  position: relative;
  top: 400px;
  left: 3800px;

  width: 170px;

}

/* punaise doodle */
main > ul li:nth-of-type(15) img {
  position: relative;
  top: 80px;
  left: 4150px;

  transform: rotate(20deg);

  width: 36px;

}








