@import url(https://fonts.googleapis.com/css?family=Coustard|Open+Sans);

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #777;
	background: #000;
	margin: 0;
	padding: 0;
}

h1, h5 {
	font-family: 'Coustard', serif;
	color: #fff;
	font-weight: normal;
}

h1 { font-size: 63px; line-height: 70px; margin: 0; }
h5 { font-size: 28px; line-height: 35px; color: #b7b7b7; margin: 10px 0; }

a { color: #b7b7b7; text-decoration: none; }
a:hover { text-decoration: underline; }

/* Slideshow en Lagen */
#maximage { 
	position: fixed !important;
	z-index: 1 !important; /* Achteraan */
	display: none; 
}

.fixed-gradient {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5; /* Tussen foto en tekst */
	pointer-events: none;
}

.content { 
	position: absolute;
	top: 150px;
	left: 40px;
	width: 600px;
	z-index: 100; /* Vooraan */
}

.show { display: block !important; }
.hide { display: none !important; }

#logo {
	font-family: 'Coustard', serif;
	font-size: 49px;
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 1000;
	color: #fff;
}

.main-nav {
	position: absolute;
	bottom: 53px;
	left: 230px;
	z-index: 1000;
}

.main-nav ul li { 
	list-style: none;
	display: inline;
	padding: 0 15px;
	border-left: 1px solid #555;
}

.main-nav ul li a.active { color: #ffa800; }

button.full-screen { 
	position: absolute;
	top: 20px;
	right: 20px;
	width: 31px;
	height: 31px;
	background: url("../images/full-screen-btn.png") no-repeat;
	border: 0;
	cursor: pointer;
	z-index: 1000;
	opacity: 0.6;
}

#arrow_left, #arrow_right {
	position: absolute;
	bottom: 40px;
	right: 40px;
	z-index: 1000;
}

#arrow_left { right: 100px; }