

@font-face {
	font-family: "h";
	src: url("/fonts/HelveticaNeue-Light.otf");
	font-weight: 100;
}

@font-face {
	font-family: "h-i";
	src: url("/fonts/HelveticaNeue-LightItalic.otf");
	font-weight: 100;
}

@font-face {
	font-family: "h-e";
	src: url("/fonts/HelveticaNeueLT-Extended.otf");
	font-weight: normal;
}

ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

body {
	font-family: "h";
	font-weight: 100;
	transition: all 1s ease;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

.fixed-menu {
	position: fixed;
}

* {
	box-sizing: border-box;
}

body.cinema {
	background-color: black;
	color: rgba(255, 255, 255, 0.3);
}

a {
	color: black;
	border-bottom: 2px solid red;
	text-decoration: none;
}

a:hover {

}

h1 {
	font-weight: 100;
	margin: 0;
	padding: 25px;
	text-align: left;
	color: black;
	left: 0px;
	right: 0;
	top: 0px;
	font-size: 24px;
}

h1 a {
	border-bottom:none;
}
body.cinema h1 {
	background-color: black;
}

body.cinema h1,
body.cinema a,
body.cinema div.menu-button {
	color: rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

h2 {
	margin-top: 0px;
	margin-bottom: 50px;
	font-weight: normal;
	text-align: center;
	font-size: 65px;
}

h3 {
	margin-top: 0px;
	margin-bottom: 30px;
	font-weight: normal;
	text-align: center;
	font-size: 70px;
}

p {
	font-size: 24px;
	max-width:2200px;
	width: 100%;
	padding:0px 20px;
	margin-left: auto;
	margin-right: auto;
	line-height: 30px;
}

@media screen and (max-width: 920px) {
  p {
		font-size:18px;
		width:100%;
		padding:0px 10px;
  }
	h3 {
		margin-top:20px;
		padding:0px 10px;
		font-size:50px
	}
	h4 {
		padding:0px 0px;
		font-size:20px;
	}
}
p.small {
	font-size: 24px;
	line-height: 30px;
	padding: 0px 80px;
	box-sizing: border-box;
}

i {}

div.menu-button,
div.close {
	position: fixed;
	cursor: pointer;
	color: black;
	user-select: none;
	display: inline-block;
	top: 25px;
	z-index: 10000;
	font-size: 25px;
	right: 30px;
}

.active h1,
.active div.close,
.active .menu-button {
	color: black;
}

nav {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 40;
	font-size: 16px;
	text-align: center;

	transition: all 0.3s ease;
	pointer-events: none;
}

nav h1 {
	opacity: 0;
}
nav.active {
		overflow:scroll;
}
nav.active h1 {
  padding-top:25px;
	opacity: 1;
}

nav>div {
	transition: all 0.3s ease;
	margin-top: 0px;
	opacity: 0;
}

nav.active>div {
	opacity: 1;
}

nav>div,
nav a {
	color: white;
	text-decoration: none;
}

li.header {
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: "h-e";
}

nav>div>ul {
	padding-left: 20px;
	padding-right: 20px;
	box-sizing:border-box;
	list-style-type: none;
	display: flex;
	justify-content: center;
	font-family: "h-e";
}

nav>div>ul>li {}

nav>div>ul ul {
	width: 400px;
	font-family: "h";
}

@media screen and (max-width: 920px) {
	nav>div>ul {
		display:block;
	}
	nav>div>ul ul {
	width: 100%;
	}
}
nav>div>ul ul a {
	list-style: none;
}

nav ul {
	list-style-type: none;
	padding: 0;
}

nav.active {
	background-color: red;
	pointer-events: auto;
}

.nav-body {
	font-size: 16px;
	text-align: left;
	transition: all 0.3s ease;
}

.nav-body:first-child {}

.nav-body {
	padding-top: 20px;
	padding-bottom: 40px;
	border-bottom: 1px solid black;
}

.nav-body>ul ul li.header {
	width: 100%;
	display: none;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.nav-body>ul ul {
	margin-left: 5vw;
	margin-right: 5vw;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}

nav>div ul ul {
	padding-left: 20px;
	padding-right: 20px;
		box-sizing:border-box;
	list-style-type: none;
	flex-wrap: wrap;
	text-align: center;
}

nav .i {
	display: none;
}

.nav-body>ul>li li {
	font-size: 24px;
	width: 33.333333333%;
	padding: 10px;
	box-sizing: border-box;
}




.nav-body>ul>li li h4 {
	font-size: 24px;
	line-height: 30px;
	text-align:left;
	font-weight: normal;
	margin-bottom: 0;
}

.nav-body>ul>li li a {
	border-bottom: 2px solid red;
}

.nav-body>ul>li li a:hover {
	text-decoration: none;
}

.nav-body>ul>li li p {
	font-size: 16px;
	line-height: 25px;
	width: 100%;
	padding: 10px 0px;
	margin: 0;
}

nav.active {
	background: red;
	pointer-events: auto;
}

div.stretch {
	width: 100%;
	height: 70vh;
	background-position: center center;
	background-size: cover;
}

div.video {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

div.video.big {
	width: 100%;
	min-height: 100vh;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
	padding: 40px;
}

div.video iframe {
	width: 100%;
}

div.image {
	margin-left: auto;
	margin-right: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 60vw;
	padding-bottom: 40px;
}

div.image img {
	width: 100%;
}

div.i {
	width: 100%;
	height: 33vh;
	margin-bottom: 10px;
	margin-top: 10px;
	background-size: cover;
	background-position: center center;
}

div.video {
	width: 100%;
	background: black;
}

div.video iframe {
	border: 0;
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	height: 80vh;
	display: block;
}

iframe {
	border: 0;
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	height: 80vh;
	display: block;
}

.link-list {
	text-align: center;
	border-top: 1px solid black;
}

.link-list a {
	display: block;
	border-bottom:none;
	margin-left: 5vw;
	margin-right: 5vw;
	font-size: 24px;
	line-height: 30px;
}

p.full {
	width: 100%;
}

p img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

div.fit {
	margin-bottom:20px;
	height:90vh;
	width:100%;
	background-repeat:no-repeat;
	background-size: contain;
	background-position:center center;
	display: block;

}

h4 {
	font-size:24px; text-align:center;
	font-weight:normal;max-width:2000px;
	margin-left:auto;margin-right:auto;
}
.Menu h4 {
	display: block;
}

p.caption {
	text-align: center;
	max-width: 600px;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 100px;
}

@media screen and (max-width: 700px) {
  .nav-body>ul>li li {
		width:100%
  }
	.nav-body>ul>li li p {

		padding: 10px 0px;

	}

}
