body {
	transition: background-color 1s ease;
	overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

#main {margin-left: 60px}

h1 {
    font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 700;
	font-size: 16px;
    font-style: normal;
	letter-spacing: -0.2px;
}

h2{
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 7vw;
  line-height: 1;
  margin: 0;
}

h3{
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3vw;
  line-height: 1;
  margin: 0;
}

h4{
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2vw;
  line-height: 1.2;
  margin: 0;
}

h5{
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7vw;
  line-height: 1.2;
  margin: 0;
}

h6 {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5vw;
	line-height: 1.0;
	margin: 0;
}


.intro {
  font-weight: 500;
}

/* fonts die zo mooi kleuren */
span.color1:hover { color: #6457A6; transition: color 0s; }
span.color2:hover { color: #2CA58D; transition: color 0s; }
span.color3:hover { color: #ffc700; transition: color 0s; }
span.color4:hover { color: #F46197; transition: color 0s; }



span.color1, span.color2, span.color3, span.color4 {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    cursor: cell;
    line-height: 100px;
    transition: color 3s;
    transition-delay: 1s;
    padding: 0 !important;
	font-size: 7vw;
	line-height: calc(1.1em + 0.3vw);
}

/* einde van prachtig intro */

p {
    font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 700;
	font-size: 16px;
    font-style: normal;
	letter-spacing: -0.4px;
}


.projectfont {
	font-weight: 400;
    text-transform: uppercase;
	letter-spacing: 0.4px;
}


@media only screen and (max-width: 600px) {
	span.color1, span.color2, span.color3, span.color4 {
		font-size: 14vw;

		
		}
	
}

@media only screen and (max-width: 600px) {
		h2 {font-size: 14vw;
		text-align: left;
	}
	
}

@media only screen and (max-width: 600px) {
	h3 {
		font-size: 8vw;
		font-weight: 500;
		text-align: left;
	}
}

@media only screen and (max-width: 600px) {
	h4 {
		font-size: 7vw;
		font-weight: 500;
		text-align: left;
	}
}

@media only screen and (max-width: 600px) {
	h5 {
		font-size: 6vw;
		font-weight: 700;
		text-align: left;
	}
}

@media only screen and (max-width: 600px) {
	h6 {
		font-size: 5vw;
		font-weight: 500;
		text-align: left;
	}
}

.vert-text {
	color: #000;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.8px;
	padding: 30px 10px;
}

.w3-sidebar {
			animation: hGrow 1s ease-out;
			height: 100%;
			overflow: auto;
			overflow-x: none;
			overflow-y: auto;
			position: absolute;
			width: 60px;
}


@media only screen and (max-width: 600px) {
		.full-heigth {height: 100%}
	
}


	
/*animatie sidebar*/

@keyframes hGrow {
			0% {
  		width: 0%;
  		overflow: hidden;
		opacity: 1;
	}

			100% {
			width: 60px;
			overflow: auto;
			overflow-x: none;
			overflow-y: auto;
			opacity: 1;
	}
}

.year {
	color: #000;
}

hr {
  border: 1px 1px solid rgba(255,255,255,.25);
}

hr.new1 {
  border: 2px solid #fff;
}

hr.new5 {
  border: 10px solid #fff;
}

.wit {
	color: #fff;
	
}

.grijs {
	color: #BABABA;
	
}

@media only screen and (max-width: 600px) {
    .nopad {
        margin-top: -30px;
    }
}



/* panel styles */
.panel {
	min-height: 100vh;
}



/* colours */
.color-black {
  background-color: #100b00;
}
.color-grey {
  background-color: #aeaeae;
}
.color-white {
  background-color: #FFF;
}
.color-green {
  background-color: #4DCF42;
}
.color-yellow {
  background-color: #FAEB33;
}
.color-orange {
  background-color: #F19031;
}
.color-red {
  background-color: #F2293A;
}

.item {
  width: 200px;
  height: 200px;
  margin: 50px auto;
  padding-top: 75px;
  background: #ccc;
  text-align: center;
  color: #FFF;
  font-size: 3em;
}

/* happyslider telefoon*/
.phone {
	margin: auto;
	width: 50%;
	width: 375px;
	height: 667px;
}

.phone {
	border-color: #7e7e7e;
	border-style: solid;
	border-width: 55px 7px;
	border-radius: 40px;
	overflow: hidden;
	box-shadow: 6px 6px 12px rgba(0,0,0,.2);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	width: 375px;
	height: 667px;
}

	.phone iframe {
		border: 0;
		width: 100%;
		height: 100%;
	}

@media only screen and (max-width: 600px) {
	.phone {
		width: 300px;
		height: 627px;
	}
}

/*happyslider pagina*/

.happysl {
	background-color: #16e0bd;
}

	.happysl .intro {
		color: #093a3e;
	}

	.happysl p {
		color: #093a3e;
	}

	.happysl h1 {
		color: #093a3e;
	}

	.happysl h2 {
		color: #093a3e;
	}

	.happysl h3 {
		color: #093a3e;
	}

	.happysl h4 {
		color: #093a3e;
	}

	.happysl h5 {
		color: #093a3e;
	}
	
	.happysl h6 {
		color: #093a3e;
	}

	.happysl .new1 {
		border: 2px solid #093a3e;
	}

.happysl hr {
		border: 1px solid rgba(9,58,62,.5);
	}

/* linkjes */

a {
	text-decoration: none;
	transition: 2s;
	transition-delay: 1s;
}


	a:hover {
		color: #ffc700;
		transition: color 0.3s;
	}
	
.w3-spin{animation:w3-spin 8s infinite linear}

.raar {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media only screen and (min-width: 601px) {
.hide {
	display: none;
	}
}

@media only screen and (max-width: 600px) {
.hidepad {
	display: none;
	}
}

/* begin marquee */
.marquee {
  font-size: 80px;
  position: absolute;
  width: 100vw;
  max-width: 100%;
  height: 130px;
  margin-left: -50px;
  margin-top: 0px;
  overflow-x: hidden;

}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 32s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* einde marquee */

/*inholland pagina*/



	/*seeviews pagina*/

	.seeviews {
		background-color: #00120B;
	}

		.seeviews .intro {
			color: #F7F0F5;
		}

		.seeviews p {
			color: #F7F0F5;
		}

		.seeviews h1 {
			color: #F7F0F5;
		}

		.seeviews h2 {
			color: #F7F0F5;
		}

		.seeviews h3 {
			color: #F7F0F5;
		}

		.seeviews h4 {
			color: #F7F0F5;
		}

		.seeviews h5 {
			color: #F7F0F5;
		}
	
		.seeviews h6 {
			color: #F7F0F5;
		}

		.seeviews .new1 {
			border: 2px solid #F7F0F5;
		}

	.seeviews hr {
			border: 1px solid rgba(247,240,245,.5);
		}
		

		/*inholland pagina*/

.inholland {
			background-color: #DBFCFF;
		}

			.inholland .intro {
				color: #320E3B;
			}

			.inholland p {
				color: #320E3B;
			}

			.inholland h1 {
				color: #320E3B;
			}

			.inholland h2 {
				color: #320E3B;
			}

			.inholland h3 {
				color: #320E3B;
			}

			.inholland h4 {
				color: #320E3B;
			}

			.inholland h5 {
				color: #320E3B;
			}
	
			.inholland h6 {
				color: #320E3B;
			}

			.inholland .new1 {
				border: 2px solid #320E3B;
			}

		.inholland hr {
				border: 1px solid rgba(50,15,59,.5);
			}
				
