@charset "UTF-8";
/* CSS Document */



html, body {
      margin: 0;
      padding: 0;
      width: 100%;
}

body{
	background-color: #000000;
	font-family: "niveau-grotesk";
}

header {
      width: 100%;
      height: 100vh;
         background: url("../images/Achtergrondfoto-Desktop_centre-2.png")no-repeat 50% 50%;
      background-size: cover;
}

#h1-header{
	color: #000000;
	font-weight: 700;
	
		
}

.bg-color{
	background-color: #000000;
}

.nav-link-green{
	color: #f6f6f6 !important;
}

.navbar-brand{
	position: fixed;
	right: 0;
}

#achternaam{
	font-weight: 800;
}

@media (max-width: 375px) {
    #txt-header {
      position: absolute;
		top: 14%;
		left: 10%;
		
	 }
	#h1-header{
		font-size: 3em;
	}
	#p-header{
		max-width: 160px;
	}
}

@media (min-width: 375px) and (max-width: 900px) {
       #txt-header {
      position: absolute;
		top: 12%;
		left: 10%;
		   
	 }
		#h1-header{
		font-size: 4em;
	}
	#p-header{
	font-size: 2em;
		max-width: 55%;
	}
	
}


@media (min-width: 900px) and (max-width: 1484px) {
       #txt-header {
      position: absolute;
		top: 12%;
		left: 10%;
		   
	 }
		#h1-header{
		font-size: 4.5em;
	}
	#p-header{
	font-size: 2em;
		max-width: 50%;
	}
	
}


@media (min-width: 1484px) {
      #txt-header {
      position: absolute;
		top: 10%;
		left: 16%;
		   
	 }
		#h1-header{
		font-size: 7.5em;
		max-width: 65%
	}
	#p-header{
	font-size: 3em;
		max-width: 55%;
	}
}





/*Portfolio Section*/



.site-section {
  padding: 2% 0;
}

.filters a {
  color: #000;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.filters a:hover,
.filters a:focus,
.filters a:active {
  text-decoration: none;
}

.filters a:hover:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #000;
}

.filters a.active {
  color: #000;
}

.filters a.active:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #000;
}

.item {
  border: none;
  margin-bottom: 30px;
}

.item .item-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.item .item-wrap:after {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: .3s all ease-in-out;
}

.item .item-wrap img {
  transition: .3s transform ease;
  -webkit-transform: scale(1);
  transform: scale(1);
	 /*-webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
}

.item .item-wrap > .work-info {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  transition: .3s all ease;
}

.item .item-wrap > .work-info h3 {
  font-size: 20px;
  margin-bottom: 0;
	
}

.item .item-wrap > .work-info span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .2rem;
	font-weight: 100;
}

.item .item-wrap:hover {
  text-decoration: none;
}

.item .item-wrap:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
	 -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
}

.item .item-wrap:hover .work-info {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}

.testimonial-wrap {
  padding: 50px 50px 80px 50px;
  background: #eceff2;
}

.testimonial-wrap .testimonial {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.testimonial-wrap .testimonial img {
  border-radius: 50%;
  width: 120px;
  margin: 0 auto 30px auto;
}

.testimonial-wrap .testimonial blockquote p {
  font-size: 20px;
}

.h3 {
  font-size: 20px;
}

.h4 {
  font-size: 16px;
}

.heading {
  font-size: 28px;
}

.readmore {
  display: inline-block;
  border: 1px solid #000;
  padding: 10px 15px;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  transition: .2s all ease;
  font-weight: 700;
}

.readmore:active,
.readmore:focus,
.readmore:hover {
  outline: none;
}

.readmore:hover {
  color: #fff;
  text-decoration: none;
  background: #000;
}

.testimonial-carousel .owl-dots {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot {
  display: inline-block;
}

.testimonial-carousel .owl-dots .owl-dot > span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #cbd3da;
  border-radius: 50%;
  margin: 5px;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  outline: none;
}

.testimonial-carousel .owl-dots .owl-dot.active > span {
  background: #0d1e2d;
}

.sticky-content {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  /* required */
}

.list-line li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.list-line li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .7rem;
  width: 10px;
  height: 2px;
  background: #000;
}

.form-control {
  border-radius: 0;
  background: #f8f9fa;
  border: 1px solid transparent;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.form-control:active,
.form-control:focus {
  background: #eff1f4;
  outline: none;
  box-shadow: none;
  border: 1px solid transparent;
}

.custom-progress {
  height: 7px;
  border-radius: 0;
}

.custom-progress .progress-bar {
  background: #000;
}



.contact-section{
	background-color: #000000;
	color: #f6f6f6;
	text-align: center;
	font-size: 1.3em;
}

.contact-section a{color: #F6F6F6;}
.contact-section a:hover{color: #5e5e5e;}
.contact-section i{font-size: 1.5em; margin-top: 10px;}






