body {
	margin: 0px;
	padding: 0px;
	font-family: Poppins, sans-serif;
	background-color: #000;
}

body, .navbar a {
	color: white;
}

.parallelogram {
	width: 100px;
	transform: skew(-45deg);
	background: #555;
}
.navbar .parallelogram, .footer .parallelogram {
	position: absolute;
	background: #222;
	height: 100%;
}


.navbar {
	position: sticky;
	top: 0px;
	z-index: 1000;
	
	font-size: 1.2em;
	height: 0;
	width: 100%;
}
.navbar > div {
	height: 3rem;
	width: 100%;
	background-color: #141414;
	border-bottom: 6px solid #222;
	display: flex;
	justify-content: center;
}
.nav-center {
	flex-grow: 1;
}
.nav-social, .nav-left {
	width: 20%;
}
.nav-left > .parallelogram {
	z-index: -10;
}
.nav-left > a {
	position: absolute;
}
.nav-social ul {
	justify-content: flex-end;
}
.navbar ul, .social ul {
	display: flex;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navbar a, .social a {
	display: block;
	text-align: center;
	margin: 14px 14px 10px 14px;
	text-decoration: none;
}
.nav-center ul {
	gap: 70px;
	justify-content: center;
}
.nav-social img, .social img, .title-follow-us .social a {
    -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}




.footer {
	background-color: #141414;
	border-top: 6px solid #222;
	text-align: center;
}
.footer, .footer .parallelogram {
	height: 14rem;
}
.footer-center {
	width: 80%;
	margin: auto;
}
.footer .social {
	margin: auto;
}
.social ul {
	justify-content: center;
}



.main-image {
	position: relative;
	top: 0;
	height: 100vh;
	background-image: url("main-image.png");
	background-size: cover;
	background-position: bottom;
}
.title {
	text-align: center;
	font-size: 14vh;
	text-shadow: 0px 0px 1rem black;
	
	bottom: max(13vh, 7.5vw);
	width: 100%;
	position: absolute;
	display: flex;
	align-items: flex-end;
	
}
.title .title-follow-us {
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0;
	font-size: 3vh;
	width: 100%;
}
.title .title-follow-us p {
	margin: 0;
}
.title .title-follow-us .social a {
	width: max(5.4vh, 3vw);
	height: max(5.4vh, 3vw);
	background-position: center;
	background-size: cover;
	padding: 0;
	margin: 3rem max(1vh,0.6vw) 1vh max(1vh,0.6vw);
}


.pitch {
}
.pitch-entry {
	width: 80rem;
	margin: 0rem auto 3rem auto;
	clear: left;
	background-color: #141414;
	height: 20rem;
}
.pitch-img {
	width: 40rem;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.pitch-text {
	width: 34rem;
	height: 14rem;
	padding: 3rem;
}
.pitch-text > h1 {
	margin: 0rem 0rem 2rem 0rem;
}


.trailer {
	position: relative;
	width: 80%;
	height: 0;
	margin: auto;
	margin: auto;
	padding-bottom: 50%; // 9/16 * 0.8 / 0.9
}
.trailer iframe {
	position: absolute;
	width: 100%;
	height: 90%;
	left: 0;
	top: 5%;
	border: 0;
}