@media screen and (max-width: 900px) {
	html {
        font-size: 140% !important;
		
	}
}

html {
   font-size: 100%; 
}

body {
    font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
    font-size: 1.0em;
    line-height: 1.6; 
}

h1 {
    margin: 0 0 .5em 0;
    line-height: 1.2;
	color: #c38a6e;
    font-weight: bold;
    font-style: normal;
}

#page h1 {
	font-size: 1em;
    margin: 1em 0 0.7em 0;
    color: 49290b;
    font-weight: bold;
}

#page .activiteitenGrid h1 {
	margin-top: 0px;
}
#page .servicesGrid h1 {
	margin-top: 0px;
}