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

html {
    scroll-behavior: smooth;
    }

html, body {
    height: 100%;
    }

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #777;
    /*overflow-x: hidden;*/
	}
    
nav {
    background: rgba(0, 0, 0, 0.5);
    transition: 1s;
    }

nav.black {
    background: #B39E70;
    }
    
.goud {
	color: #B39E70;
    }

.nopads {
	padding-left: 0px;
	padding-right: 0px;
    }

/* oooooooooooooooooooooooooooooooooooooooo SIMPLEPARALLAX oooooooooooooooooooooooooooooooooooooooo */

.parallax-window {
    min-height: 400px;
	height: 100%;
    background: transparent;
    }

.centerparallax {
	padding-bottom: 100px;
    padding-top: 150px;
	background: transparent;
	position: relative
    }

/* is this in use ? */
.parallax-skyscraper {
    min-height: 400px;
    background: transparent;
    }

/* oooooooooooooooooooooooooooooooooooooooo IN USE ON VALUES-PAGE oooooooooooooooooooooooooooooooooooooooo */

.special h1 {
    font-family: 'Prata', serif;
	font-size: 50px;
	color: #fff;
	line-height: 1.5;
	padding-bottom: 20px;
	text-shadow: 2px 2px 4px #000000;
    }

.special h3 {
    font-family: 'Prata', serif;
	font-size: 35px;
	color: #fff;
	line-height: 1.2;
	padding-bottom: 20px;
    }

i.special {
	color: #B39E70;
	margin-top: 20px;
    }

/* oooooooooooooooooooooooooooooooooooooooo CAROUSEL INSIDE PARALLAX-HEADER oooooooooooooooooooooooooooooooooooooooo */

#carouselExampleSlidesOnly {
	padding: 0px;
	margin-top: 0px; /* was -100 px */
    }
    
#carouselExampleSlidesOnly .carousel-item h1 {
    font-family: 'Lovers Quarrel', cursive;
	font-size: 80px;
	letter-spacing: 3px;
	color: #fff;
    }
    
/* oooooooooooooooooooooooooooooooooooooooo ABOUT SECTION oooooooooooooooooooooooooooooooooooooooo */
#about {
}

.nicetype {
    font-weight: 300;
    font-stretch: normal;
    font-size: 16px;
    color: black;
    line-height: 1.625;
	padding-bottom: 60px;
    padding-top: 100px;
	background-color: #fff;
	}

.nicetype h1 {
	font-family: 'Playfair Display SC', serif;
	color: black;
	line-height: 1.2;
	padding-bottom: 20px;
    }

.nicetype h4, .nicetype h6 {
	font-family: 'Playfair Display SC', serif;
	color: #999999;
	padding-bottom: 20px;
	letter-spacing: 2px;
    }

.goldlinepad {
	padding-left: 40px;
	border-left: 2px solid #B39E70;
    }
    
.whitelinepad {
	padding-left: 30px;
	border-left: 1px solid #444444;
    }
    
/* oooooooooooooooooooooooooooooooooooooooo BUSINESS UNITS SECTION oooooooooooooooooooooooooooooooooooooooo */

.blackbgstripe {
	background-color: #000;
	padding-top: 30px;
	padding-bottom: 20px;
    }
    
.blackbgstripe h2{
	font-family: 'Playfair Display SC', serif;
	color: #fff;
	line-height: 1.5;
    }
    
#busunits {
	/*height: 100vh;*/
	background-image: url("../images/background-group1.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	position: relative; /* needed for absolute positioning of the gradual-top and gradual-bot classes */
    }

/* for visual testing only */
.bordyellow {
	/*border: 1px solid yellow;*/
	height: 33vh;
    }
/* for visual testing only */
.bordpink {
	/*border: 1px solid pink;*/
	height: 33vh;
    }
/* for visual testing only */
.bordlime {
	/*border: 1px solid lime;*/
	height: 33vh;
    }
/* for visual testing only */
.bordpix {
	border: 1px solid white;
    }

.test {
	max-height: 33vh;
	/* JAWADDE MET MAX-HEIGHT WERKT HET MET HEIGHT ALLEEN NIET */
	/* ZOWIEZO DEZE TEST-CLASS IN COMBINATIE MET DE IMG-FLUID */
    }

.zoom {
    transition: transform 1s; /* Animation */
    }

.zoom:hover {
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }
    
.gradualtop {
	width: 100%;
	height: 100px;
	background-image: url("../images/transpdegra100px-top.png");
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
    }

.gradualbot {
	width: 100%;
	height: 100px;
	background-image: url("../images/transpdegra100px-bot.png");
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
    }
    
