html, body {
	position: relative;
	background-color: #000;
	color: #f6e2cb;
	text-align: center;
	font-family: "gotham", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	letter-spacing: 2px;
	margin: 0;
}

h3 {
	font-size: 20px;	
	font-weight: 400;
	padding: 0;
}

a {
	color: white;
}

.container {
	min-height: 100vh;
}

.section .content {
    margin: 0 auto;
    padding: 40px;
    max-width: 1320px;
}

.imgMobile {
	display: none;
}

.cta {
    display: inline-block;
    background-color: #f1592a;
    color: black;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    padding: 5px 30px;
    text-wrap: nowrap;
    transition: all 1s;
}

.cta:hover {
    background-color: #fff;
    transition: all .25s;
}

.social {
	display: flex;
	justify-content: center;
}

.social .icon {
	height: 25px;
	margin: 0 10px;
}

.social .icon img {
	height: 100%;
	width: auto;
}

/* Header */
.header {
	position: fixed;
	width: 100%;
	height: 80px;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 10;
}

.header .branding {
	position: relative;
	width: 200px;
	margin-left: 40px;
	margin-top: 20px;
}

.header .social {
	position: absolute;
	right: 10px;
	top: 30px;
}

/* Splash Section */
.section.splash {
	position: absolute;
	top: 0px;
	left: 0px;
    width: 100%;
    height: 120vh;
	padding-top: 0px;
}

.section.splash img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Splash Content */
.section.splashContent {
	position: relative;
    width: 100%;
    height: 120vh;
}

.section.splashContent .splashSpacer {
    width: 100%;
    height: 110vh;
    pointer-events: none;
}

.section.splashContent .splashOverlay {
	position: sticky;
	top: 35vh;
	width: 50%;
	max-width: 650px;
	margin-left: auto;
	margin-right: 5vw;
	margin-bottom: 50px;
}

.section.splashContent .splashOverlay img {
	width: 100%;
	margin-bottom: 30px;
}

/* Synopsis */
.synopsis span {
	font-size: 34px;
}

/* Trailer */
.trailer {
	position: relative;
	padding: 0 40px;	
	margin-bottom: 100px;	
}

.trailer .trailerContainer {
	position: relative;
	border: 2px solid #222;
	width: 100%;
	height: 53vw;
	margin-bottom: 50px;
}

.trailer .trailerContainer iframe {
	width: inherit;
	height: inherit;
}

.trailer .cta {
	margin-bottom: 150px;
}

/* Events */
.events {
	margin-bottom: 50px;
}

.events h4 {
	font-size: 23px;
	font-weight: 400;
}

.events .cta {
	margin-bottom: 10px;
	padding: 10px 35px;
}

.events .cta span {
	display: block;
}

.events .cta .boldText {
	font-size: 20px;
}

.events .cta .smallText {
	font-size: 10px;
}

/* Theaters */
#theaters {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

.theaters {
	margin-bottom: 150px;
}

.theaters h3 {
	font-size: 23px;
	color: #f1592a;
}

.theaters h3 span {
	font-weight: 800;
}

.theaters a {
	text-decoration: none;
}

.theaters .callout {
	display: inline-block;
	font-family: "helvetica-neue-lt-pro-cond", sans-serif;
	width: 100%;
	max-width: 800px;
	color: black;
	background-color: #f6e2cb;
	border: 2px solid #f1592a;
	font-weight: 700;
	margin: 0 auto;
	margin-bottom: 1.5em;
	padding: .25em;
}

.theaters .callout span {
	color: #f1592a;
}

.theaters .callout2 {
	display: inline-block;
	font-family: "helvetica-neue-lt-pro-cond", sans-serif;
	width: 100%;
	max-width: 800px;
	color: #f6e2cb;
	background-color: #f1592a;
	border: 2px solid #f6e2cb;
	font-weight: 700;
	margin: 0 auto;
	margin-bottom: 1.5em;
	padding: .25em;
	text-decoration: none;
	font-size: 22px;
}

.theaters .callout2 .sm {
	font-family: helvetica-neue-lt-pro, sans-serif;
	font-weight: 400;
	font-size: 18px;
}

