@import url(https://fonts.googleapis.com/css?family=Lato:300);
* {
  box-sizing: border-box;
}

html {
  line-height: 1.8;
  font-size: 18px;
  background: #000;
  font-family: Lato, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}


.img-responsive {
  max-width: 100%;
  max-height:100%;
}

/*
.logokader{
  min-height: 100vh;
  margin: 20px;
  display: flex;
  padding: 2em;
  justify-content: center;
  align-items: center;
}*/

.panel {
  z-index: 1;
  min-height: 90vh;
  min-width: 300px;
  margin: 20px 10px 20px 10px;
  /*background: url(./img/veerhuisaanhetij_kraan.jpg) no-repeat 50% 50%;*/
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  padding: 20em 7em 20em 7em;
  justify-content: center;
  align-items: center;
}
.panel:nth-child(2) {
  background-image: url(./img/veerhuisaanhetij_kraan.jpg);
}
.panel:nth-child(3) {
  background-image: url(./img/fotoveerhuis.jpg);
}
.panel:nth-child(4) {
  background-image: url(./img/champi.jpg);
  background-position: center;
}
.panel:nth-child(5) {
  background-image: url(./img/buitendeck.jpg);
}
.panel:nth-child(6) {
  background-image: url(./img/tdv.png);
  background-position: top right;
}
.panel:nth-child(7) {
  background-image: url(./img/bergtop.jpg);
  background-position: center;
}
.panel:nth-child(8) {
  background-image: url(./img/slijptol.JPG);
  background-position: center;
}
.panel:nth-child(9) {
  background-image: url(./img/surf.jpg);
  background-position: center;
}


.bedankt {
  min-height: 90vh;
  min-width: 450px;
  margin: 20px;
  background: url(./img/thumbsup.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  padding: 20em 10em 20em 10em;
  justify-content: center;
  align-items: center;
  background-position: bottom;

}

.fotos {
  min-height: 90vh;
  min-width: 300px;
  margin: 20px;
  background: url(./img/fotograaf.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  padding: 20em 10em 20em 10em;
  justify-content: center;
  align-items: center;
  background-position: center;

}

.content {
  z-index: 3;
  max-width: 60%;
  min-width: 300px;
  text-align: center;
  padding: 2em;
  background: rgba(0, 0, 0, 0.8);
  border: 1px dashed #888;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.8);
  color: #fff;
  overflow: auto;
}
.content *:first-child {
  margin-top: 0;
}
.content *:last-child {
  margin-bottom: 0;
}
.content h1, .content h2 {
  padding-bottom: 1em;
  border-bottom: 1px dashed #888;
}

.content h3 {
  padding-top: 1em;
  border-top: 1px dashed #888;
}

img {
  max-width: 100%;
  height: auto;
}

nav {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /*margin: 15px;*/
  padding: 15px 15px 15px 15px;
  display: flex;
  align-items: center;
  transition: 0.3s ease-out;
  /*backdrop-filter: blur(8px) brightness(1.2);
  -webkit-backdrop-filter: blur(8px) brightness(1.2);*/
  /*backdrop-filter:  brightness(0.7);
  -webkit-backdrop-filter:  brightness(0.7);*/
  text-shadow: 0 0 5px rgba(0,0,0,0.5);
  color: white;
  font-size: 16px;

  @media (min-width: 600px) {
    padding: 15px 35px 2px 35px;
  }
}
nav.is-hidden {
  transform: translateY(-100%);
}
a {
  color: inherit;
  text-decoration: none;
  &:hover,
  &:focus {
    text-decoration: underline;
  }
}
.list {
  list-style-type: none;
  margin-left: auto;
  display: none;
  @media (min-width: 600px) {
    display: flex;
  }
  li {
    margin-left: 20px;
  }
}


/*
a {
  text-decoration: none;

  color: white;
  background-image: linear-gradient(
    to right,
    #61a3dd,
    #61a3dd 50%,
    white 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}

a:link {
    color: white;
}

a:before{
  content: '';
  background: #61a3dd;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}
 a:visited{
 color: white; 
}

a:hover {
 background-position: 0;
}

a:hover::before{
  width: 100%;
}
*/