.extrapad200 {
	/* to compensate for items specially the button, thus being not clickable, being hidden under the gradualtop and gradualbot degrade */
	padding-top: 100px; /* 100px is height of gradualtop */
	padding-bottom: 100px; /* 100px is height of gradualbot */
    }
    
/* oooooooooooooooooooooooooooooooooooooooo MANAGEMENT / EXECUTIVE COMMITTEE oooooooooooooooooooooooooooooooooooooooo */

.blackbg {
	background-color: #000;
	font-family: 'Open Sans', sans-serif;
    padding-top: 20px;
	padding-bottom: 50px;
    }

.blackbg p {
    color: #aaa;
	margin-bottom: 20px;
    }

.blackbg h2 {
	font-family: 'Playfair Display SC', serif;
	color: #fff;
	line-height: 1.5;
	padding-bottom: 20px;
    }
    
.exco h2 {
	color: #B39E70; /* GOLD */
	padding-bottom: 0px;
    }
    
.exco h2:after {
	content: '';
	width: 60px;
	height: 2px;
	background: #B39E70;
	display: block;
	margin-top: 0px;
	}

p.function {
	font-family: 'Martel Sans', sans-serif;
    font-weight: 200;
	color: #FFFFFF;
    }
    
p.functiongold {
	font-family: 'Martel Sans', sans-serif;
    font-size: 24px;
    font-weight: 200;
	color: #B39E70;
    }

/* oooooooooooooooooooooooooooooooooooooooo HISTORY oooooooooooooooooooooooooooooooooooooooo */

#history {
	background-image: url("../images/grey-paper-300.jpg");
	padding-top: 100px;
	padding-bottom: 80px;
	position: relative;
    }

#history p {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 20px;
    }
    
#history h2 {
    font-family: 'Playfair Display SC', serif;
	color: #B39E70; /* GOLD */
    margin-bottom: 50px;
    }

/* oooooooooooooooooooooooooooooooooooooooo FOUNDERVISION oooooooooooooooooooooooooooooooooooooooo */

    
#foundervision {
	/*height: 75vh;*/
    /*min-height: 50vh;*/
	background-image: url("../images/founders-BG.jpg");
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	color: white;
	position: relative;
    }
    
#foundervision h1 {
	font-family: 'Prata', serif;
	font-size: 40px;
	color: #fff;
	line-height: 1.5;
	padding-bottom: 20px;
    }
    
#foundervision h2 {
	font-family: 'Playfair Display', serif;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #B39E70;
}

/* oooooooooooooooooooooooooooooooooooooooo MODAL VIDEO oooooooooooooooooooooooooooooooooooooooo */

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
    }

.modal-body {
    position:relative;
    padding:0px;
    }
    
.close {
    position:absolute;
    right:-30px;
    top:0;
    z-index:999;
    font-size:2rem;
    font-weight: normal;
    color:#fff;
    opacity:1;
    }

/* oooooooooooooooooooooooooooooooooooooooo VALUES SECTION oooooooooooooooooooooooooooooooooooooooo */
#values {
	/*height: 75vh;*/
    /*min-height: 50vh;*/
	background-image: url("../images/background-values0.jpg");
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	color: white;
	position: relative;
    }


.values {
	font-family: 'Open Sans', sans-serif;
    }
    
/*.values h2 {
    font-family: 'Sacramento', cursive;
    font-size: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #B39E70;
    }*/

/* oooooooooooooooooooooooooooooooooooooooo GREEN SECTION WITH VIDEO oooooooooooooooooooooooooooooooooooooooo */

#green {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    }

#green .vidoverlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.3; /* was 0.5 */
    z-index: 1;
    }

#green video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    }

#green .container {
    position: relative;
    z-index: 2;
    }

#green h1 {
    font-family: 'Prata', serif;
	font-size: 60px;
	color: #B39E70;
	line-height: 1.5;
	padding-bottom: 20px;
    }
    
#green h2 {
    font-family: 'Playfair Display', serif;
	color: #fff;
	line-height: 1.5;
	padding-bottom: 20px;
    }

/* oooooooooooooooooooooooooooooooooooooooo /END GREEN SECTION WITH VIDEO oooooooooooooooooooooooooooooooooooooooo */

/* oooooooooooooooooooooooooooooooooooooooo GET IN TOUCH SECTION oooooooooooooooooooooooooooooooooooooooo */
.getintouch {
    color: #fff;
    border-top: 1px solid #B39E70;
    padding-top: 30px;
    }
    


/* uniforming the sacramanto styles */
h2.sacra-gold {
    font-family: 'Sacramento', cursive;
    font-size: 60px;
	color: #B39E70;
    }
    
h2.sacra-white {
    font-family: 'Sacramento', cursive;
    font-size: 60px;
	color: #FFF;
    }


/* oooooooooooooooooooooooooooooooooooooooo FOOTER oooooooooooooooooooooooooooooooooooooooo */