.theaters .listings {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 50px;
	border: 1px solid #262626;
}

.theaters .listings .cta {
	font-size: 17px;
	padding: 5px 10px;
}

.theaters .listings .cta.disable {
	background-color: #404040;
	opacity: 0;
}

.theaters .listings table {
	width: 100%;
	border-collapse: collapse;
	font-size: 17px;
}

.theaters .listings table tr {
	padding-bottom: 20px;
}

.theaters .listings table tr td {
	text-align: left;
}

.theaters .listings table tr td:first-child {
	padding-left: 10px;
	width: 30%;
}

.theaters .listings table tr td:last-child {
	text-align: right;
	padding: 6px;
}

.theaters .listings table tr:nth-child(odd) {
	background-color: #262626;
}

/* Footer */
.footer {
	background-color: #f1592a;
	color: black;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0;
	padding: 30px;
	text-align: center;
}

.footer .social {
	margin-bottom: 20px;
}

.footer p {
	margin: 0;
}

/* New Event */
#newevent {
	width: 95%;
	max-width: 800px;
	color: black;
	background-color: #f6e2cb;
	border: 2px solid #f1592a;
	margin: 0 auto;
	margin-bottom: 50px;
}

#newevent a {
	text-decoration: none;
}

#newevent .ctaLight {
	margin: 10px;
	color: black;
	text-decoration: none;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
}

#newevent .ctaLight span {
	display: block;
}

#newevent .ctaLight .boldText {
	font-size: 20px;
}

#newevent .ctaLight .regularText {
	font-weight: 400;
	font-size: 18px;
}

#newevent .ctaLight .smallText {
	font-weight: 400;
	font-size: 14px;
}

#newevent:hover {
    background-color: #fff;
    transition: all .25s;
}

/* Media Queries */
@media screen and (max-width: 800px) {
	body {
		font-size: 16px;
		letter-spacing: 1px;
	}

	h3 {
		padding: 0 20px;
	}

	.section {
		padding: 0px 0px;
	}

	.imgDesktop {
		display: none;
	}
	
	.imgMobile {
		display: block;
	}

	.cta {
	    font-size: 25px;
	}

	.header {
		height: 66px;
	}

	.header .branding {
		position: relative;
		width: 160px;
        margin-left: 17px;
        margin-top: 17px;
	}

	.header .social {
		position: absolute;
		right: 10px;
		top: 23px;
	}

	.section.splash {
	    height: 100vh;
		padding-top: 0px;
	}

	.section.splashContent {
	    height: 100vh;
	}

	.section.splashContent .splashSpacer {
	    height: 80vh;
	}

	.section.splashContent .splashOverlay {
        position: absolute;
        top: unset;
        bottom: 50px;
        width: 90%;
        left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
	}

	.section.splashContent .splashOverlay img {
		margin-bottom: 30px;
	}

	.synopsis .content {
		padding: 0px 15px 75px;
	}

	.synopsis h3 {
		margin-top: 0;
	}

	.trailer {
		padding: 0 0px;		
	}

	.trailer .trailerContainer {
		border: 0px solid #222;
		border-bottom: 2px solid #222;
		border-top: 2px solid #222;
	}

	.theaters {
		letter-spacing: 0px;
		overflow: hidden;
		word-break: break-word;
	}

	.theaters .callout {
		border: 2px solid #f1592a;
		border-left: 0px solid #f1592a;
		border-right: 0px solid #f1592a;
	}

	.theaters .listings {
		width: 95%;
	}

	.theaters .listings .cta {
		font-size: 14px;
		padding: 5px 5px;
	}

	.theaters .listings table {
		width: 100%;
		border-collapse: collapse;
		font-size: 13px;
	}

	.theaters .listings table tr {
		padding-bottom: 20px;
	}

	.theaters .listings table tr td {
		text-align: left;
	}

	.theaters .listings table tr td:first-child {
		padding-left: 10px;
	}

	.theaters .listings table tr td:last-child {
		text-align: right;
		padding: 6px;
	}

	.theaters .listings table tr:nth-child(odd) {
		background-color: #262626;
	}
}