@charset "utf-8";
/* CSS Document */

body, h1, h2, li, lu, p
{
	margin: 0;
	padding: 0;
}

h1
{
	font-family: 'Raleway', sans-serif;
	font-weight: 50;
	font-size: 110px;
	text-transform: uppercase;
	color: #95D0CD;
	padding-bottom: 25px;
}

h2
{
	font-family: 'Raleway', sans-serif;
	font-weight: lighter;
	color: #CCE6E5;
	padding-top: 80px;
}

p
{
	font-family: 'Baloo Chettan 2', cursive;
	line-height: 30px;
	color: #707070;
	font-size: 17px;
	padding-top: 20px;
}

/* HEADER */

#header
{
	height: 76px;
	padding: 15px;
	padding-left: 63px;
	box-shadow: 5px 0px 10px grey;
}

.social
{
	padding-right: 10px;
}
/* NAVIGATIE */

#nav
{
	text-align: right;
	margin-top: -55px;
	margin-right: 200px;
}

#nav li
{
	display: inline;
	padding-right: 25px;
	
}

#nav li a
{
	font-family:'Raleway', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #95D0CD;
	padding: 10px;
}

#nav li a:hover
{
	color: #136A65;
}

#nav li a.actief
{
	background-color: #95d0cd;
	color: white;
	border-radius: 15px;
}
ul
{
	position: fixed;
  	top: 0;
  	width: 100%;
}


/* INHOUD */

.banner
{
	width: 100%;
}

#inhoud
{
	text-align: center;
}

#middenstuk
{
	width: 1085px;
	height: 876px;
	margin-left: 22%;
	margin-top: 50px;
	padding: 0;
}

#fotoboven
{
	width: 443px;
	height: 438px;
	float: left;
}

#tekstboven
{
	width: 642px;
	height: 358px;
	margin-left: 443px;
	padding-left: 66px;
	text-align: left;
	padding-top: 80px;
}

#tekstonder
{
	width: 581px;
	height: 342px;
	float: left;
	text-align: right;
	padding-top: 95px;
	padding-right: 66px;
}

#fotoonder
{
	height: 437px;
	width: 438px;
	margin-left: 647px;
}

.inhoud
{
	border-radius: 30px;
}

/* FOOTER */

#footer
{
	height: 300px;
	background-color: #95D0CD;
	margin-top: 100px;
	padding-top: 20px;
}

#kolom1
{
	width: 250px;
	margin-left: 250px;
	heigth:250px;
}

#kolom1 p
{
	line-height: 10px;
}
 #kolom1 a
{
	color: white;
	font-size: 12px;
	font-family:'Raleway', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#kolom2
{
	width: 250px;
	margin-left: 525px;
	margin-top: -125px;
}

#kolom2 p
{
	line-height: 10px;
}

#kolom2 a
{
	color: white;
	font-size: 12px;
	font-family:'Raleway', sans-serif;
	text-decoration: none;
}

#kolom2 a:hover
{
	font-weight: bold;
}

#kolom2 a.bovenste
{
	text-transform: uppercase;
	font-weight: bold;
}

#kolom3
{
	width: 250px;
	margin-left: 725px;
	margin-top: -185px;
}

#kolom3 p
{
	line-height: 10px;
}

#kolom3 a
{
	color: white;
	font-size: 12px;
	font-family:'Raleway', sans-serif;
	text-decoration: none;
}

#kolom3 a:hover
{
	font-weight: bold;
}

#kolom3 a.bovenste
{
	text-transform: uppercase;
	font-weight: bold;
}

#socialbeneden
{
	width: 200px;
	height: 50px;
	margin-left: 1480px;
	margin-top: -105px;
}

#ultimatefooter
{
	text-align: right;	
	margin-right: 250px;
	margin-left:250px;
	margin-top:150px;
	padding-top: 20px;
	border-top: 1px solid white;
}

#ultimatefooter li
{
	display: inline;
	padding-right: 10px;
}

#ultimatefooter a
{
	color: white;
	font-size: 12px;
	font-family:'Raleway', sans-serif;
	text-decoration: none;
}

#ultimatefooter a:hover
{
	font-weight: bold;
}