@charset "utf-8";
/* CSS Document written by protolan.be */
/*        ALL RIGHTS RESERVED          */
/*      NO MODIFICATION ALLOWED        */

/*-- MEDIAQUERIES --*/

/*-- MOBILE --*/
#gezichten h2{margin-left: 0%; }
h1{font-size: 1em; }
#header h1{ font-size: 2.8em; width: 100%;}
#referenties #info p{font-size: 0.8em;}
#subfooter .datum{font-size: 0.7em;}

/* Larger than mobile */
@media (min-width: 400px) {
}

/* Larger than phablet */
@media (min-width: 550px) {
	h1{font-size: 1.5em; }
	h2{font-size: 1.5em; }
	#gezichten h2{margin-left: 4%; }
	#header h1{font-size: 4em; width: 50%;}
	#referenties #info p{font-size: 2em;}
}

/* Larger than tablet */
@media (min-width: 750px) {
}

/* Larger than desktop */
@media (min-width: 1000px) {
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
}