
/* fonts  */
@font-face {
  font-family: butler;
  src: url("fonts/Butler_Ultra_Light.otf") format("opentype");
}
@font-face {
  font-family: butler;
  font-weight: bold;
  src: url("fonts/Butler_Ultra_Light.otf") format("opentype");
}

html, body{
  margin: 0;
  padding: 0;
}

*{
  font-family: 'Montserrat', sans-serif;
}

h2{
  color: #9D7871;
}

.container {
    max-width: 960px;
  }

  .navbar{
    padding: 0 !important;
    position: fixed;
    top: 0;
  }
  
  nav {
    background-color: #F1EDEC;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    height: 64px;
    z-index: 999;
  }

.navbar-nav{
  z-index: 9999;
  position: relative;
}
.navbar-toggler:focus{
  background: #d9bdb2 !important;
}

  nav a {
    transition: ease-in-out color .15s;
  }

  nav li a{
    letter-spacing: 2px;
  }
nav ul li {
  padding-left: 15px;
}

nav ul a:hover, nav ul li:hover, .nav-link:hover, nav ul a:hover{
  color: none !important;
  background-color: transparent;
}

li.nav-item a.nav-link:hover  {
    color: #fff !important;
    text-decoration: none;
  }

  .services-container {
    border-bottom: 1px solid #e4e3e3;
    height: 300px;
}

.parallax {
    min-height: 300px;
    z-index: 0 !important;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
  
  .product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  
  .product-device::before {
    position: absolute;
    top: 10%;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: "";
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
  }
  
  .product-device-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
  }
  
  .border-top { border-top: 1px solid #e5e5e5; }
  .border-bottom { border-bottom: 1px solid #e5e5e5; }
  
  .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
  
  .flex-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
  @media (min-width: 768px) {
    .flex-md-equal > * {
      -ms-flex: 1;
      -webkit-box-flex: 1;
      flex: 1;
    }
  }
  
  .overflow-hidden { overflow: hidden; }

  footer, small {
    background-color: #F1EDEC;
    letter-spacing: 1px; 
  }

  footer h5, footer a, footer li {
    color: #9D7871;
  }

  .homepage-image{
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;

  }

  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .home-parallax{
    text-align: center; 
    background-color: #f1edec;
    background-image: url('../images/LOGO-RGB.png');
    background-size: 50% auto;
    background-position-y: 70%;
  }
.display-5, p{
  letter-spacing: 2px; color: #9D7871; text-align: center;
  font-size: 20px;
}


.homepage-imgs{width: auto; height: 300px; background-size: cover}

/* media queries */





@media screen and (min-width: 0px) {
  h1{font-size: 25px;}
  .img1{
    background-repeat: no-repeat;
    background-position-y: 37%;
  }
  .img2{
    background-position-y: 44%;
  }
  .homepage-imgs{
  height: 250px;
  }
  .googlemaps{
    width: auto;
  }

  .home-parallax{ background-position-y: 400px;}
  .footer-block { margin-bottom: 20px !important; }
}

@media screen and (min-device-width: 390px){
  .parallax{background-position-y: 430px;}

}

@media screen and (min-device-width: 414px) { 

}

@media screen and (min-width: 420px) {
  .home-parallax{ background-position-y: 430px;}
}
@media screen and (min-width: 767px) {
  .home-parallax{background-position-y: 400px;}
  h1{font-size: 2.5rem;}
}

@media screen and (max-width: 767px) {
  .mobile-space-bottom {margin-bottom: 15px;}
  .mobile-space-top{margin-top: 15px;}
  .mth-img{height: 250px}
  footer{
    margin-top: 15px;
  }

}

  @media screen and (max-width: 991px){
    .navbar-nav{background-color: #d9bdb2;}
    .navbar-brand img{margin-bottom: 10px;}
    .desktop-logo{display: none;}
    .content{
    }
  } 

/* Large devices (laptops/desktops, 992px and up) */
@media screen and (min-width: 992px) {
  .content{
    margin: 0px 120px;
    margin-bottom: 75px;
  }
  .mobile-logo{
    display: none !important;
  }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .home-parallax{background-position-y:410px; background-size: 300px auto;}
  h1{font-size: 2.5rem;}

}

.navbar-brand{
  padding-top: 0 !important;
}

.center-img {
  position: absolute;
  left: 50%;
  top: 10%; 
  margin-left: -30px;
  }


  .img1{background-image: url('../images/kleinplaatje1.jpg');}

  .img2{background-image: url('../images/kleinplaatje2.jpg');}

  .img3{background-image: url('../images/kleinplaatje3.jpg');}


  .content{
    position: relative;
    top: 64px;
    margin-bottom: 80px;
  }

  .fa-solid.fa-xmark{
    padding: 4px;
    height: 1.5em;

  }
  .navbar-toggler{
    width: 50px;
  }
  
  #overlay {
    position: fixed; /* Sit on top of the page content */
    display: none;
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
  }

  .float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:15px;
    left:15px;
    background-color: #d9bdb2;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 15px !important;
    z-index:100;
  }
  
  .my-float{
    margin-top: 23%;
  }
  


  footer{
    display: block;
    bottom:0;
    width: 100%;
    position: relative;
  }