*{
	margin: 0;
	padding: 0;
}
.clear{
	clear: both;
}
footer {
	background-color: #FF4C00;
	color: #FFF;
	padding: 10px;
}
footer a {
	color: #FFF;
	text-decoration: none;
}
ul{
	list-style: none;
}
body{
	font-family: 'PT Sans', tahoma;
}
nav ul li a{
	text-decoration: none;
	color: #444;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
nav ul li a:hover, nav ul li a.active{
	padding-bottom: 20px;
	border-bottom: 4px solid #FF4C00;
	color: #000;
}
header{
	border-top: 20px solid #FF4C00;
	height: 460px;
}
header .holder, section.holder{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 17px 0;
}
header #logo{
	display: inline; 
}
header #logo img{
	width: 287px;
}
header nav{
	display: inline;
}
header nav ul{
	position: absolute;
	top: 43px;
	right: 0;
}
header nav ul li{
	display: inline;
	margin-right: 35px;
}
header nav ul li:last-child{
	margin-right: 0;
}
header div#slideshow{
	text-align: center;
	height: 225px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(/img/header1.jpg);
	text-transform: uppercase;
	color: #FFF;
	padding-top: 125px;
}
header #slideshow h1 {
	font-size: 55px;
	font-weight: 700;
}
header div#slideshow p {
	font-size: 30px;
	font-weight: 700;
}
section div.roundimage{
	background-repeat: no-repeat;
	box-sizing: border-box;
	width: 180px;
	height: 180px;
	border-radius: 90px;
	display: inline-block;
	padding-top: 100px;
	margin: 0 20px 30px 0;
	background-position: center center;
	background-size: cover;
	vertical-align: top;
}
section div.roundimage:nth-child(1){
	background-image: url(/img/rondje1.jpg);
}
section div.roundimage:nth-child(2){
	background-image: url(/img/rondje2.jpg);
}
section div.roundimage:nth-child(3){
	background-image: url(/img/rondje3.jpg);
}
section div.roundimage:nth-child(4){
	background-image: url(/img/rondje4.jpg);
}
section div.roundimage:nth-child(5){
	background-image: url(/img/rondje5.jpg);
}
section #round div:last-child {
	margin-right: 0;
}
section .roundimage a {
	display: block;
	color: #444;
	text-decoration: none;
	background-color: rgba(255,255,255,.8);
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
section .roundimage a:hover {
	color: #666;
}
section div#main_section {
	margin-bottom: 20px;
}
section div#main_section h2 {
	text-transform: uppercase;
	text-align: center;
	font-size: 35px;
	margin-bottom: 15px;
}
section div#main_section p {
	font-size: 14px;
	line-height: 24px;
}
div#contact > div {
	display: inline-block;
	width: 49.5%;
	vertical-align: top;
}
div#contact input[type="text"],.contactform input[type="text"]{
	width: 90%;
	font-family: 'Montserrat';
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #CCC;
	margin-bottom: 2px;
}
div#contact textarea,.contactform textarea {
	width: 90%;
	height: 100px;
	box-sizing: border-box;
	padding: 10px;
	font-family: 'Montserrat';
	border: 1px solid #CCC;
}
div#contact input[type="submit"],.contactform input[type="submit"]{
	background-color: #620023;
	border: none;
	padding: 10px 20px;
	font-family: 'Montserrat';
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
}