body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: 'Raleway', sans-serif;
}
a {
	color: #09bbf2;
	text-decoration: none;
}
a:visited {
	color: #09bbf2;
}
a:hover {
	color: #7D9A3E;
}
h1 {

}
h2 {
	color: #09bbf2;
	font-size: 22px;
	text-align: center;
    margin-top: 0px;
    padding-top: 10px;
}
h2 a:hover {
	color: #7D9A3E;
}
h3 {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	padding: 0px 20%;
}
h4 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
nav img {
	width: 40px;
}
header {
	position: fixed;
	z-index: -1;
	top: 0px;
	width: 100%;
}
.header-box {
	display: block;
	max-width: 600px;
	margin: 0 auto;
    margin-top: 50px;
}
.header-box img {
    width: auto;
    display: block;
    margin: 0 auto;
    height: auto;
    max-height: 600px;
}
.stick-top {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	background-color: #000;
	z-index: 1;
	opacity: .9;
}
.stick-top h2 {
    padding-bottom: 0px;
}
.stick-top a {
    text-decoration: underline;
}
article {
	background-color: #000;
	color: white;
	margin-top: 650px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 0px;
}
article h2 {
	padding: 0px 10%;
    padding-top: 20px;
}
figure {
    display: block;
    margin: 0 auto;
    max-width: 1014px;
}
figure p {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}
a.fancybox img {
    width: 250px;
	height: 380px;
	object-fit: cover;
}
.fancybox-skin {
    background: rgba(50, 30, 40, 0.5);
}
section {
	background-color: #000;
	color: #fff;
	margin: 0px 20px;
	/*padding: 10px 0px;*/
}
section h2 {
	margin-top: 0px;
	padding-top: 10px;
}
.fb {
	position: fixed;
	top: 10px;
	right: 15px;
	z-index: 3;
	width: 32px;
}
.twitter {
	position: fixed;
	top: 62px;
	right: 15px;
	z-index: 3;
	width: 32px;
}
.insta {
	position: fixed;
	top: 112px;
	right: 15px;
	z-index: 3;
	width: 32px;
}
.back-fill {
	background-color: #000;
}
#posters {
	display: block;
	height: 800px;
	max-width: 500px;
	margin: 0 auto;
	opacity: 0;
	-webkit-transition: opacity 1.0s linear 0s;
	transition: opacity 1.0s linear 0s;
}
@media all and (max-width: 1014px) {
    figure {
        max-width: 760px;
    }
}
@media all and (max-width: 760px) {
    figure {
        max-width: 510px;
    }
}
@media all and (max-width: 510px) {
    a.fancybox img {
        width: 100%;
        height: auto;
    }
}
@media all and (max-width: 400px) {
	h2 {
		font-size: 18px;
		text-align: center;
	}
	h3 {
		font-size: 16px;
		font-weight: normal;
		text-align: center;
		padding: 0px 20%;
	}
	h4 {
		font-size: 12px;
		font-weight: normal;
		text-align: center;
	}
	.header-box {
		margin-top: 30px;
	}
	.stick-top {
		width: 100%;
		height: 50px;
	}
	.stick-top h2 {
		font-size: 12px;
		margin: 0px 80px;
	}
	article {
		background-color: #000;
		color: #fff;
		margin-top: 250px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: 0px 20px;
	}
	article h2 {
		padding: 0px 20px;
	}
	section {
		margin: 0px 0px;
	}
}