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

@font-face {
    font-family: LetterGothic;
    src: url(http://blokfluitlesutrecht.nl/stijl/letters/LetterGothicStd.otf)
}

html, body {
	background-image: url(http://www.blokfluitlesutrecht.nl/stijl//illustraties/bg.png);
	background-repeat: repeat-x;
  	background-attachment: fixed;
  	background-position: bottom; 
	background-color: #fff;
	margin: none;
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}

a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 1px;
	color: #5c5d77;
	text-decoration: none;
}

a:hover{
	color: #c2499a;
	font-weight: 500;
}

p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 22px;
	font-weight: 300;
	color: #5c5d77;
	text-decoration: none;
	line-height:35px;
}

h1 {
	font-family: LetterGothic;
	font-size: 74px;
	font-weight: bold;
	color: #F54C41;
	margin: 0;
}

h2 {
	font-family: LetterGothic;
	font-size: 37px;
	font-weight: 600;
	text-align: right;
	color: #39294E;
	margin: 0;
}

h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 1px;
	color: #5c5d77;
	text-decoration: none;
}

h3:hover{
	color: #C24991;
	font-weight: 500;
}

h4{
	font-family: LetterGothic;
	font-size: 24px;
	font-weight: 600;
	color: #c2499a;
	margin: 0;
}

.container{
}

.menu {
	width: 900px;
	margin: auto;
}

ul {
  	list-style-type: none;
  	margin: 10px auto 0 auto;
 	overflow: hidden;
}

li {
  	float: left;
}

li a {
	display: inline-block;
	padding: 0 50px;
	cursor: pointer;
}

.dropbtn {
 	display: inline-block;
	padding: 0 50px;
	cursor: default;
}

.dropbtn h3 {
	cursor: default;
}

li a:hover, .dropdown:hover .dropbtn {
  	color: #c2499a;
}

li.dropdown {
  	display: inline-block;
}

.dropdown-content {
  	display: none;
 	position: absolute;
 	background-color: #fff;
 	min-width: 100px;
	margin-left: 39px;
 	box-shadow: 0px 8px 16px 0px rgba(57,41,78,0.3);
 	z-index: 1;
}

.dropdown-content a {
  	padding: 12px 18px 12px 10px;
	font-size: 14px;
	font-weight: 300;
  	text-decoration: none;
  	display: block;
  	text-align: left;
}

.dropdown-content a:hover {
	color: #fff;
	background-color: #c2499a;
}

.dropdown:hover .dropdown-content {
  	display: block;
}

.titel {
	height: 100px;
	width: 730px;
	margin: 35px auto 0 auto;
	text-align: center;
}

.ondertitel {
	height: 100px;
	width: 665px;
	margin: auto;
	text-align: right;
}

.content{
	width: 40vw;
	margin-top: 10vh;
	margin-left: 20vw;
}

.content h2{
	color: #c2499a;
	text-align: left;
}

.content a{
	color: #c2499a;
}

img {
	position: absolute;
	margin-botom: 10vh;
	margin-left: 45vw;
	float: right;
	width: auto;
	height: 50vh;
	display: inline;
}

.footer, .push {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	color: #fc986d;
	text-align: center;
	width: 100%;
	height: 20px;
}
