* {
    box-sizing: border-box;
	/*border: 1px solid black;*/
	transition: all 1s ease-in-out;
}

body {
	margin: 0px;
	background-color: #eeeeee;
}

.menu {
	width: 100%;
	min-width: 230px;
	/*height: 400px;*/
	padding-bottom: 25px;
	float: left;
	background-color: #444444;
	text-align: center;
	color: #eeeeee;
}

.content, .contentnopicture, .contentwork {
	width: 100%;
	min-width:230px;
	float: left;
	background-color: #eeeeee;
	color: #444444;
}

h1{
	font-family: roboto;
	font-size:72px;
	padding: 20px;
	padding-top: 50px;
	margin: auto;
}

h2{
	font-family: roboto;
	font-weight: 300;
	font-size:72px;
	padding: 20px;
	padding-top: 50px;
	padding-bottom: 20px;
	margin: auto;
}

.text, .textnopict, .textwork{
	width: calc(100% - 300px);
	min-width: 500px;
	max-width: 600px;
	float: left;
	padding: 20px;
	font-family: roboto;
	font-weight: 300;
}

.textwork{
	width: 100%;
	max-width: 820px;
	padding-top: 0px;
}

.foto{
	width:300px;
	float:left;
	padding: 20px;
}

.work_poster{
	height: 300px;
	display: inline-block;
	padding-right: 10px;

}

.work_video{
	display: inline-block;
	height: 100%;
}

.work_videoframe{
	height: 300px;
	width: 500px;
}

.reel{
	clear: both;

	width: 100%;
	max-width: 900px;
	padding: 20px;

}

@media only screen and (max-width: 1080px) and (min-width: 910px), screen and (max-width: 800px) and (min-width: 589px){
	.work_poster, .work_videoframe{
		height: 200px;
	}
	
	.work_videoframe{
		width: 400px;
	}
}

/*910 - 850*/

@media only screen and (max-width: 910px) and (min-width: 800px){
	.work_poster, .work_videoframe{
		height: 150px;
	}
	
	.work_videoframe{
		width: 300px;
	}
}

/*@media only screen and (max-width: 850px) and (min-width: 800px), screen and (max-width: 588px) and (min-width: 478px){*/
@media only screen and (max-width: 605px) and (min-width: 478px){
	.work_poster, .work_video{
		width: 100%;
		text-align: center;
		/*height: 280px;*/
	}
	.work_poster{
		height: 280px;
	}
	.work_videoframe{
		width: 450px;
	}
}

@media only screen and (max-width: 503px){
	.work_videoframe{
		width: 100%;
		height: 150px;
	}
	.work_video{
		width: 100%;
		text-align: center;
	}
	.work_poster{
		width: 100%;
		text-align: center;
		padding-right: 0px;
	}
}

@media only screen and (max-width: 420px){
	h1, h2{
		font-size: 50px;
	}
}

@media only screen and (max-width: 604px){
	.foto, .text{
		width: 100%;
	}
	
	.plaatje{
		display: inline-block;
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.foto{
		max-width: 400px;
		/*display: block;*/
		float: none;
		text-align: center;
	}
	
	#message{
		width: 100%;
	}
	
	.g-recaptcha{
		transform:scale(0.77);
		-webkit-transform:scale(0.77);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
		margin-top: 50px;
	}
}

@media only screen and (min-width: 800px){
	.contentwork, .content, .contentnopicture{
		height: 100vh;
		overflow: scroll;
	}
}


@media only screen and (max-width: 800px){
	h1{
		text-align: center;
		padding-top: 25px;
	}
	h2{
		padding-top: 25px;
	}
	.menu, .content, .text{
		min-width: 305px;
	}
	.contentnopicture, .contentwork{
		width: 100%;
		min-width: 305px;
	}
	
	
	.textnopict, .textwork{
		width: 100%;
		max-width: 100%;
		min-width: 305px;
	}
}

@media only screen and (min-width: 800px) and (max-width: 1098px){
	.plaatje{
		display: inline-block;
		float: none;
		width: calc(100% - 300px);
		min-width: 500px;
		max-width: 600px;
		text-align: center;
	}
	
	.foto{
		text-align: center;
		float: none;
	}
}


@media only screen and (min-width: 800px) and (max-width: 1216px) {
    .menu {
		width: 300px;
		height: 100vh;
		min-height: 600px;
		float: left;
		text-align: right;

	}
    .content, .contentnopicture, .contentwork {
		float: left;
		height: 100vh;
		width: calc(100% - 300px);
		min-height: 600px;

	}

}

@media only screen and (min-width: 1217px){
    .menu {
		width: 25%;
		height: 100vh;
		float: left;
		text-align: right;
		min-height: 600px;

	}
    .content, .contentnopicture, .contentwork {
		float: left;
		height: 100vh;
		width: 75%;
		min-height: 600px;

	}
}



a.menulink{
	font-size:25px;
	line-height: 50px;
}

a.menulink-small{
	font-size: 18px;
	line-height: 25px;
}

a.menulink, a.menulink-small{
	font-family: roboto;
	font-weight: 100;
	padding: 25px;
	padding-top: 0px;
	margin: auto;
	color: #eeeeee;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a.menulink:hover, a.menulink-small:hover{
	color: #ffffff;
	/*font-weight: 300;*/
	/*font-size: 27px;*/
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;	
}

.soundcloud{
	margin-top: 75px;
}

.tabela{
	float: left;
	width: 100px;
	font-weight: 400;
}

.tabelb{
	float: left;
	
}

.g-recaptcha{
	padding-top: 60px;
}

.submit{
	display: inline-block;
	float: none;
	margin-top: 20px;
	margin-bottom: 50px;
}

video{
	width: 100%;
}
