html, body{
	height: 100%;
	font-family: 'Barlow', sans-serif;
}

img{
	max-width: 100%;
}

header{
	width: 100%;
	height: 120%;
	background-size: cover;
}

.wrap-intro{
	width: 840px;
	
	color: #00ffac;
	padding-top: 12%;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -420px;
	z-index: 9;
}

.wrap-intro p{
	font-size: 36px;
}



.wrap{
	width: 1192px;
	margin: 0 auto;

}

main{
	min-height: 1200px;
	background-color: white;
	z-index: 99;
	position: absolute;
	top: 100%;
	width: 100%;
}

section{
	/* border-bottom: 1px solid #00ffac; */
}



section h1{
	text-align: center;
	color: #00ffac;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 36px;
	margin-top: 90px;
	margin-bottom: 60px;
}

article{
	width: 564px;
	height: 580px;
	display: inline-block;
	margin-right: 60px;
	margin-bottom: 50px;
	vertical-align: top;
	
}

article:nth-of-type(2n){
	margin-right: 0;
}

article h2{
	font-size: 48px;
	line-height: 50px;
	margin-bottom: 2px;
	
}



.intro{
	margin-top: 15px;
	font-size: 18px;
}

.intro a{
	text-decoration: underline;
	color: black;
}


.article-content{
	border-bottom: 1px solid #00ffac;
	height: 579px;
}




/*
section article:nth-last-child(2) .article-content{
	border-bottom: 0;
}

section article:last-child .article-content{
	border-bottom: 0;
}
*/


footer{
	clear: both;
}

.footer-wrap{
	width: 920px;
	margin: 0 auto;
	margin-top: 140px;
	
}

footer .v{
	width: 200px;
	float: left;
}

footer .v-description{
	
background-color: #00ffac;
	min-height: 300px;
	padding: 65px;
	margin-bottom: 90px;
}

.v-description a{
	color: white;
}

footer .v-col{
	width: 600px;
	float: right;
	
	margin-bottom: 65px;
}

footer .v-fonds{
	padding-bottom: 165px;
}

footer .v-fonds img{
	display: inline-block;
	vertical-align: top;
	margin-right: 55px;
}

#mondriaan{
	width: 88px;
}

#filmfonds{
	width: 180px;
}

.clear{
	clear: both;
}

.credits{
	
	padding: 10px;
	background-color: black;
	color: white;
	text-align: center;
	font-size: 15px;
	position: absolute;
	left: 0;

	bottom: 0;
	width: 100%;
}



h5.back a{
	font-size: 16px;
}

.back-about{
	color: white;
	margin-top: 0;
}

/* --- responsive video ---- */

.resp-container {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}
		
.resp-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* ------- fonts -------*/


h3{
	font-size: 32px;
	margin-top: 65px;
	margin-bottom: 55px;
	font-weight: 400;
}


h4{
	color: white;
	margin-bottom: 0;
	font-size: 28px;
}

h5{
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	color: black;
	margin-bottom: 10px;
	margin-top: 20px;
}

p{
	font-size: 18px;
}

hr{
	border: 0;
	border-top: 1px solid #00ffac;
	margin-top: 20px;
	margin-bottom: 30px;
}


/* ------- detail ------------ */


.films-subtitle{
	font-size: 12px;
	color: white;
}

.detail-wrap{
	width: 1085px;
	margin: 0 auto;
	background-color: white;
	padding: 85px;
	padding-top: 50px;
	margin-top: -390px;
	
	min-height: 1200px;
	
}

.article-inner{
	padding-bottom: 65px;
	border-bottom: 1px solid #00ffac;
}

.detail-intro{
	font-weight: 500;
	font-size: 21px;
	
	
}

.detail-head{
	padding-bottom: 55px;
}

h5 a:hover{
	text-decoration: none;
}

.detail-head h2{
	font-size: 88px;
	font-weight: 600;
	line-height: 100px;
}

.detail-head .subtitle{
	font-size: 34px;
}

