body {
	margin:0px;
	padding:0px;
}

.scrollme {
	min-height:100vh;
	mmin-width:100vh;
	padding:0px 5px;
	padding-bottom: 50px;
	clear:both;
	font-family: 'Arvo', sans-serif;
	font-size:14px;
}

.navheader {
	top:0; 
	left:0;
	min-height:60px; 
	position:fixed;
	border-bottom:0px solid #ddd; 
	width:100%; 
	background-color:#fff; 
	z-index:200; ooverflow:hidden;
	opacity: 1;
	bbackground-color:#54357e;
}

.nav {
	bbackground-color:#dfd; 
	margin:0; 
	padding:0;
	opacity:1;
	font-family: "Helvetica", Times, serif;
	ffont-size: 16px;
}

.menu {
    list-style-type: none;
    margin: 0;
    padding: 12px;
    overflow: hidden;
    bbackground-color: #fdd;
    bborder:1px solid black;
}

li.dropdown {
	display:inline-block;
}
.menu li {
	float:left;
}
.menu li a, .mob-menu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
li a:hover {
   color: #ff0000;
}

img {
	border-radius:15px;
	margin-bottom:10px;
}
h2, h3 {
	font-family: 'Lobster', sans-serif;
	color:#54357e;
	overflow:hidden;
	ffont-size:24px;
}
h1 {
	font-family: 'Lobster', sans-serif;
	ffont-size:20px;
	color:#54357e;
}
p {
	font-family: 'Arvo', sans-serif;
	font-size:14px;
}
a {
	text-decoration:none;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #54357e;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
    border:1px solid white;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
	bbackground-color: #f1f1f1
}

.dropdown:hover .dropdown-content{
    display: block;
}

.nav-mobiel { 
     display:none; 
     float:none;
     position:absolute;
     right:0px;
     top:60px;
     background-color:#54357e;
     margin:10px;
     border-style:solid;
     border-width:1px;
     color:white;
}

.menu-icon {
  display:none;
  float:right;
  padding:20px;
  color:white;
  text-decoration:none;
}
.knop {
	ffont-size:16px;
}
.event-foto {
	float:left;
	margin-right:10px;
	min-width:250px;
	width:45%;
}
#jaarvergadering {
	background-color:#ffc;
	ffont-size:14px;
}
#verslagTekst {
	box-shadow: 5px 5px 10px;
	padding: 10px;
	border-radius:15px;
	margin-top:25px;
	margin-bottom:50px;
}

figure {
	margin:0;
	max-width:25vw;
	padding:2px;
}

#canvas2, #canvas4 {
	max-width:1000px;
}

.jubileum {
	width:48%;	
}


@media only screen and (max-width: 960px) {
	.menu {
		display: none;
	}
	.menu-icon{
		display:block;
		padding:8px 75px;
	}
	.navheader {
		min-height:70px;
	}
	p {
		font-size:14px;
	}
	h2 { 
		hwidth:100%;
		ffont-size:40px;
	}
	.knop, input, form, #jaarvergadering {
		font-size:14px;
		margin:5px;
	}
	.event-foto {
		width:100%;
		float:none;
	}
	
	#meerfoto {
		ffont-size:30px;
	}
	
	figure {
		max-width:40vw;
	}
	
	#canvas2, #canvas4 {
		max-width:200px;
	}

	.jubileum {
		width:100%;
	}
	
}

.leftcurtain{
	width: 50%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 2;
}
.rightcurtain{
	width: 51%;
	height: 100%;
	right: 0px;
	top: 0px;
	position: fixed;
	z-index: 3;
}
.rightcurtain img, .leftcurtain img{
	width: 100%;
	height: 100%;
}
.logo_image {
	z-index:5;
	left:50%;
	top:200px;
	margin-left:-250px;
	position:fixed;
}
bbody {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
