html, body {
	position: relative;
	background-color: #fff;
	color: #9a9f98;
	text-align: center;
	font-family: "arial", 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;
	margin-bottom: 50px;
}

a {
	color: white;
}

.container {
	min-height: 100vh;
}

.section {
	margin-bottom: 100px;
}

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

.imgMobile {
	display: none;
}

.cta {
    display: inline-block;
    background-color: rgba(0, 0, 0, 1);
    color: white;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    padding: 5px 9px 3px;
    text-wrap: nowrap;
    transition: all 1s;
    border: 1px solid #fff;
}

.cta:hover {
    background-color: rgba(154, 159, 152, 1);
    transition: all .25s;
}

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

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

.social .icon svg {
    fill: #fff;
    transition: all .3s linear;
    width: 17px;
    height: 17px;
}

.social .icon:hover svg {
	fill: #9a9f98;
}

.imgDesktop {
	display: block;
}

.imgMobile {
	display: none;
}

/* Header Styles */
.header {
	position: fixed;
	width: 100%;
	height: 80px;
	top: 0px;
	left: 0px;
	z-index: 10;
	text-align: right;
}

.header .headerInner {
    display: inline-block;
    display: flex;
    justify-content: end;
    gap: 0px;
    align-items: normal;
}

.header .social {
	position: relative;
	background-color: rgba(255, 255, 255, 0.9);        
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 10px;
}

.header .social .icon svg {
	fill: #000;
}

.header .social .icon:hover svg {
	fill: #9a9f98;
}

.header .nav {
	background-color: rgba(255, 255, 255, 0.9);        
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
	display: inline-block;
	font-size: 16px;
    padding: 10px;
}

.header .nav a {
	color: #000;
	text-decoration: none;
	margin-left: 10px;
	transition: all .3s linear;
}

.header .nav a:hover {
	color: #9a9f98;
}

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

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

.section.splash .gradient {
	position: absolute;
	width: 100%;
	height: 30%;
	bottom: -1px;
	left: 0px;
	background: #ffffff;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
}

.section.splash .splashLaurels {
    position: absolute;
    top: 10vh;
    left: 0px;
    width: 100%;
    margin-right: auto;
    text-align: center;
}

.section.splash .splashLaurels img {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
    margin-bottom: 10px;
}

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

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

.section.splashContent .splashOverlay {
    position: sticky;
    top: 29vh;
    width: 100%;
    margin-right: auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 0px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    text-align: center;
}

.section.splashContent .splashOverlay img {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
    margin-bottom: 10px;
}

.section.splashContent .splashOverlay .imgDesktop {
	display: block;
}

.section.splashContent .splashOverlay .imgMobile {
	display: none;
}

/* About Section */
.about .content .content_flex {
	display: flex;
}

.about .content .content_flex .text {
	padding-right: 30px;
}

.about .content .content_flex .text p {
	text-align: left;
	margin-top: 0px;
}

.about .content .content_flex .text .text_sticky {
	position: sticky;
	top: 20px;
}

.about .content .content_flex .column {
	width: 50%;
}