.detail-main .intro{
	font-weight: 600;
}

.detail-main{
	width: 510px;
	float: left;
}

.detail-side{
	width: 310px;
	float: right;
	padding-top: 7px;

}

.detail-side p{
		font-size: 17px;
}

.detail-side img{
	margin-bottom: 20px;
}

.de-films{
	width: 424px;
	height: 270px;
	margin-right: 61px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 60px;
	position: relative;
}

.de-films-caption{
	position: absolute;
	margin-top: 20px;
	margin-left: 20px;
}


.de-films-wrap .de-films:nth-of-type(2n){
	margin-right: 0;
}



.year{
	font-size: 0.65em;
	padding-left: 5px;
}

.image{
	margin-bottom: 20px;
}

#links a{color: black; font-size: 17px;}
#links a:hover{text-decoration: none;}

.arrow{
	color: #00ffac;
}

.intro-mobile{
		display: none;
	}

.detail-head h5{
		font-size: 17px;
	}


.mobile-hide{
	display: block;
}

.quotes{
	background-image: url(../img/logo-mega.png);
	background-size: 100%;
	
	background-repeat: no-repeat;
	min-height: 5000px;
}

.quote{
	width: 50%;
	padding: 90px;
	padding-left: 15%;
	padding-right: 15%;
	 text-align: center;
}

.quote:nth-child(2n+3) {margin-left: 50%;}

#quotebar{
	text-align: center;
	padding-top: 100px;
}

#quotebar img{
	 width: 150px;
	
}

.mobile-show{
	display: none;
}



@media only screen and (max-width : 1024px) {

	
	.quote{

	padding-left: 10%;
	padding-right: 10%;

}
	
	
.mobile-hide{
	display: none;
}
	
.mobile-show{
	display: block;
}
	
	.intro-mobile{
		display: block;
		padding: 20px;
		padding-bottom: 0;
	}
	
	.intro-mobile p{
		font-size: 26px;
		font-weight: 500;
	}
	
	#v-mobile{
		margin-top: 70px;
		margin-bottom: 40px;
	}
	
	
	.wrap{
		width: 730px;
	}
	
	.wrap-intro{
		display: none;
	}
	
	main{
		top: auto;
	}
	
	article{
		width: 350px;

		height: 470px;


		margin-right: 25px;
	}
	
	.article-content{
		height: 469px;
	}
	
	article h2{
		font-size: 30px;
	}
	
	.article-content p{
		font-size: 17px;
	}
	
	.intro{
		font-size: 16px;
	}
	
	header{
		height: 400px;
		background-position: center center;
	}
	
	.footer-wrap{
		width: 730px;
	}
	
	footer .v{
		width: 150px;
	}
	
	footer .v-col{
		width: 500px;
	}
	
	footer .v-description{
		padding: 35px;
	}

	
	
	
	.detail-page article{
		margin-top: -200px;
		padding: 75px;
	}
	
	.detail-page .footer-wrap{
		width: 100%;
	
	}
	
	.detail-page footer .v-col{
		width: 400px;
	}
	
	.detail-page footer .v{
		width: 100px;
	}
	
	
	.detail-wrap{
		width: 100%;
	}
	
	.detail-head h2{
		font-size: 50px;
	}
	.detail-head .subtitle{
		font-size: 30px;
	}
	
	.detail-side{
		width: 510px;
		float: none;
	}
	
	.de-films{
		width: 275px;
		height: auto;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	
	
	
}


