/*
  stylesheet voor 'opdracht 1'
  academiejaar 2022-23, semester 1
*/

/* -------------------------------------------------------------------------- */
/*  --- universal reset --- */

* {
  margin: 0;
  padding: 0;
}

/* -------------------------------------------------------------------------- */
/* --- basis setup elementen -- */

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  /*font-family: botanika-mono-web, monospace;
  font-style: normal;
  font-weight: 400;*/
  font-family: franklin-gothic-urw, sans-serif;
  font-style: normal;
  font-weight: 500;

}

x


h1 {
  padding: 0%;
  font-size: 3rem;
  text-align: center;
  font-family: "mala", serif;
  font-weight: 600;
  font-style: normal;
  margin: 0;
}


h2 {
  /*padding: 30%;*/
  font-size: 3rem;
  line-height: 3rem;
  text-align: center;
  font-family: "mala", serif;
  font-weight: 300;
  font-style: normal;
  padding-bottom:5%;
  margin: 0%;
}
h3 {
  font-size: 5rem;
  line-height: 10rem;
  padding-top: 1%;
  text-align: center;
  font-family: "mala", serif;
  font-weight: 600;
  font-style: normal;
}
h4{
  font-size: 3rem;
  padding-left: 54px;
  font-family: "mala", serif;
  font-weight: 1000;
  font-style: normal;
}
h5{
  padding-left: 55px;
  padding-top: 1px;
  font-weight: lighter;
}

h6{
  font-size: 2rem;
  font-family: "mala", serif;
  font-weight: 300;
  font-style: normal;
  padding-bottom: 1rem;
  padding-top: 1rem;
  text-decoration: none;
  line-height: 1.5em;
}

