@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&display=swap');

* {box-sizing: border-box;}
body {font-family: "Cormorant+Garamond";
background-color: black;}
.mySlides {display: none;}
img {vertical-align: middle; max-height: 600px;}



/* Slideshow container */
.slideshow-container {
  max-width: 900px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  opacity: 0,6;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 36px;
  padding: 10px 25px;
  position: absolute;
  top: 0;
}

.about {
  color: #f2f2f2;
  font-size: 30px;
  text-decoration: none;
  padding: 10px 35px;
  position: absolute;
  top: 0;
}

ul{
	
	Display: flex;
	Margin: 0px;
    padding-top: 15%;
	Width: 100%;
    float:left;
	
	
}
li{ 
    Display: flex;
	padding-right: 15px;;
	float: left;
    Width: auto;
}

a{
  text-decoration: none;
  Color: rgb(255,255,255);
  opacity: 0.6;
}

a:hover{
  text-decoration: none;
  font-size:18X;
  font-weight: 500;
  Color: rgb(250, 255, 176);
  opacity: 1;

}

a.rest{
    display: flex;
    font-size: 18px;
    padding: 5PX 5PX 5PX 5PX;
    text-decoration: none;
	  Color: rgb(252, 249, 249);
	  opacity: 0.6;
}
a.huidig{
    display: flex;
    font-size:18px;
    padding: 5PX 5PX 5PX 5PX;
	  text-align: center;
    text-decoration: none;
	  border: 1px solid rgb(199, 196, 196);
	  color:rgb(252, 249, 249);
    opacity: 0.6;
}

a.rest:hover{
    font-size: 20px;
    padding: 5PX 5PX 5PX 5PX;
    text-align: center;
	  Color: rgb(250,255,176);
    border: 1px solid rgb(255, 255, 255);
    opacity: 1;

}
a.about:hover{
    font-size: 30px;
    text-decoration: none;
    padding: 10px 35px;
    position: absolute;
    top: 0;
    text-align: center;
	  Color: rgb(250, 255, 176);
    opacity: 1;
}

a.huidig:hover{
    font-size: 20px;
    padding: 5PX 5PX 5PX 5PX;
    text-align: center;
	  Color: rgb(250,255,176);
    border: 2px solid rgb(250, 255, 176);
    opacity: 1;
}
    

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: rgb(63, 63, 62);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #928f8f;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3.5s;
  animation-name: fade;
  animation-duration: 3.5s;
}

@-webkit-keyframes fade {
  from {opacity: .2} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .2} 
  to {opacity: 1}
  
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
