/* -------------- Global Styles --------------- */

* {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	overflow-x: hidden;
}

body {
	color: #fff;
	font-family: "Big Shoulders Text", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 25px;
	line-height: 2.5rem;
	background-color: #000!important;
	overflow-x: hidden;
	margin: 0;
}

:root {
	--reginaPink: #B91D76;
	--reginaBlue: #119CD5;
	--reginaYellow: #F2CB3B;
	--reginaOrange: #FD9B2F;
	--reginaBrown: #ED504D;
}

.pink,
.pink:hover {
	color: var(--reginaPink);
}

.blue,
.blue:hover {
	color: var(--reginaBlue);
}

.yellow,
.yellow:hover {
	color: var(--reginaYellow);
}

.orange,
.orange:hover {
	color: var(--reginaOrange);
}

.brown,
.brown:hover {
	color: var(--reginaBrown);
}

ul,
li {
	list-style: none;
}

ul,
ol {
	padding-left: 0;
}

.main-section ol li,
.main-section ul li {
	list-style-type: desc;
	font-family: "Sofia Sans", sans-serif;
	font-size: 2rem;
	line-height: 2.4rem;
	margin-top: 1.5rem;
}

.main-section ol li {
	list-style-type: desc;
	font-weight: 300;
}

.main-section ul li {
	list-style-type: disc;
}

img {
	height: auto;
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}

header {
	margin-bottom: 5rem;
}

.heading-text-med {
	font-size: 10rem;
	line-height: 11rem;
}

.heading-text-small {
	font-size: 7rem;
	line-height: 8rem;
}

#main-content {
	background-color:#000;
	padding:12rem;
}

.main-title {
	margin: 8rem 0 5rem;
}

.main-title .date {
	white-space: nowrap;
}

.center {
	text-align: center;
}

h1 {
	font-family: "Big Shoulders Inline Display", sans-serif;
	font-size: 8rem;
	font-weight: 900;
	line-height: 8.5rem;
	margin-bottom: 3rem;
	text-align: center;
	text-transform: uppercase;
}

h2 {
	font-family: "Big Shoulders Text", sans-serif;
	font-size: 5rem;
	font-weight: 500;
	line-height: 5.5rem;
	margin-top: 2rem;
	margin-bottom: 4rem;
	text-align: center;
	text-transform: uppercase;
}

h3 {
	font-size: 3.5rem;
	line-height: 4rem;
	font-weight: 800;
}

h1.about {
	margin: 2.2rem 0 0;
}

h1.meet {
	margin-bottom: 3.2rem;
}

.filmmakers {
	margin: -1rem 0 6rem;
}

a {
	color: #fff;
	transition: all 300ms ease;
	text-decoration: underline;
}

p {
	font-family: "Sofia Sans", sans-serif;
	font-size: 2rem;
	line-height: 2.6rem;
	font-weight: 300;
}

p strong {
	font-weight: 800;
}

a:hover,
a:focus {
	text-decoration: none;
}

ul li {
	margin-bottom: 1rem;
}

.list-vertical li {
	margin-bottom: 3rem;
}

.heading-combo h1 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.heading-combo h2 {
	font-family: "Big Shoulders Inline Display", sans-serif;
	margin-top: 0;
	padding-top: 0;
}

.btn-primary {
    background-color: #6F6E69;
    display: inline-block;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 2.8rem 3rem 3rem;
    border: 6px solid white;
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: white;
	color: #6F6E69;
	border: 6px solid #6F6E69;
}

.text-upper {
	text-transform: uppercase;
}

.top-section-wrapper {
	margin-top: 0rem;
}

/* -------------- Main Nav --------------- */

#main-nav {
	width: 100%;
}

#main-nav a {
	font-size: 2.6rem;
	text-transform: uppercase;
	text-decoration: none;
}

#main-nav i {
	font-size: 3.5rem;
}

#main-nav ul li {
	font-size: 1.6rem;
	padding: 1.4rem 2rem;
	margin: 0;
	width: 100%;
}

.header-nav a {
	color: #fff;
}

.main-nav-inner {
	justify-content: space-between;
	display: none;
}

.main-nav-toggle {
	display: block;
}

.footer-nav {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-nav ul {
	text-align: center;
}

.footer-nav ul li {
	font-size: 2.2rem;
	margin-bottom: 1.6rem;
}

.footer-nav li a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
}

.social-icons img {
	width: 4rem;
	margin: 0 2rem;
}

.menu-toggle {
	display: block;
}

ul.nav-small.nav-open, 
.search-bar.open {
    background: #fff;
    display: block;
    width: 100%;
    position: absolute;
    z-index: 99999;
    left: 0;
    background-color: #000;
    padding: 1rem 0 3rem;
    margin-top: 1rem;
}

.copyright {
	font-size: 2rem;
	margin: 2rem 0 0;
	text-align: center
}

.terms-privacy {
	display: flex;
	font-size: 2rem;
	text-align:center;
	justify-content: center;
    gap: 2rem;
    margin-top: 5rem;
}

.terms-privacy a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
}

.terms-privacy a:hover,
.terms-privacy a:focus {
	color: #fff;
	text-decoration: underline;
}

.prod-footer {
	margin: 1rem 0 5rem;
}

/* -------------- Site Structure --------------- */


.section-inner {
	margin: 0 auto;
}

.lg-col-wrapper {
	max-width: 1250px;
	padding: 2rem 2rem 2rem;
	margin: 0 auto;
	position: relative;
	clear: both;
}

/* -------------- Content--------------- */