h7 {
  padding: 0%;
  font-size: 6rem;
  text-align: center;
  font-family: "mala", serif;
  font-weight: 600;
  font-style: normal;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.welcome{
  padding-top: 3em;
  padding-bottom: 1em;
  background-color: white;
  /*background-image: url(img/scarecrow_bewerkt.jpg);*/
  background-repeat:no-repeat;
  background-size:100%;
  background-attachment: fixed;
  color: Black;
  }

.hartje img{
  width: 20%;
  display:block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: none;
  /*padding-top: 1em;*/
}
.ik img{
  width: 15%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: none;
  padding-top: 90px;
  display: block;
}

.contact{
  font-size: 1em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
}

.contact a {
  font-size: 2em;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0;
  color: Black;
  /*line-height: 1em;*/
  background-color: white;
}

.contact a:hover {
  opacity: 0.5;
}

.soundcloud {
  margin: auto 48%;
}

.paginacon{
  cursor: url('img/strik.png'),auto;
}

.pijl {
  width: 11%;
  height: auto;
  margin-left: 89%;
  margin-right: auto;
  padding-bottom: none;
}

p {
 max-width: 70rem;
} /* goede regellengte */

em, strong {
  font-family: "mala", serif;
  font-weight: 800;
  font-style: normal;
  color: Violet;
}
.categorie_titel{
  font-family: "mala", serif;
  font-weight: 800;
  font-style: normal;
  text-align: Left;
  padding-left: 4%;
  margin-left: 205px;
  padding-bottom: 0%;
  font-size: 4rem;
  font-style: normal;
  font-weight:bold;
}

/* -------------------------------------------------------------------------- */
/* --- layout --- */

section {
  /*background-color: white;*/
  margin: 0 auto; /*top-bottom, left-right*/
  max-width: 168rem;
  /*margin-bottom: 200px;*/
  /*margin-top: 50px;*/
}


.navigation{
  position: fixed;
  z-index: 10;
  width: 100%;

  font-family: "mala", serif;
  font-weight: 300;
  font-style: normal;
}

ul {
  list-style-type: none;
  margin: 0%;
  padding: 0%;

}

li {
  float: Left;
}

li a {
  display:block;
  color: Violet;
  text-align: center;
  padding: 0px 15px;
  text-decoration:none;
  border: 1px solid black;
  border-radius: 100px;
  background-color: white;
  line-height: 3em;

}

li a:hover {
  background-color:  black;
  color: white;
  box-shadow: inset 0 0 20px white;

}

.introtekst {
  margin: 0 auto;
  color: Black;
  padding: 1%;
  text-align: left;
  line-height: 1.4;
  max-width: 50rem;
}
.cintrotekst{
  margin: 0 auto;
  color: Black;
  text-align: center;
  line-height: 1.8;
}
img{
  width: 100%;
  height:auto;
}

/*------------------------------------------------------------------------*/


.clippihov img{
  width: 250px;
  cursor: pointer;
}

.clippihov .img-top {
  display: none;
}

.clippihov:hover .img-top {
  display: inline;
}

.clippihov:hover .img-bot {
  display: none;
}


.hide {
display: none;
background-color: white;
color: black;
text-align: center;
border-radius: 20px;
border: 1px solid black;
padding: 5px 10px;
position: fixed;
z-index: 100;
bottom:10%;
left: 9%;
max-width: 300px;
font-size: 15px;
}
  
.myDIV:hover + .hide {
  display: block;
}

/*______________________________*/

.container {
  position: relative;
  width: 100%;
}
.container:hover .overlay {
  opacity: 80%;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: Black;
  cursor: url('img/hartje_klein.png'), auto;
}
.text {
  color: white;
  font-size: 3rem;
  line-height: 4rem;
  font-family: "mala", serif;
  font-weight: 300;
  font-style: normal;
  position:relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align:left;
}

.galerij figure {
  max-width: 12%;
  margin: 10px;
  height:100%;
}

.galerij img{
    height: 100%;
    object-fit:cover;
}

.galerij {
  background-color: black;
  display: flex; /* de elementen die hierin staan, gedragen zich als elementen in een flexbox */
  flex-wrap: wrap;
  justify-content:center;
  align-items: center;
  align-content:space-around;
  padding:10px;
  cursor: url('img/hartje_klein.png'), auto;
}

.parallax {
  /* The image used */
  background-image: url("KDMT/rai2.jpg");

  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: url('img/hartje_klein.png'), auto;
}

/*------------------------------------------------------------------------*/
.grid-container {
  display: grid;
  grid-template: auto / 30% auto;
  grid-gap: 20px;
  padding: 10px;
  margin-left: 200px;
  margin-right: 200px;
  line-height: 1.4;
}

.grid-container > div {
  text-align: Left;
  padding: 20px 0;
}
.item2 {
  margin-top: 2%;
  margin-left: 2%;
}
.item2 a{
  font-size: 30px;
  color: black;
  text-align: right;
}
.item3{
  margin-left: 2%;
  padding-top: none;
  margin-top: none;
}
.scrollmenu {
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 50px;
  
}

.scrollmenu img {
  height: 500px;
  width: auto;
}




/*------------------------------------------------------------------------*/

.CV {
  padding-top: 6em;
}

.CV h4{
  text-align: right;
}
.CV p{
  line-height: 1.4em;
}

/* extra small devices (phones, 600px and down) */
@media only screen and (max-width: 760px) {
  p{
    font-size: 20px;
  }
  h1{
    font-size: 40px;
  }
  h2{
    font-size: 25px;
  }
  h4{
    font-size: 25px;
  }
  .categorie_titel{
    font-size: 50px;
  }

  .grid-container {
    margin-left: 0px;
    margin-right: 0px;
  }
  .grid-container > div {
    padding: 20px 20px;
  }
  .text {
    font-size: 20px;
    position:relative;
    top: 50%;
    left: 50%;
    text-align:left;
  }
  .overlay {
    opacity: 100%;
  }
}


/* small devices (portrait tablets and large phones, 600px and up)
@media only screen and (min-width: 761px) {
  body {
    background-color: #E5EEE6;
    /* vanaf 600px is de achtergrondkleur nu blauw
    font-size: 16px;
  }
  .wrapper {
    width: 95%;
    margin: 20px auto; /* hier staan 2 waardes, 20px staat voor top/bottom, auto staat voor left/right
  }
  nav a{
    margin-top: 50px;

  }
} */

/*
.gallery {
  display: flex;
  padding: 2px;
  transition: 0.3s;
  background-color: black;
}
.gallery:hover .gallery__image {
  filter: opacity(0.7);
}
.gallery__column {
  display: flex;
  flex-direction: column;
  width: 12.5%;
}
.gallery__link {
  margin: 2px;
  overflow: hidden;
}
.gallery__link:hover .gallery__image {
  filter: opacity(1);
}

.gallery__thumb {
  position: relative;
}
.gallery__image {
  display: block;
  width: 100%;
}
*/

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
  border: 1px solid;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
  border: 1px solid;
  box-shadow: inset 0 0 8px white;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: violet;
}