footer.gsl {
    border-top: 10px solid #B39E70;
    background-image: url("../images/background-group0.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    }

footer.gsl h5 {
    font-size: 1rem;
    line-height: 1.375;
	font-family: Rubik, Arial, sans-serif;
    font-weight: 500;
    color: #B39E70;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}

footer.gsl a {
    color: #777;
    font-weight: 500;
    text-decoration: none;
    background-color: transparent;
	}

footer.gsl a:hover {
    color: #fff;
    text-decoration: none;
	}


/* oooooooooooooooooooooooooooooooooooooooo CLASSES USED ON BYD AND HoE UNDER-CONSTRUCYION-PAGES oooooooooooooooooooooooooooooooooooooooo */
.fullscrnbyd {
    position: relative;
    height: 100vh;
    background-image: url("../images/handenvignette2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
    
.fullscrnhoe {
    position: relative;
    height: 100vh;
    background-image: url("../images/handenvignette2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }

.halfscreenvalues {
	/*position: relative;*/
	height: 50vh;
	/*min-height: 500px;*/
	background-image: url("../images/bg-values2.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.parallax-values-top {
    height: 60vh;
    /*min-height: 400px;*/
    background: transparent;
    }
    
.centerparallax-values {
	padding-bottom: 100px;
    padding-top: 100px;
	background: transparent;
	position: relative
    }
    
    .bgcolor0 {
	background-color: #000;
	}
    
.tester {
    background-color: aqua;
    border: 1px solid blue;
}
.percent100 {
height: 100%;
}

.probeereens {
min-height: 100vh;
}
.minvh-70{
    min-height:70vh;
    }
.minvh-50{
    min-height:50vh;
    }


/*.sacra h1 {
    font-family: 'Sacramento', cursive;
    font-size: 60px;
	padding-top: 20px;
	padding-bottom: 40px;
	color: #B39E70;
    }*/
    
    
/* oooooooooooooooooooooooooooooo TOP VIDEO ON VALUES-PAGE oooooooooooooooooooooooooooooo */

.video-background-holder {
    position: relative;
    background-color: #000F28;
    height: calc(100vh - 100px);
  
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    }

.video-background-holder video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    }

.video-background-content {
    position: relative;
    z-index: 2;
    }

.video-background-content h1 {
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 4px;
	text-shadow: 2px 2px 5px #000000;
    }
@media only screen and (max-width: 767px) {
    .video-background-content h1 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 3px;
    }
}

.video-background-content h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
	font-weight: 400;
	letter-spacing: 4px;
	text-shadow: 2px 2px 5px #000000;
    }
@media only screen and (max-width: 767px) {
    .video-background-content h3 {
    font-size: 25px;
    letter-spacing: 2px;
    }
}

.video-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.1;
    z-index: 1;
    }
    
/* oooooooooooooooooooooooooooooo END TOP VIDEO ON VALUES-PAGE oooooooooooooooooooooooooooooo */

video.scaling {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
}
.zwart {
    background-color: #000;
}

.goldback {
    background-color: #B39E70;
    padding-top: 30px;
    padding-bottom: 30px;
}
#forest {
    /*min-height: 50vh;*/
    /* dit werkt maar is overbodig in combinatie met de minvh-70 classe */
	background-image: url("../images/forestposter.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
    
}
#forest h2 {
	font-family: 'Playfair Display', serif;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #B39E70;
}

#forest h1 {
	font-family: 'Prata', serif;
	font-size: 60px;
	color: #fff;
	line-height: 1.5;
	padding-bottom: 20px;
    }
    
.formwrap {
    padding-top: 100px;
    padding-bottom: 50px;
    color: #444;
    background-color: #B39E70;
}

/*.formwrap h2 {
    font-family: 'Sacramento', cursive;
    font-size: 60px;
	color: #fff;
}*/

.yellowgreen {
    color: yellowgreen !important;
}


@media only screen and (max-width: 767px) {
    #forest h1 {
	font-size: 40px;
    }
    #green h1 {
	font-size: 40px;
    }
    h2.sacra-gold {
    font-size: 50px;
    }
    h2.sacra-white {
    font-size: 50px;
    }
}


.creditspro {
    background-color: #000000;
	background: linear-gradient(180deg, rgba(80,80,70,1) 0%, rgba(0,0,0,1) 100%);
	color: #aaa;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    font-size: 14px;
	text-align: center;
	}
.creditspro a:link {
    color: #aaa;
    text-decoration: none;
    }
.creditspro a:visited {
    color: #aaa;
    text-decoration: none;
    }
.creditspro a:hover {
    color: #FFFFFF;
    text-decoration: underline;
    }
.creditspro a:active {
    color: #aaa;
    text-decoration: none;
    }