@media only screen and (max-width : 600px) {
	
		.quote{
	width: 75%;
	padding: 25px;
	padding-left: 10px;
	padding-right: 10px;
	
}
	
	.quote:nth-child(2n+3) {margin-left: 25%;}
	
	.quote h2{
		font-size: 25px;
	}
	
	.detail-page p{
		font-size: 16px;
	}
	
	
	p.detail-intro{
		font-size: 19px;
	}
	
	
	
	.wrap{
		width: 100%;
	
	}
	
	.menu-overlay{
		padding: 20px;
	}
	
		
	article{
		width: 100%;

		height: auto;


		margin-right: 0;
			padding: 20px;
		margin-bottom: 10px;
padding-bottom: 0;
	}
	
	.article-content{
		height: auto;
			padding-bottom: 25px;
	}
	
	.footer-wrap{
		width: 90%;
		margin: 0 auto;
	}
	
	footer .v{
		width: 50%;
		margin: 0 auto;
		margin-top: 70px;
		margin-bottom: 70px;
		float: none;
	}
	
	footer .v-col{
		width: 100%;
		float: none;
	}
	
	footer .v-fonds img{
		margin-right: 20px;
	}
	
	.credits{
		font-size: 14px;
		bottom: -65px;
	}
	
	
	.detail-page h2{
		font-size: 40px;
	}
	
	.detail-page .subtitle{
		font-size: 20px;
	}
	
	.detail-page article{
		margin-top: -200px;
		padding: 20px;
	}
	
	.detail-page footer .v-col{
		width: 100%;
	}
	
	.detail-intro{
		font-size: 19px;
	}
	
	.detail-main{
		width: 100%;
	}
	
	.detail-side{
		width: 100%;
		
	}
	
	.de-films{
		width: 100%;
		height: auto; 
		margin: 0;
		margin-bottom: 20px;
	}
	
	img.thumb{
		width: 100%;
		margin-right: 0;
	}
	
	.h3-mob{
	margin-bottom: 20px;
		margin-top: 25px !important;
	}
	
	main{
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
}


/* hamburger menu */


.menu {
  position: fixed;
  top: 10px;
  right: 20px;
  height: 66px;
  width: 66px;
	z-index: 999;
}

.menu-link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1002;
}

.menu-icon {
  position: absolute;
  width: 40px;
  height: 24px;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 1px;
}

.menu-circle {
 /* background-color: #fff; */
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  transform: scale(1);
  z-index: 1000;
  transition: all 0.4s ease-in-out;
}

.menu-overlay {
  visibility: hidden;

  color: #333;
  height: 100%;
 width: 100%;
	
  position: fixed;
	top: 75px;
	left: 0;
	
 
  transition: opacity 0.2s ease-in-out;
  z-index: 2000;
	overflow-y: auto;
}


.menu-overlay a {
  color: black;
  font-weight: 500;
  font-size: 24px;
line-height: 50px;

  display: block;
}

.menu-overlay a:hover{
	text-decoration: none;
}

.menu-overlay .sub{
	padding-left: 23px;
}

.menu-overlay hr{
	border: 0;
	border-top: 1px solid white;
	margin: 0;
}

.menu-line {
  background-color: #00ffac;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.page-over-dit-project .menu-line{
	 background-color: #333;
}

.menu-line-1 { top: 0; }

.menu-line-2 {
  top: 0;
  bottom: 0;
  margin: auto;
}

.menu-line-3 { bottom: 0; }

.menu:hover .menu-circle { transform: scale(1.4); }

.menu-overlay.open {
  opacity: 1;
  visibility: visible;
	color: black;
	
}



.menu.open .menu-circle { transform: scale(100); background-color: #00ffac; }

.menu.open .menu-line-2 { opacity: 0; background-color: #333; }

.menu.open .menu-line-1 { transform: translateY(12px) translateY(-50%) rotate(-45deg); background-color: #333; }

.menu.open .menu-line-3 { transform: translateY(-12px) translateY(50%) rotate(45deg); background-color: #333; }



@media only screen and (max-width : 414px) {
	
	.menu{
		  top: 2px;
  		  right: 2px;
	}
	
	.menu-icon{
		width: 30px;
		height: 20px;
	}

	.menu.open .menu-line-1 { transform: translateY(10px) translateY(-50%) rotate(-45deg); background-color: #333; }

	.menu.open .menu-line-3 { transform: translateY(-10px) translateY(50%) rotate(45deg); background-color: #333; }
	
	.menu-overlay a{
		line-height: 38px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	
}
