#navigatie{
    background-color: #101010;
    height: 100vh;
    font-size: 30px;
}
.button{
    font-size: 20px;
    font-weight: bold;
    max-width: 150px;
}
body{
    color: white;
    font-family: 'Cambay', sans-serif;
    background-color: #000000;
}
/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
    display: none;
}
#homeTekst{
    color: black;
}
#homeAchtergrond{
    background-image: url("img/background.jpg");
    background-repeat: no-repeat;
    background-size: 175vh;
    height: 100vh;
}
nav{
    height: 100vh;
}
#home{
    height: 100vh;

    width: 100%;
}
@media only screen and (max-width: 600px) {
    #info{
        height: 130vh;
    }
}
@media only screen and (min-width: 600px) {
    #info{
        height: 100vh;
    }
}
@media only screen and (max-width: 1000px) {
    #portfolio{
        height: 175vh;
    }
}
@media only screen and (min-width: 1000px) {
    #portfolio{
        height: 125vh;
    }
}

#stage{
    height: 185vh;
}
#profielFoto{
    border-radius: 5%;
    border: black 5px solid;
    max-width: 600px;
    max-height: 600px;
}
html,body {
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
a{
    color: white;
}
a:hover{
    color: lightgray;
}
#hoofdingStage{
    background: linear-gradient(to bottom, rgba(255,255,255,0) 20%,
    rgba(0,0,0,1)), url("img/stage.jpg");
    background-repeat: no-repeat;
    background-size: 175vh;
    height: 300px;
}
#logoDruva{
    border-radius: 50%;
    max-width: 250px;
    max-height: 225px;
    margin:  auto auto auto  15px ;
}
.gallery-title
{
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.modal a{

    color: lightgray;
    text-decoration: underline;

}
.modal a:hover{
    color: darkgray;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    text-align: center;
    color: #000000;
    background-color: #ffffff;

}
.info-button
{
    font-size: 18px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;

}
.info-button:hover
{
    font-size: 18px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    text-align: center;
    color: #000000;
    background-color: #ffffff;

}
.btn-default:active .filter-button:active
{
    background-color: #000000;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
figure {
    background: #000000;
    width: 200px;
    height: 200px;
    border: 1px solid #000000;
  }
  
figure img {
    opacity: 1;
    -webkit-transition: opacity 0.35s ease;
    -moz-transition: opacity 0.35s ease;
    -o-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
  }
  
  figure:hover img {
    opacity: 0.4;
  }
  
  figcaption a {
    width: 100%;
    color: #fff;
    background: #000000;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ffffff;
    border-radius: 5px;
  }
  
  figcaption {
    width: 100%;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    position: relative;
    bottom: 50%;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  figure:hover figcaption, figcaption a {
    bottom: 80%;
    opacity: 1;
  }
  
  figure:hover {
    border: 1px solid #000000;
    border-radius: 5px;
  }
  .modal-content{
     background-color: #000000; 
  }
  .kruisje{
      color: #ffffff;
  }