body {
  overflow-x: hidden;
}

p {
  line-height: 1.75;
}

a {
  color: #B7AF9A;
}

a:hover {
  color: #fed136;
  color: #fed136;
}

.text-primary {
  color: #B7AF9A !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

section {
  padding: 75px 0;
}

.section-head {padding-top: 420px; padding-bottom: 50px;}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 25px;
  text-transform: none;
  color: #FFF !important;
}

.ref-subtitel {
	 font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 25px;
  text-transform: none;
	color: #B7AF9A;}

@media (min-width: 768px) {
  section {
    padding: 50px 0;
  }
}

.btn {
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #B7AF9A !important;
  border: 2px solid #B7AF9A !important;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #fff !important;
  border: 2px solid #B7AF9A !important;
  color: #B7AF9A !important;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

::-moz-selection {
  background: #fed136;
  text-shadow: none;
}

::selection {
  background: #fed136;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#mainNav {
  background-color: #B7AF9A;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #B7AF9A;
}

#mainNav .navbar-brand {
  color: #F49B33;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #B7AF9A;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: #FFF;
  font-weight: 800;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #000000;
}

a.dropdown-item {text-transform: none;}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 10x;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: #B7AF9A;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #B7AF9A;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

header.masthead {
  text-align: center;
  color: #B7AF9A;
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
  }
}

.carousel-caption {
padding:30px 50px;
background-color:rgba(255, 250, 250, 0.5);
margin: 0 auto 450px auto;
}

@media (max-width: 1400px) {
    .carousel-caption {margin: 0px auto 330px auto;}
   
  } 
  
@media (max-width: 1199px) {
    .carousel-caption {margin: 0px auto 250px auto;}
   
  } 
  
@media (max-width: 991px) {
    .carousel-caption {margin: 0px auto 200px auto;}
   
  }
  
@media (max-width: 767px) {
    .carousel-caption {margin: 0px auto 100px auto;}
   
  }     


.carousel-inner {height: 650px; 

}

.carousel-inner h5 {
color: #B7AF9A;; 
//background-color: #B7AF9A; //rgba(255,255,255, 0.8);
padding: 15px 0px;
z-index:1000%; 
font-size: 40px;

}

.bd-example {margin-top: 150px;}

.bd-example img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

header {
    height: 280px;
    margin-top: -150px;
    //background-image: url("../img/building.jpeg");
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

#overons {margin-top: 360px;}

#diensten {margin-top: 0px; background-color: #B7AF9A;}
#diensten p {color: #231F20;}
#diensten .round {
height: 75px; 
width: 75px; 
border-radius: 50%; 
border: 2px solid #B7AF9A; 
margin: 0 auto 20px auto;}

#diensten .round i{
font-size: 30px; 
margin-top: 20px;}

#overons h3 {color: #B7AF9A!important;}

.fotowiep img{height: 350px; border-radius: 25px;}

section#contact {
  background: 
    linear-gradient(
      rgba(183, 175, 154, 0.65), 
      rgba(183, 175, 154, 0.65)
    ),
    url(../img/contact.jpeg);
	padding: 90px 0px 100px 0px;
}

.referentie {background-color: #B7AF9A;; padding: 30px 20px; height: 500px;}

section#contact .section-heading {
  color: #fff;
}

section#contact .round {
height: 75px; 
width: 75px; 
border-radius: 50%; 
border: 2px solid #B7AF9A; 
margin: 0 auto 20px auto;}

section#contact i {font-size: 30px; margin: 20px 0px 0px 0px; }

.contact-info {color: #B7AF9A;}

.card {border-bottom: 5px solid #231F20;}

footer {
  padding: 25px 0;
  text-align: center;
}

footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 600;
  color: #B7AF9A;
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000000;
  border-radius: 100%;
  outline: none;
  background-color: #B7AF9A;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #000000;
  color: #B7AF9A;

}

.list-inline-item a:hover {color: #F49B33;} 

/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    
}

.slide1 img{height: 50px; width: auto;}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.pijler {height: 450px;}

.pijler a {margin-bottom: 0px;}

.pijler p {height: 210px;}

.pijler h4 {margin-top: 20px; font-size: 20px; height: 50px;}
}

.bg-image-full {background-position: center center; background-size: cover;}

footer .nr {text-align: left;}

@media only screen and (max-width: 767px)
{
footer .nr {text-align: center;}
}

@media only screen and (max-width: 480px)
{}

@media only screen and (max-width: 1199px)
{.pijler p {height: 240px;}}

@media only screen and (max-width: 991px)
{.pijler p {height: 330px;}
#overons {margin-top: 350px;}

.referentie {height: 370px; margin-top: 30px;}
}

@media only screen and (max-width: 767px)
{.pijler p {height: auto;}

#overons {
        margin-top: 220px;
		margin-bottom: 0px;
    }
	.fotowiep {text-align: center;}
}

@media only screen and (max-width: 480px)
    {
    #diensten {margin-top: -90px;}

    .pijler{margin-bottom: 10px;}
	
	 .bd-example {
  margin-top: 250px;}
	
	#overons {
        margin-top: -65px;
		margin-bottom: 50px;
    }
	
	
}

@media only screen and (max-width: 320px)   {
	 .bd-example {
  margin-top: 250px;}
	
  #diensten {
  margin-top: -130px;
  }
  
  .bd-example {
  margin-top: 250px;}
  
   #overons {
        margin-top: -85px;
    }
}



