html, body {
	height: 100%;
	font-family: 'Courier New', 'Times New Roman', Times, serif;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
}
.home-container {
	min-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.secret {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #c00;
	color: #ffd700;
}

.secret-wrapper {
	display: grid;
	grid-template-rows: 1fr 1fr 1fr;
	height: 378px;
	padding: 16px;
}

.secret .title {
	/*flex-basis: 100%;*/
	text-align: center;
	font-family: 'Times New Roman', Times, serif;
}

.secret .title h1 {
	-moz-transform: skew(-5deg, -1deg);
	-webkit-transform: skew(-5deg, -1deg);
	-o-transform: skew(-5deg, -1deg);
	-ms-transform: skew(-5deg, -1deg);
	transform: skew(-5deg, -1deg);

	font-weight: 700;
	font-size: 3rem;
	padding: 7px 20px;
}

.secret-text-container {
	padding-top: 20px;
}

.secret .img-container {
	min-width: 82px;
}
.secret img {
	max-height: 82px;
}

.secret .text {
	padding-left: 22px;
}

.menu {
	font-size: 24px;
}
.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.menu h1 {
	-moz-transform: skew(-5deg, -1deg);
	-webkit-transform: skew(-5deg, -1deg);
	-o-transform: skew(-5deg, -1deg);
	-ms-transform: skew(-5deg, -1deg);
	transform: skew(-5deg, -1deg);
	margin: 32px 0;
	font-weight: 700;
	font-size: 3rem;
	padding: 5px 20px;
	background-color: #c00;
	color: #ffd700;
	font-family: 'Times New Roman', Times, serif;
}
.menu h1:hover {
	cursor: pointer;
}
.menu ul li {
	padding: 2px 0;
	-moz-transform: skew(-5deg, -1deg);
	-webkit-transform: skew(-5deg, -1deg);
	-o-transform: skew(-5deg, -1deg);
	-ms-transform: skew(-5deg, -1deg);
	transform: skew(-5deg, -1deg);
	line-height: 1.2;
}

.menu ul li a {
	color: #000;
	text-decoration: none;
}

.menu ul li a:hover {
	background: #000;
}

.menu ul li:nth-child(1) {
	font-size: 1.2em;
}
.menu ul li:nth-child(2) {
	font-size: 1.1em;
}
.menu ul li:nth-child(3) {
	font-size: 1em;
}
.menu ul li:nth-child(4) {
	font-size: 0.95em;
}
.menu ul li:nth-child(5) {
	font-size: 0.90em;
}
.menu ul li:nth-child(6) {
	font-size: 0.85em;
}
.menu ul li:nth-child(7) {
	margin-top: 32px;
	font-size: 0.75em;
}
.menu ul li:nth-child(8) {
	font-size: 0.75em;
}

.navbar {
	/*background-color: #c00;*/
	background: transparent;
	font-size: 1.2rem;
}

.navbar-custom {
	justify-content: flex-end;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
}

.navbar-custom > button {
	position: relative;
	height: 33px;
}

.navbar a, .navbar-light .navbar-nav .nav-link a, .navbar-light .navbar-nav .nav-link {
	-moz-transform: skew(-5deg, -1deg);
	-webkit-transform: skew(-5deg, -1deg);
	-o-transform: skew(-5deg, -1deg);
	-ms-transform: skew(-5deg, -1deg);
	transform: skew(-5deg, -1deg);
	color: #000;
	/*color: #ffd700;*/
}

.navbar-nav .nav-item {
	line-height: 1;
}

.navbar-nav .nav-item:nth-child(1) {
	font-size: 1.2em;
}
.navbar-nav .nav-item:nth-child(2) {
	font-size: 1.1em;
}
.navbar-nav .nav-item:nth-child(3) {
	font-size: 1em;
}
.navbar-nav .nav-item:nth-child(4) {
	font-size: 0.95em;
}
.navbar-nav .nav-item:nth-child(5) {
	font-size: 0.90em;
}
.navbar-nav .nav-item:nth-child(6) {
	font-size: 0.85em;
}
.navbar-nav .nav-item:nth-child(7) {
	margin-top: 15px;
	font-size: 0.75em;
}
.navbar-nav .nav-item:nth-child(8) {
	font-size: 0.75em;
	margin-bottom: 15px;
}

.navbar-light a.navbar-brand {
	font-weight: bold;
	padding: 0 10px;
	font-size: 1.5rem;
	margin: 0 auto;
	left: -25px;
	background-color: #c00;
	color: #ffd700;
	position: relative;
	font-family: 'Times New Roman', Times, serif;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: #000;
}

.navbar-toggler:focus,
.navbar-toggler:active {
	outline: 0;
}

.navbar-toggler span {
	display: block;
	background-color: #c00;
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	position: relative;
	left: 0;
	opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
	-webkit-transition: transform .35s ease-in-out;
	-moz-transition: transform .35s ease-in-out;
	-o-transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
}

.close-menu-container {
	text-align: right;
}

.close-menu {
	position: relative;
	width: 33px;
	height: 33px;
	margin-right: 29px;
}

.close-menu span:nth-child(1) {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	left: 9px;
}

.close-menu span:nth-child(2) {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	left: 9px;
}

.navbar-light .navbar-toggler {
	border: none;
}

#collapsingNavbar {
	-webkit-box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.35);
	box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.35);
	position: fixed;
	min-height: 100%;
	top: 0px;
	right: 0px;
	background: white;
	text-align: center;
	width: 0px;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 40px 1fr;
	transition: width 0.5s ease-in;
}
#collapsingNavbar.show-menu {
	width: 190px;
	transition: width 0.5s ease-out;
}