.about .content .content_flex .column img {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.about span {
	font-size: 34px;
}

/* Watch Section */
.watch { 
	margin-bottom: 0px;
}

.watch .content {
	max-width: unset;
	padding: unset;
}

.watch .content .content_flex {
	display: flex;
}

.watch .content .content_flex .text {
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	flex-grow: 1;
}

.watch .content .content_flex .text .text_sticky {
	position: sticky;
	top: 50px;
	margin-bottom: 30px;
}

.watch .content .content_flex .text .text_sticky h3 {
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 40px;
	margin-top: 50px;
}

.watch .content .content_flex .text .text_sticky .homeEnt {
	position: relative;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.watch .content .content_flex .text .text_sticky .homeEnt .platform {
	position: relative;
	z-index: 0;
	display: flex;
	flex: 0 0 calc(25% - 12px - 20px);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	height: 120px;
	padding: 10px;
	text-align: center;
	align-items: center;
	justify-content: center; 
}

.watch .content .content_flex .text .text_sticky .homeEnt .platform img {
	width: 100%;
	max-width: 120px;
}

.watch .content .content_flex .text .text_sticky .homeEnt .platform:last-child {
	display: none;
}

.watch .content .content_flex .text .text_sticky .homeEnt a.platform:hover {
	z-index: 1;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}

.watch .content .content_flex .column.poster img {
	height: 100vh;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Trailer Section */
.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;
}

/* Anchors */
#about,
#videos,
#theaters {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

.theaters {
	margin-bottom: 150px;
}

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

.footer .billing {
	opacity: 0.5;
	margin-bottom: 20px;
}

.footer .billing img {
	width: 100%;
	max-width: 800px;
}

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

.footer p {
	margin: 0;
}

.footer .legal {
	margin: 10px;
}

.footer .legal a {
	color: #fff;
	text-decoration: none;
}

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

	h3 {
		padding: 0 20px;
	}

	.section {
		padding: 0px 0px;
	}

	.section .content {
	    padding: 20px;
	}

	.imgDesktop {
		display: none;
	}

	.imgMobile {
		display: block;
	}

	.cta {
	    font-size: 20px;
	}

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

	.section.splashContent {
	    height: 97vh;
	}

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

	.section.splashContent .splashOverlay {
        position: sticky;
        top: 18vh;
        width: 100%;
        left: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
	}

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

	.section.splashContent .splashOverlay .imgDesktop {
		display: none;
	}

	.section.splashContent .splashOverlay .imgMobile {
		display: block;
		width: 90%;
	}

	.about .content .content_flex {
		display: block;
	}

	.about .content .content_flex .text {
		padding-right: 0px;
	}

	.about .content .content_flex .text p {
		text-align: left;
		margin-top: 0px;
	}

	.about .content .content_flex .column {
		width: 100%;
	}

	.about .content .content_flex .column img {
		width: 100%;
	}

	.trailer {
		padding: 0 0px;		
	}

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

@media screen and (max-width: 1150px) {
	.section.splash .splashLaurels {
        top: 7vh;
	}
	
	.section.splash .splashLaurels img {
		max-width: 1440px;
	}
}

@media screen and (max-width: 1500px) {
	.watch .content .content_flex .text .text_sticky .homeEnt .platform {
		flex: 0 0 calc(33.333% - 12px - 20px);
	}

	.watch .content .content_flex .text .text_sticky .homeEnt .platform:last-child {
		display: flex;
	}
}

@media screen and (max-width: 1250px) {
	.watch .content .content_flex .text .text_sticky .homeEnt .platform {
		flex: 0 0 calc(50% - 12px - 20px);
	}

	.watch .content .content_flex .text .text_sticky .homeEnt .platform:last-child {
		display: none;
	}
}

@media screen and (max-width: 1050px) {
	.watch {
		margin-bottom: 100px;
	}

	.watch .content .content_flex {
		display: block;
	}

	.watch .content .content_flex .text {
		position: relative;
		background-color: #fff;
		padding-top: 20px;
	}

	.watch .content .content_flex .text .text_sticky .homeEnt .platform {
		flex: 0 0 calc(33.333% - 12px - 20px);
	}

	.watch .content .content_flex .text .text_sticky .homeEnt .platform:last-child {
		display: flex;
	}

	.watch .content .content_flex .column.poster {
		position: sticky;
		top: 0px;
	}

	.watch .content .content_flex .column.poster img {
		width: 100%;
		height: auto;
		border: 0px solid rgba(0, 0, 0, 0.1);
		border-bottom: 0px solid rgba(0, 0, 0, 0.1);
	}
}

@media screen and (max-width: 768px) {
	.watch .content .content_flex {
		display: block;
	}

	.watch .content .content_flex .text {
		position: relative;
		background-color: #fff;
		padding-top: 20px;
	}

	.watch .content .content_flex .text .text_sticky .homeEnt .platform {
		flex: 0 0 calc(50% - 12px - 20px);
	}

	.watch .content .content_flex .text .text_sticky .homeEnt .platform:last-child {
		display: none;
	}

	.watch .content .content_flex .column.poster {
		position: sticky;
		top: 40px;
	}

	.watch .content .content_flex .column.poster img {
		width: 100%;
		height: auto;
		border: 0px solid rgba(0, 0, 0, 0.1);
		border-bottom: 0px solid rgba(0, 0, 0, 0.1);
	}
}













/* theaters Section */
.theaters { 
	margin-bottom: 0px;
}

.theaters .content {
	max-width: unset;
	padding: unset;
}

.theaters .content .content_flex {
	display: flex;
}

.theaters .content .content_flex .text {
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	flex-grow: 1;
}

.theaters .content .content_flex .text .text_sticky {
	position: sticky;
	top: 50px;
	text-align: center;
}


.theaters .content .content_flex .column.poster img {
	height: 100vh;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.theaters .content .content_flex .column.poster .imgDesktop {
	position: sticky;
	top: 0px;
}


.theaters .content .content_flex .text .text_sticky iframe{
	margin: 0 auto;
	border: 0px;
	width: 100%;

	/*min-width: 910px;*/
	height: 4010px;
	margin-top: 80px;
}



@media screen and (max-width: 1350px) {
	.theaters {
		margin-bottom: 100px;
	}

	.theaters .content .content_flex {
		display: block;
	}

	.theaters .content .content_flex .text {
		position: relative;
		background-color: #fff;
		padding-top: 20px;
	}

	.theaters .content .content_flex .column.poster {
		position: relative;
		top: 60px;
		margin-bottom: 80px;
	}
	.theaters .content .content_flex .column.poster .imgDesktop{
		display: none;
	}
	.theaters .content .content_flex .column.poster .imgMobile{
		display: block;
		max-width: 400px;
		margin: 0 auto;
	}

	.theaters .content .content_flex .column.poster img {
		width: 100%;
		height: auto;
		border: 0px solid rgba(0, 0, 0, 0.1);
		border-bottom: 0px solid rgba(0, 0, 0, 0.1);
	}

	.theaters .content .content_flex .text .text_sticky iframe{
		width: 915px;
		height: 4000px;
		margin-top: 0px;

	}
}


@media screen and (max-width: 900px) {

	.theaters .content .content_flex .text .text_sticky iframe{
		width: 100%;
		height: 6000px;
	}

}










