/* CSS Document */


.fullwidth{
	width:100%;
	max-width:90rem;
}

.menubtn{
	color:#999999;
	font-family:"Raleway",Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:200;
}

.menuactive{
	color:#000000;
	font-weight:300;
}

.footnote{
	font-family:"Raleway",Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:200;
	color:#999999;
}

h1{
	font-family:"Raleway",Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:200;
	color:#CCCCCC;
}

.normaltext{
	font-family:"Raleway",Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:200;
	color:#666666;
}

.project{
	margin-bottom:20px;
}


/**************************************************************************************
**
** MEDIA QUERIES
**
***************************************************************************************/

/* https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Media_queries */

@media only screen {
	
}

@media only screen and (min-width: 40.063em) {
	
}

@media only screen and (min-width: 48.063em) {
	
}

@media only screen and (min-width: 64.063em) {
	
}

@media only screen and (min-width: 90.063em) {
	
}

@media only screen and (min-width: 120.063em) {
	
}



/**************************************************************************************
**
** AGAINST SPAMMY ANNOYING LITTLE NERDS
**
***************************************************************************************/

.tegendevervelendeventjes{
	display:none;
}



/**************************************************************************************
**
** Spacers and clear
**
***************************************************************************************/

.spacer5{height:5px;}
.spacer10{height:10px;}
.spacer15{height:15px;}
.spacer20{height:20px;}
.spacer25{height:25px;}
.spacer30{height:30px;}
.spacer45{height:45px;}
.spacer60{height:60px;}
.spacer90{height:90px;}
.spacer110{height:110px;}
.spacer115{height:115px;}
.spacer120{height:120px;}
.spacer125{height:125px;}
.spacer130{height:130px;}
.spacer140{height:140px;}
.spacer145{height:145px;}
.spacer150{height:150px;}
.spacer160{height:160px;}
.spacer180{height:180px;}

.clear{clear:both;}
.center{text-align:center;}




/**************************************************************************************
**
** Inner padding
**
***************************************************************************************/

.innerpad5{padding:5px 5px 5px 5px;}
.innerpad10{padding:10px 10px 10px 10px;}
.innerpad15{padding:15px 15px 15px 15px;}
.innerpad20{padding:20px 20px 20px 20px;}
.innerpad25{padding:25px 25px 25px 25px;}