﻿html, body {
	
	margin:0;
	padding:0;
	width:100%;
}

body {
	
	font-family: Arial;
	
}

h1 {
	font: 400 110px/0.8 'Great Vibes', Helvetica, sans-serif;
	font-size: 6.9vw;
	font-style:italic;
	margin-top:0;	
	letter-spacing: 2px;
	line-height: 130px;
	font-weight:bold;
	text-align:center;
	padding-top:250px;
	color:#fff;	
}

h2 {
	font: 400 70px/0.8 'Great Vibes', Helvetica, sans-serif;
	font-size: 5.9vw;
	font-style:italic;
	text-align:center;
	color:#fff;	
}

h6 {
	font: Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	color:#fff;
	margin:0px;

}


header {
	
	width: 100%;
	height: 100vh;
	background: linear-gradient(rgba(0,0,100,0.5),rgba(0,0,100,0.5)),url(images/kasteelVorden.jpg) no-repeat 50% 50%;
	background-size: cover;
	
}

.content {
	width: 60%;
	margin: 4em auto;
	font-size: 20px;
	line-height: 30px;
	text-align: justify;
	border:2px dashed rgba(0,0,100,0.5);
	padding: 20px;
	
}

.content ul li{
	text-align: left;
}

.content ul li a {
	
	text-decoration: none;
	text-decoration:underline;
	color: #000;
	font-size: 20px;
	
}


.logo {
	position: fixed;
	float: left;
	margin: 16px 36px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;	
}

.test {
	background:rgba(0,0,100,0.5);
	height: 40px;
  	line-height: 40px;
  	text-align: center;
 }
 
.addin {
	display:none;
}


img.right {
	width: 30px;	
}

img.right2 {
	width: 50px;
}

img.thumb {
	width: 600px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


nav {
	position: fixed;
	width: 100%;	
}


nav ul {
	
	list-style: none;
	background: rgba(0,0,0,0);
	overflow: hidden;
	color: #fff;
	padding: 0;
	text-align: center;
	margin: 0;
	transition: 1s;
	
}

.menu-right {
	
	float:right;
	margin:0px 0px;

	
}

nav.black ul a{
	color: #000;		
}

nav.black ul {
	background:#FFF;
	
}


nav ul li {
	display: inline-block;
	padding: 20px;
	
}

nav ul li a {
	
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	
}




.menu-icon {
	width:100%;
	background: #000;
	text-align: right;
	box-sizing: border-box;
	padding: 15px 24px;
	cursor:pointer;
	color:#fff;
	display:none;
	
}

.mapouter {
  background-color: gray;
  float:left; 
  margin-right:20px;
  width:60%;
  border-right:2px solid #000;
}
.boxOne { 
  background-color: white;
  overflow:hidden;
  margin:10px;
  border:2px dashed #ccc;
  min-height:170px;
  min-width:400px;
}


@media(max-width: 580px) {
	.logo{
	position: fixed;
	top: 0;
	margin-top: 16px;		
	}
	
	nav ul {
	max-height: 0px;
	background:#000;
	}
	
	nav.black ul {
	background: #000;
	}
	
	nav.black ul a{
	color: #FFF;
	}
	
	.showing {
	max-height: 30em;
	}
	
	nav ul li {
	box-sizing: border-box;
	width:100%;
	padding: 18px 0; 
	text-align:center;
	}
	
	.menu-icon {
	display:block;
	}
	
	h1 {
	font-size:48px;
	}
	
	.content {
	background-color:#FFF;
	width: 80%;
	font-size: 14px;
	}
	
	.content ul li a {
	font-size:14px;
	}

	
	img.thumb {
	width: 270px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

	
	.mapouter { 
    float: none;
    margin-right:0;
    width:auto;
    border:0;
    border-bottom:2px solid #000;
    }

}