* {box-sizing: border-box}
.mySlides {display: none}



.next:hover{
  color: white;
  background-color: black;
  box-shadow: inset 0 0 20px white;
}
.prev:hover{
  color: white;
  background-color: black;
  box-shadow: inset 0 0 20px white;
}


.slideshow{
  max-width: 800px;
  position: relative;
  margin: 2rem auto;
  border: 1px solid;
  box-shadow: 5px 5px 6px black;
  overflow: visible;
}

.slideshow .slide{ display:none; }
.slideshow img{ display:block; width:100%; height:auto; }

.slideshow .prev,
.slideshow .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* binnen de rand, niet negatief */
  left: -60px;
  right: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 8px 17px;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1;
  border: 1px solid #000;
  border-radius: 999px;
  background: rgba(255,255,255,0.9);
  color: #000;

  z-index: 10;          /* boven de foto */
  cursor: pointer;
  user-select: none;
}


.slideshow .prev:hover, .slideshow .next:hover{
  background: black;
  color: white;
  box-shadow: inset 0 0 20px white;
}
.slideshow .next { 
  left: auto; 
  right: -60px; 
}

@media (hover:hover) {
  .slideshow .prev:hover,
  .slideshow .next:hover {
    background: #000;
    color: #fff;
  }
}

.slideshow img { display:block; width:100%; height:auto; }

/* Progress indicator onder de slideshow */
.slideshow .progress {
  position:absolute;
  margin: 15px 0px 0;   /* ruimte boven/binnen kader */
  height: 8px;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  overflow: visible;

}
.slideshow .progress__bar {
  height: 100%;
  width: 0%;
  background: #000;      /* of currentColor */
  transition: width 200ms linear;
  border-radius: 999px;

}
.slideshow .progress__text {
  margin: 8px 0px 0px;
  font-size: 12px;
  opacity: 0.75;
  text-align: left;     /* of center, wat je wil */
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 99;
  font-size: 1.6rem;
  background-color: white;
  color: violet;
  cursor: pointer;
  padding: 0px 10px;
  border-radius: 100px;
  border: 1px solid black;
  font-family: "mala", serif;
  font-weight: 300;
  font-style: normal;
}

#myBtn:hover {
  background-color: black;
  color: white;
  box-shadow: inset 0 0 20px white;

}

.footer {
   position: relative;
   bottom: 10px;
   width: 100%;
   color: black;
   text-align: center;
}
.footer p{
  max-width: 100%;
}


.dropdown {
  position: relative;
  display: block;
}

.dropdown-content {
  display: none;
  position: absolute;
  z-index: 20;
  margin-top: 50px;
}

.dropdown-content a {
  color: black;
  padding: 0px 14px;
  text-decoration: none;
  display: block;
  border-radius: 50px;
  border: 1px solid black;
  background-color: white;
  min-width: 180px;
  line-height: 3em;
}

.dropdown-content a:hover {
background-color: black;
  box-shadow: inset 0 0 20px white;
  color: white;

}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: black;
  box-shadow: inset 0 0 20px white;
  color: white;
}

.naam {
  position: relative;
  display: block;
  float: right;
}

.naam a{
  color: black;
  font-size: 2rem;
  line-height: 2.5em;
}