#collapsingNavbar .menu {
	font-size: 1.1em;
	white-space: nowrap;
	padding: 20px 20px 20px;
}

#collapsingNavbar .menu h1 {
	font-size: 1.5rem;
	-moz-transform: skew(-5deg, -1deg);
	-webkit-transform: skew(-5deg, -1deg);
	-o-transform: skew(-5deg, -1deg);
	-ms-transform: skew(-5deg, -1deg);
	transform: skew(-5deg, -1deg);
	margin: 32px 0;
	font-weight: 700;
	font-size: 1.5rem;
	padding: 5px 20px;
	background-color: #c00;
	color: #ffd700;
	font-family: 'Times New Roman', Times, serif;
	display: inline-block;
}

#collapsingNavbar .menu > a {
	text-decoration: none;
}

.video-container {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	flex-flow: row wrap;
	padding: 125px 0;
}

.screenplay {
	font-family: 'Courier New', 'Times New Roman', Times, serif;
	margin: 10px auto 30px;
	padding: 20px;
	letter-spacing: normal;
}
.screenplay div {
	line-height: 1;
}

.screenplay .spacer {
	height: 15px;
}

.screenplay .actor/*, .screenplay .says, .screenplay .action*/ {
	text-align: center;
	margin-top: 15px;
}

.screenplay .says {
	width: 70%;
	margin: 0 auto;
}

.screenplay .action {
	width: 50%;
	margin: 0 auto;
}

.screenplay .narration {
	margin: 15px 0 0;
}

.screenplay .location {
	margin: 15px 0;
}

.screenplay .transition {
	margin: 15px 0;
	text-align: right;
}

.screenplay hr {
	margin: 10px;
	border: none;
}

.storyboard, .making-of {
	margin-top: 30px;
	padding: 0 12px 12px;
}

.storyboard .flex-column {
	padding: 12px;
}

.making-of .flex-column {
	padding: 20px;
}

.credits {
	margin-top: 30px;
	padding: 0;
	font-size: 1rem;
	font-family: 'Courier New', 'Times New Roman', Times, serif;
	line-height: 1rem;
	font-size: 1rem;
	letter-spacing: normal;
}

.credits .title {
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}

.cast-title {
	margin-bottom: 10px;
}

.credits .actor {
	display: flex;
}

.credits .actor div {
	flex: 0 0 50%;
}

.credits .actor div:first-child {
	padding-right: 8px;
	text-align: right;
}
.credits .actor div:last-child {
	padding-left: 8px;
}

.other {
	text-align: center;
	margin: 30px 0;
}

.page-title {
	-moz-transform: skew(-5deg, -1deg);
	-webkit-transform: skew(-5deg, -1deg);
	-o-transform: skew(-5deg, -1deg);
	-ms-transform: skew(-5deg, -1deg);
	transform: skew(-5deg, -1deg);
	font-family: 'Times New Roman', Times, serif;
	text-align: center;
	padding: 20px 10px 10px;
}

.page-title h1 {
	font-weight: 700;
	font-size: 1.6rem;
	padding: 7px 20px;
	background-color: #c00;
	color: #ffd700;
	display: inline-block;
	margin-bottom: 5px;
}

.screenplay .page-title h1 {
	padding: 7px 37px;
}

.page-title h3 {
	font-size: 1.2rem;
	font-family: 'Courier New', 'Times New Roman', Times, serif;
}

.video-container .page-title {
	position: absolute;
	top: 30px;
}

.poster {
	height: 100%;
	position: relative;
	padding-top: 30px;
}

.poster-container {
	height: 100%;
	width: 100%;
	position: absolute;
	padding: 120px 0px 10px;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.poster-container img {
	height: 100%;
}


@media (min-width: 576px) {
	.screenplay .says {
		width: 58%;
	}

	.screenplay .action {
		width: 40%;
	}
	.making-of .flex-column {
		padding: 20px;
	}
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	.screenplay {
		max-width: 74%;
	}
	.screenplay .says {
		width: 44%;
	}

	.screenplay .action {
		width: 30%;
	}
	.making-of .flex-column {
		padding: 20px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.screenplay {
		max-width: 64%;
	}
	.screenplay .says {
		width: 32%;
	}

	.screenplay .action {
		width: 22%;
	}
	.making-of .flex-column {
		padding: 20px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.video-container {
		max-width: 65%;
	}
	.screenplay {
		max-width: 54%;
	}
	.screenplay .says {
		width: 60%;
	}

	.screenplay .action {
		width: 46%;
	}

	.making-of .flex-column {
		flex: 0 1 50%;
	}
	.storyboard .flex-column {
		flex: 0 1 50%;
	}

	.making-of .flex-column {
		padding: 31px;
	}
}