.rounded-corners {
	border-radius: 10px;
}

.two-column-content {
	display: grid;
	grid-template-columns: 1fr;
}

.two-column-content .col {
	margin-bottom: 3rem;
}

.two-column-content .col:last-child {
	margin-bottom: 0;
}

.two-column-content img {
	border-radius: 15px;
	width: 100%;
}

.hero-banner-section {
	position: relative;
}

.title-card {
	position: absolute;
	top: -50px;
	width: 100%;
}

.title-card img {
	width: 80%;
	max-width: 330px;
}

.parallax-image {
	background-image: url('/images/regina_cropped_top.jpg');
	height: 100%;
	min-height: 400px;
	background-position: 50% -22%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: contain;
}

.parallax-image.off {
	background-attachment: scroll;
	background-position: 50% 20%;
	min-height: 400px;
}

.about-stills {
	margin-top: 5rem;
}

.about-stills img:last-child {
	margin-bottom: 0;
}

.about-stills img {
	width: 100%;
	margin-bottom: 4rem;
}

.play-button {
	width: 50px;
	height: 50px;
}

.video-player {
	width: 90%;
	left: 5%;
	margin-bottom: 2rem;
}

#closeButton {
	right: 8%;
	top: 10px;
}

#closeButton {
	color: white;
	position: absolute;
	z-index: 999999;
	background: none;
	border: none;
	font-size: 2.4rem;
}

#closeButton:hover {
	color: var(--reginaPink);
}

.laurel-wrapper img{
	margin: 0 0 2rem;
}


@media screen and (min-width: 768px), handheld and (min-device-width: 768px){

	.lg-col-wrapper {
		padding: 2.5rem 3rem 4rem;
	}

	.top-section-wrapper {
		margin-top: 0;
	}

	h1 {
		font-size: 14rem;
		line-height: 14.5rem;
	}

	h2 {
		font-size: 7rem;
		line-height: 7.5rem;
	}

	.title-card {
		top: -90px;
	}

	.title-card img {
		max-width: 400px;
	}

	.parallax-image {
		background-position: 50% -5%;
		min-height: 800px;
	}

	.two-column-content {
		grid-template-columns: 2fr 2fr;
		gap: 0 3.5rem;
		margin-bottom: 3rem;
	}

	.hero-banner-section {
		margin-top: 2rem;
	}

	.footer-nav {
		margin-top: 4rem;
	}

	.footer-nav ul {
		display: flex;
		flex: 1;
		justify-content: space-between;
	}

	.footer-nav ul li {
		font-size: 3rem;
	}

	.social-icons img {
		width: 6rem;
	}

	.parallax-image.off {
		min-height: 500px;
		background-position: 50% 30%;
	}

	.laurel-top {
		margin-top: 1.2rem;
	}

	.filmmakers {
		margin: -2rem 0 6.5rem;
	}

	.prod-footer {
		margin: 3rem 0 13rem;
	}

	.play-button {
		width: 75px;
		height: 75px;
	}

	.video-player {
		width: 80%;
		left: 10%;
	}

	#closeButton {
		font-size: 4rem;
		right: 3%;
		top: -80px;
		z-index: 999999;
	}

	.laurel-wrapper img{
		margin-right: 2rem;
	}

}

@media screen and (min-width: 900px), handheld and (min-device-width: 900px){
	#closeButton {
		font-size: 5.5rem;
	}

}

@media screen and (min-width: 1000px), handheld and (min-device-width: 1000px){

	header {
		margin-bottom: 8rem;
	}

	.main-nav-toggle {
		display: none;
	}

	#main-nav a {
		font-size: 3.6rem;
	}

	#main-nav ul li {
		font-size: 1.8rem;
		padding: 0;
		display: flex;
		justify-content: center;
		width: max-content;
	}

	.main-nav-inner {
		display: flex;
		margin-bottom: 4rem;
	}

	.copyright {
		margin-top: 6rem;
	}

	.title-card {
		top: -110px;
	}

	.title-card img {
		max-width: 600px;
	}

	.lg-col-wrapper {
		padding: 3.1rem 5rem 4rem;
	}

	h1 {
		font-size: 13.5rem;
		line-height: 13.5rem;
		margin-bottom: 5.5rem;
	}

	h1.about {
		margin-top: 1.7rem;
    	margin-bottom: 4.2rem;
	}

	h1.meet {
		margin-top: -2.8rem;
    	margin-bottom: 5.2rem;
	}

	.filmmakers {
		margin-top:-4rem;
		margin-bottom:7.5rem;
	}

	h2 {
		font-size: 7rem;
		line-height: 7.5rem;
		margin-bottom: 5.5rem;
	}

	.heading-combo h2 {
		margin-top: -1rem;
	}

	.parallax-image.off {
		min-height: 900px;
		background-position: 50% 35%;
	}

	.where-to-watch .desc {
		padding-top: 2rem;
	}

	.contact .desc {
		padding-top: 2rem;
	}

	.play-button {
		width: 100px;
		height: 100px;
	}


}

@media screen and (min-width: 1200px), handheld and (min-device-width: 1200px){
	.parallax-image {
		background-position: 50% 15%;
		min-height: 900px;
	}

	.parallax-image.off {
		min-height: 900px;
		background-position: 50% 30%;
	}

	.title-card img {
		max-width: 725px;
	}

	h1 {
		font-size: 16rem;
		line-height: 16.5rem;
		margin-bottom: 3.5rem;
	}

	h2 {
		font-size: 7.5rem;
		line-height: 8rem;
		margin-bottom: 5.5rem;
	}

}
