﻿/* Stylesheet - Ontwikkeld door Speak. */

/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Algemeen ---------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

.clearfix {
	clear: both;
	width: 100%;
	height: 0;
	overflow: hidden;
}

html, body {
	height: 100%;
}

body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #7C6D6A;
	background-color: #fff;
	margin: 0;
}

a {
	outline: 0;
	border: 0;
	color: #D45954;
}

	a:hover {
		outline: 0;
		border: 0;
		color: #7C6D6A;
	}

p, ul, ol {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 40px;
	font-weight: normal;
	line-height: 50px;
	margin: 0 0 0px 0;
	color: #7C6D6A;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	margin: 0 0 6px 0;
	color: #333;
}

h3 {
	font-size: 16px;
	line-height: 19px;
	margin: 0;
	color: #333;
}


xxxxxxx:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}


/* Main ***************************************************/
header {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

	header img {
		width: 100%;
	}


.wrapper {
	width: 100%;
	margin: 0 auto;
}

.content {
	width: 80%;
	text-align: center;
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
	margin: 50px auto 80px auto;
}

@media (min-width: 1000px) {
	.content {
		width: 60%;
	}
}

@media (max-width: 576px) {
	.content {
		width: 90%;
		font-family: 'Open Sans', Arial, sans-serif;
		font-size: 16px;
		line-height: 24px;
	}
}
