*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: '';
}

.clearfix:after {
	clear: both;
}

body {
	font-family: "Avenir Next", Avenir, 'Helvetica Neue', 'Lato', 'Segoe UI', Helvetica, Arial, sans-serif;
	color: #666666;
	background-image: url(../img/blad1.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100vw;
}

a {
	outline: none;
	color: #77d45b;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #fff;
}

a.two {
	outline: none;
	color: #77d45b;
	text-decoration: none;
}
a.two:hover,
a.two:focus {
	color: #000000;
}

button:focus {
	outline: none;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}


/* Header */

.codrops-header {
	padding: 1em 1em 1em;
	text-align: center;
	background-color:#FFFFFF
}

.codrops-header h1 {
	margin: 0 0 0;
	letter-spacing: -1px;
	font-size: 3em;
	line-height: 1;
	font-weight: normal;
}

.codrops-header h1 span {
	display:block;
	padding: 0;
	color: #999;
	font-weight: normal;
	font-size: 0.45em;
	letter-spacing: 0;
}


/* Top Navigation Style */



/* Content */

.content {
	padding: 1em 0 1em;
	width: 100%;
	margin: 0 auto;
	color:#FFFFFF;
}

/* Footer */

.codrops-footer {
	padding: 1em 12% 1em 12%;
	overflow: hidden;
	text-align: center;
	background-color:#FFFFFF;
}

.codrops-footerboxleft {
	text-align:left;
	float:left;
	margin: 0 90px 50px 0;
}

.codrops-footerboxleft2 {
	text-align:left;
	float:left;
	margin: 0 0 50px 0;
}

.codrops-footerboxright {
	text-align:left;
	float:right;
}

.codrops-footer h1 {
	margin: 0 0 0;
	letter-spacing: -1px;
	font-size: 3em;
	line-height: 1;
	font-weight: normal;
}

.codrops-footer h1 span {
	display:block;
	padding: 0;
	color: #999;
	font-weight: normal;
	font-size: 0.45em;
	letter-spacing: 0;
}

/* Demo ad style */

body #cdawrap {
	top: 15px;
	right: auto;
	left: 15px;
	background-color: rgba(0, 0, 0, 0.6);
	border: none;
}

body #cdawrap .carbon-text {
	color: #EBEBEB;
}

@media screen and (max-width: 50em) {
	.codrops-header {
		padding: 2em 5%;
	}
}

@media screen and (max-width: 40em) {
	.codrops-header h1 {
		font-size: 2.15em;
	}
}
