html {

}
body {
	margin: 0;
	width: 100%;
	background-color: #2D2F38;
	font-size: 1.25em;
	font-family: 'FontAwesome', 'Roboto', sans-serif;
}
h1 {
	font-family: 'Raleway', 'Roboto', 'sans-serif';
	text-align: center;
}
h2,
h3 {
	font-family: 'Nunito', 'Roboto', 'sans-serif';
	text-align: center;
}
a,
a:link,
a:visited {
	text-decoration: none;
	color: inherit;
}
a:hover,
a:active {
	text-decoration: underline;
	color: inherit;
}
.hidden {
	display: none !important;
}
.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.page {
	width: 100%;
	min-height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	background-color: #283f51;
	color: #FFFFFF;
}
.page-center {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}
.header {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	background-color: #11121C;
	box-sizing: border-box;
	color: #FFFFFF;
	box-shadow: rgba(0, 0, 0, 0.5) 0 0 4px 0;
	overflow: hidden;
	text-align: center;
}
.header-background {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url("/images/logo-light.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20em;
	z-index: 10;
	opacity: 0.15;
}
.header-background2 {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url("/images/logo-light.svg");
	background-blend-mode: soft-light;
	background-position: 50% 80%;
	background-repeat: repeat;
	background-size: 6em;
	z-index: 11;
	opacity: 0.025;
}
.header-background3 {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url("/images/logo-light.svg");
	background-blend-mode: soft-light;
	background-position: center 70%;
	background-repeat: repeat;
	background-size: 3em;
	z-index: 11;
	opacity: 0.01;
}
.page-center {
	display: block;
	margin: 0 auto;
}
.navbar {
	position: relative;
	padding: 12px 24px;
	font-size: 1.8em;
	z-index: 50;
}
.navbar ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.navbar ul li {
	display: inline-block;
	margin: 0.5em 2em;
}
.navbar a {
	position: relative;
}
.navbar a::after {
	content: ' ';
	display: block;
	position: absolute;
	bottom: -0.1em;
	height: 0.1em;
	width: 0.6em;
	background-color: #f08a4b;
	transition: width 0.2s ease-in-out;
}
.navbar a:hover,
.navbar a:active,
.navbar .active {
	text-decoration: none;
}
.navbar a:hover::after,
.navbar a:active::after,
.navbar .active::after {
	width: 100%;
}
.body {

}
.box-shadow {
	box-shadow: rgb(0 0 0 / 50%) 0 0 4px 0;
}
.content-block {
	width: 100%;
	background-color: #283f51;
	display: grid;
	overflow: hidden;
}
.content-block h1,
.content-block h2,
.content-block h3,
.content-block p {
	margin: 0;
}
.cap-width {
	margin: 0 auto;
	max-width: 1500px;
}
.block-container {
	display: flex;
}
.block-column {
	flex: 1;
}
.block-column>img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
}
.block-text {
	padding: 16px 24px;
	box-sizing: border-box;
}
.block-text p {
	text-align: justify;
}
.block-text p:nth-child(n+2) {
	margin-top: 1em;
}
.title-block {
	padding: 2em 0;
	box-sizing: border-box;
}
.full-header {
	height: 100vh;
}
.header-video-container {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
video.header-video-content {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	overflow: hidden;
}
.film-thumbnail {
	display: none;
}
.film-block:nth-last-child(2n) .film-thumbnail:nth-last-child(1) {
	display: block;
}
.film-block:nth-last-child(2n+1) .film-thumbnail:nth-child(1) {
	display: block;
}




.pseudo-footer {
	width: 100%;
	height: 0;
	display: block;
}
.footer {
	width: 100%;
	height: auto;
	padding: 16px 32px;
	box-sizing: border-box;
	background-color: #181a23;
	color: #ffffff;
	display: block;
	position: absolute;
	bottom: 0;
	overflow-y: hidden;
	box-shadow: rgba(0, 0, 0, 0.5) 0 0 4px 0;
}
ul.footer-row {
	display: block;
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.footer-row>li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.footer-col {
	display: block;
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.footer-col>li {
	display: inline-block;
	list-style: none;
	margin: 8px 24px;
	padding: 0;
}
ul.footer-col>li a {

}

.color-light {
	background-color: #e0fbfc;
	color: #11121c;
}
.color-dark {
	background-color: #181a23;
	color: #ffffff;
}
.spacer {
	margin-bottom: 2em;
}

@media screen and (max-width: 900px) {
	.header-background {
		background-size: 45vw;
	}
	.navbar {
		font-size: 4vw;
	}
	.block-container {
		display: block;
	}
	.film-block .film-thumbnail:nth-last-child(1) {
		display: none !important;
	}
	.film-block .film-thumbnail:nth-child(1) {
		display: block !important;
	}

}
