/* Deze sheet is alleen voor de indexpagina */

/* zet de header over de foto slideshow heen */
header {
  background-color: transparent !important;
}

/* Slideshow container */
#slideshow-container {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* fb newsfeed */
@media screen and (max-width: 1365px) {
  .fbWrapper {
    display: none;
  }
}
/* fb newsfeed */
@media screen and (min-width: 1366px) {
  .fbWrapper {
    position: absolute;
    top: 15%;
    right: 2%;
    z-index: 3;
    width: 500px;
  }
}

.mySlides {
  position: relative;
  width: 100%;
  height: 100%;
}

.slideFoto {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  text-shadow: 0.05em 0 black, 0 0.05em black, -0.05em 0 black, 0 -0.05em black, -0.05em -0.05em black, -0.05em 0.05em black, 0.05em -0.05em black, 0.05em 0.05em black;
  font-size: 1rem;
  padding: 8px 12px;
  position: absolute;
  bottom: 2rem;
  right: 0;
}

.slidelink {
  color: #f2f2f2;
  /* text-shadow: 2px 2px #000000; */
  text-shadow: 0.05em 0 black, 0 0.05em black, -0.05em 0 black, 0 -0.05em black, -0.05em -0.05em black, -0.05em 0.05em black, 0.05em -0.05em black, 0.05em 0.05em black;
  font-size: 1rem;
  padding: 8px 12px;
  position: absolute;
  bottom: 2rem;
  left: 0;
}

.slidelink a:hover, .text:hover {
  color: #ff9100;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
  position: relative;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* Caption text */
.text {
  color: #f2f2f2;
  text-shadow: 0.05em 0 black, 0 0.05em black, -0.05em 0 black, 0 -0.05em black, -0.05em -0.05em black, -0.05em 0.05em black, 0.05em -0.05em black, 0.05em 0.05em black;
  font-size: 1rem;
  padding: 8px 12px;
  position: absolute;
  bottom: 2rem;
  width: 100%;
  text-align: center;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
