@charset "UTF-8";
@import url("../webfonts/glsnecb/stylesheet.css");


/* Global Content Formatting and Styles */

body {
	line-height: 1.5em;
	font-family: "gillsans light";
	font-size: 14px;
	background-color: rgba(232,231,209,1);
	background-image: url(../achtergrond%20site-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.page {
	max-width: 1000px;
	margin: 0px auto 0px auto;
	position: relative;
	background-color: #fff;
	box-shadow: 6px 6px 16px 2px rgba(0,0,0,.5);
	min-height: 250px;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	color: #C11D2C;




margin 0 0 .5em 0;					font-family: gil;
	white-space: normal;
	display: inline;
}
h2 {font-size: 1.7em; margin 0 0 .5em 0;}
h3 {font-size: 1.5em; margin 0 0 .5em 0;}
p {
	margin: 0 0 .75em 0;
}
a {
	color: #C11D2C;
}
a:hover {
	color: #FF6600;
}



footer {
	font-size: .85em;
	color: #514f26;
	background-color: #514f26;
	padding: 30px 10px 30px 0px;
	background-image: url(../images/randonder.jpg);
	background-repeat: repeat;
	border-top-width: 40px;
	border-top-style: solid;
	border-top-color: rgba(81,79,38,1);
	border-right-color: rgba(81,79,38,1);
	border-bottom-color: rgba(81,79,38,1);
	border-left-color: rgba(81,79,38,1);
	max-width: 980px;
	margin: 0px auto 0px auto;
}

nav{
	display: block;
	font-family: "gillsans light";
	font-size: 1.1em;
	color: rgba(255,255,255,1);
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

nav a{
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-image: url(../images/bolvoorknoproodgroot.png);
	background-position: center center;
	text-align: center;
	margin: 5px;
	padding-top: 42px;
	padding-right: 22px;
	padding-bottom: 42px;
	padding-left: 22px;
	text-decoration: none;
}

nav a:hover{
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-image: url(../images/bolvoorknoporanjegroot.png);
	background-position: center center;
	text-align: center;
	margin: 5px;
	padding-top: 42px;
	padding-right: 22px;
	padding-bottom: 42px;
	padding-left: 22px;
	text-decoration: none;
	
}



.clear-fix { clear:both; line-height:1px;}
