body {
	font-family: 'Sorts Mill Goudy', serif;
	background-color: #000000;
	color: #ffffff;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

div {
	text-align: center;
}

p {
	font-size: 24pt;
}

div.image {
	padding: 0;

}

.image img {
	width: 100%;
}

.desktop_img {
		display: block;
	}

/*section spacing ____*/

div.spacer {
	padding: 150px 0;
}

div#main-image {
	padding: 0 0 50px 0;
}

div#bottom-image {
	padding: 200px 0 0 0;
}

div#synopsis, div#credits {
	padding: 100px 0;
}

div#contact {
	padding: 50px 0 0 0;
}

div#credits_reveal {
	padding: 30px 0;
}

#synopsis p {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 50px;
}

#synopsis h2 {
	font-weight: 400;
	padding-bottom: 30px;
}

#credits p {
	padding-bottom: 30px;
}

#screenings p a, .credit-text a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	line-height: 25px;
	cursor: pointer;
}

#screenings p a:hover, .credit-text a:hover {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

/* credits section specific styles_____*/

h3.credits_link {
	text-decoration: underline;
	cursor: pointer;
}

#credits_reveal {
	display: none;
}

.left-main {
	float: left;
	text-align: left;
}

.right-main {
	float: right;
	text-align: right;
}

.credit-text {
	font-size: 24pt;
}

div#main-credit-block {
	padding: 0;
	margin: 0 auto;
	width: 80%;
	max-width: 800px;
}

div.clear {
	padding: 0;
	margin: 0;
}

/*Contact form styles____*/

div#contact_form_wrap {
	padding: 0;
	margin: 0;
}

#contact p {
	font-size: 24pt;
}

#contact a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	line-height: 25px;
	cursor: pointer;
}

#contact a:hover {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

#contact h2 {
	padding-bottom: 20px;
}

form p {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: inherit;
}

input#submit {
	font-family: inherit;
	font-size: 14pt;
	border-radius: 0;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	width: 100px;
	height: 30px;
	cursor: pointer;
}

input#submit:hover {
	color: #ffffff;
	background-color: #000000;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear
}

input, textarea {
	padding: 2px;
	font-family: inherit;
	font-size: 14pt;
}

input[type="text"], textarea {
	width: 280px;
}

textarea {
	height: 150px;
}

#returnmessage {
	color: #f6c990;
	padding: 30px 0;
}
.errors {
	color: #ff0000;
}

/*screenings styles______*/

#screenings {
	padding: 80px 0 40px 0;
}

#screenings h2 {
	padding-bottom: 40px;
}

#screenings p.screening_title {
	font-size: 28px;
}

#screenings p {
	font-size: 22px;
}

/*trailer styles_______*/

#trailer {
	padding: 40px 0;
}


/*misc styles _____*/

a {color:inherit;}

.italic {
	font-style: italic;
}

.smaller {
	font-size: 70%;
}

.break {
	display: inline-block;
	width: 20%;
}

.clear {
	clear: both;
}

footer {
	text-align: center;
	padding-bottom: 0;
}

footer p {
	font-size: 16px;
}

footer a {
	color: inherit;
}

img#imdb:hover {
	filter: invert(100%);
	-webkit-transition: filter 100ms linear;
	-moz-transition: filter 100ms linear;
	-o-transition: filter 100ms linear;
	-ms-transition: filter 100ms linear;
	transition: filter	 100ms linear
}

/* responsive styles _____*/

.mobile_img {
	display: none;
}

.trailer-section {
	width: 100%;
	max-width: 1600px;
	padding: 100px 0px 10px 0;
	text-align: center;
	margin: 0 auto;
}

.trailer-section h2 {
	padding-bottom: 40px;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 420px) {
	.desktop_img {
		display: none;
	}

	.mobile_img {
		display: block;
	}

	p {
		font-size: 14pt;
		padding: 0 20px;
	}

	#synopsis p {
		width: 100%;
		height: inherit;
		padding-bottom: 0;
	}

	div#synopsis, div#credits, div#contact {
		padding: 50px 0;
	}

	div.spacer {
	padding: 50px 0;
}

	#contact p {
		font-size: 14pt;
	}

	div#main-image {
		padding: 0 0 30px 0;
	}

	div#bottom-image {
		padding: 30px 0 0 0;
	}

	.left-main, .right-main {
		float: none;
		text-align: center;
	}

	.credit-text {
		font-size: 16pt;
	}

	.credit-text a {
		line-height: 21px;
	}

	/*screenings styles______*/

	#screenings {
		padding: 30px 0 40px 0;
	}

	#screenings h2 {
		font-size: 22px;
		padding-bottom: 20px;
	}

	#screenings a {
		color: inherit;
	}

	#screenings p.screening_title {
		font-size: 20px;
	}

	#screenings p {
		font-size: 16px;
	}

	/*trailer styles_______*/

	#trailer {
		padding: 10px 0;
	}

	.trailer-section {
		padding: 5px;
	}

}