body{
	font-family: 'Montserrat', 'Helvetica', sans-serif;
	background-color: #3A3A3A;
	color: white;
	max-width: 800px;
	margin: 0px auto;
	position: relative;
}

nav{
	height: 37px;
	top: 0px;
	left: 0px;
	width: calc(100% - 20px);
	position: fixed;
	z-index: 30;
	background-color: white;
}

.video embed{
	width: 100%;
	height: 100%;
	top: 0px;
	position: absolute;
}

.video{
	max-width: 800px;
	position: relative;
	top: 50px;
}

#all{
	position: absolute;
	top: 50px;
	width: 100%;
	left: 0px;
}

.yellow{
	color: #F9C04E;
}

#details{
	width: calc(40% - 60px);
	position: relative;
	display: inline-block;	
	float: left;
	margin: 30px;
}

#content, .video{
	width: 60%;
	position: relative;
	display: inline-block;
	float: left;	
}

#poster{
	width: 80%;
	height: auto;
	position: absolute;
	padding: 20px 20px 0px;
	max-width: 180px;	
}

#poster img{
	width: 100%;
	height: auto;
}

#details-text{
	padding: 0px 30px 0px 20px;
}

#content{
	margin-left: 40%;
	margin-top: 50px;
}

h1{
	font-size: 16pt;
	margin-bottom: 0;
}	

h2{
	font-size: 14pt;
	margin-top: 8px;
}

p{
	font-size: 9.5pt;
	font-weight: 400;
	line-height: 17pt;
	margin: 0px;
}

#content p{
	padding: 20px;
}

#movie-image-collection{
	margin-top: 20px;
}

.movie-image{
	width: 31%;
	border: 5px solid #3A3A3A;
	position: relative;
	display: inline-block;
	float: left;
	background-size: cover;
	height: 100px;
	background-position: center;
}

#carriage{
	background-image: url("carriage.jpg");
}

#horse{
	background-image: url("horse.jpg");
}

#godmother{
	background-image: url("fairygodmother.jpg");
}


@media(max-width: 800px){
	.video{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
	}
	.video embed{
		height: 300px;
		width: 100%;
	}

	#details{
		position: relative;
		width: 100%;
		margin-top: 324px;
		width: calc(100% - 60px);		
	}
	#content{
		width: calc(100% - 60px);
		margin: 12px 30px 40px;
	}

	#content p{
		padding: 0px;
	}

	#poster{
		width: 30%;
		padding-left: 0px;
		top: 0px;
	}

	#details-text{
		margin-left: 35%;
		width: calc(70% - 40px);
	}
}

@media only screen and (min-width: 520px) and (max-width: 800px){
	body{
		max-width: 600px;
	}

	#content p{
		margin-top: 10px;
	}
	#poster img{
		height: 180px;
		width: auto;
	}
	#details-text{
		margin-left: 130px;
	}
}

@media(max-width: 500px){
	.movie-image{
		width: 100%;
		height: 200px;
		border: 10px solid #3A3A3A;
		border-left: none;
		border-right: none;
	}
}