/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent}a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea,optgroup{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/* End extract */

html {
	box-sizing: border-box;
	overflow-x: hidden;
}
*, :after, :before {
	box-sizing: inherit;
}
body, html {
	font-size: 15px;
	line-height: 1.5;
	font-family: Arial;
}

h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
h1,h2,h3,h4,h5,h6 {
	/*font-weight: 400;*/
	margin: 10px 0;
}
hr {
	border: 0;
	border-top: 1px solid #eee;
	margin: 20px 0;
}
img {
	vertical-align: middle;
}
a {
	color: inherit;
}
body {
	height: 100%;
	margin-right: 5%;
	margin-left: 5%;
	background: rgba(255,255,255,1);
	background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 47%, rgb(237, 237, 237) 100%);
}
@font-face {
	font-family: univers;
	src: url(universcondensedmedium.ttf);
}
@font-face {
	font-family: universBold;
	src: url(universbold.ttf);
	font-weight: bold;
}
@font-face {
	font-family: universSmall;
	src: url(universcondensedmedium.ttf);
	font-weight: bold;
}
.textBold {
	font-family: universBold;
	font-weight: bold !important;
}
.text {
	font-family: Arial;
}
.textSmall {
	font-family: Arial;
	font-stretch: condensed !important;
}


/* HEADER */
#header {
	/*background-color: #ffffff;*/
	display: flex;
	position: relative;
	width: 100%;
	height: 150px;
	top: 0;
/*	border: 4px solid black;
	border-top: none;*/

}
#headerLeft {
	width: 50%;
	/*margin-left: 10px;*/
}
#headerTitle {
	position: relative;
	margin: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#headerSub {
	position: relative;
	margin-top: 40px;
	color: #949494;
}

/* NAV */
#headerNav {
	width: 50%;
	position: relative;
	float: right;
}
.headerNavCenter {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
}
.headerNavCenter > a:last-child {
	margin-right: 0px;
}
.navItem {
	font-size: 18pt;
	margin: 10px;
}
.navSelected {
	color: black;
}
nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 319px;
    display: table;
    margin: 0 auto;
    transform: translateY(-50%);
}
nav a {
    position: relative;
    width: 33.333%;
    display: table-cell;
    text-align: center;
    color: #949494;
    text-decoration: none;
    /*font-family: Verdana, Geneva, Tahoma, sans-serif;*/
    font-weight: bold;
    padding: 10px 20px;
    transition: 0.2s ease color;
    cursor: pointer;
}
nav a:before, nav a:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    transition: 0.2s ease transform;
}
#indicator {
    position: absolute;
    left: 4.1%;
    bottom: 0;
    width: 51px;
    height: 4px;
    background-color: black;
    border-radius: 10px;
    transition: 0.2s ease left;
}
nav a:hover {
    color: black;
}
nav a:hover:before, nav a:hover:after {
    transform: scale(1);
}
nav a:nth-child(1):hover ~ #indicator {
	left: 4.1% !important;
	width: 51px !important;
    /*background: linear-gradient(130deg, yellow, red);*/
}
nav a:nth-child(2):hover ~ #indicator {
    left: 22% !important;
    width: 132px !important;
    /*background: linear-gradient(130deg, #00e2ff, #89ff00);*/
}
nav a:nth-child(3):hover ~ #indicator {
    left: 54% !important;
    width: 78px !important;
    /*background: linear-gradient(130deg, purple, palevioletred);*/
}
nav a:nth-child(4):hover ~ #indicator {
    left: 77% !important;
    width: 105px !important;
    /*background: linear-gradient(130deg, purple, palevioletred);*/
}

.capText {
	text-transform: uppercase;
}


/* GALLERY */
div.galleryContainer > div {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
}
.galleryContainer {
	background-image: url('/img/apehero.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
	padding-top: 39.75%; /* scales with correct aspect ratio */
	margin-top: 50px;
	border: 2px solid black;
	position: relative;
}
.galleryContainerInner {
	width: 100%;
	height: 100%;
	display: flex;
}
.galleryTitle::before {
	content: "";
	background-color: black;
	border-radius: 10px;
	filter: blur(10px);
	top: 0;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 80%;
	transition: all 1s ease;
	display: block;
}
.galleryImage:hover .galleryTitle::before {
	filter: blur(5px);
	opacity: 50%;
}
.galleryTitle {
	/*background-color: #ffffff73;*/
	width: 100%;
	color: white;
	/*border: solid 2px black;*/
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	font: 20pt Arial bold, sans-serif;
}
.galleryTitleWrapper {
	position: relative;
	margin: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
	font-size: 20pt;
	z-index: 10;
	/*webkit-filter: blur(0);*/
	/*filter: blur(0.6px);*/
	/*background-color: #ffffff73;*/
	/*padding-left: 5px;*/
	/*padding-right: 5px;*/
	text-align: center;
}
.viewWrapper {
	display: flex;
	width: 100%;
	flex-flow: row;
	align-items: center;
	/*display: none;*/
}

.galleryView {
	position: relative;
	display: inline-block;
	margin: 0;
	color: white;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	margin-left: 5px;
	margin-right: 5px;
}
.galleryViewL, .galleryViewR {
	width: 100%;
	height: 4px;
	display: inline-block;
	background: white;
	position: relative;
	border: solid 1px black;
	border-radius: 5px;
}
.galleryImage {
	width: 20%;
	min-width: 1%;
	height: 100%;
	transition: all 1s;
	border: 2px solid black;
	background-attachment: fixed;
	background-repeat: no-repeat;
	/*background-position: center 40%;
	background-size: 100% 69%;*/
	background-position: center 14vh;
	/*background-size: 90vw 68vh;*/
	background-size: contain;
	cursor: pointer;
	position: relative;
}
.galleryImage::before{
	content: "";
	position: absolute;
	/*z-index: -1;*/
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: 50% 5%;
	background-size: cover;
	transition: all 1s;
}
.galleryImage:hover {
	width: 100%;
}
.galleryImage:hover::before {
	width: 100%;
	/*opacity: 90%;*/
	/*webkit-filter: blur(2px);
	filter: blur(2px);*/
	filter: blur(3px);
	transition: all 1s;
}

#galleryFilm1:before {
	background-image: url('/img/wpa/1B.png');
}
#galleryFilm1 {
	/*background-image: url('/img/apehero.jpg');*/
}
#galleryFilm2:before {
	background-image: url('/img/wpa/1A.png');
}
#galleryFilm2 {
	/*background-image: url('/img/apehero.jpg');*/
}
#galleryFilm3:before {
	background-image: url('/img/apehero.jpg');
}
#galleryFilm3 {
/*background-image: url('/img/apehero.jpg');*/
}
#galleryFilm4:before {
	background-image: url('/img/wpa/1C.png');
}
#galleryFilm4 {
	/*background-image: url('/img/apehero.jpg');*/
}
#galleryFilm5:before {
	background-image: url('/img/wpa/2B.png');
}
#galleryFilm5 {
	/*background-image: url('/img/apehero.jpg');*/
}
.galleryImage:hover > #galleryFilm3 {
	transition: all 1s;
}

#tvContainer {
	/*display: none;*/
	/*background-image: url('/img/apehero.jpg');*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
	padding-top: 39.75%; /* scales with correct aspect ratio */
	margin-top: 50px;
	border: 2px solid black;
	position: relative;
}
#aboutContainer {
	/*display: none;*/
	/*background-image: url('/img/apehero.jpg');*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
	padding-top: 39.75%; /* scales with correct aspect ratio */
	margin-top: 50px;
	border: 2px solid black;
	position: relative;
}
#contactContainer {
	/*display: none;*/
	/*background-image: url('/img/apehero.jpg');*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
	padding-top: 39.75%; /* scales with correct aspect ratio */
	margin-top: 50px;
	border: 2px solid black;
	position: relative;
}



/* OVERLAY */
.overlayWrapper {
	position: absolute;
	width: 90%;
}
.overlay {
	background-color: white;
	/*width: 90%;*/
	height: auto;
	position: relative;
	z-index: 20;
	display: flex;
	margin-top: 50px;
	padding-bottom: 20px;
	border: solid 2px black;
	margin-bottom: 30px;
}
.overlayButton {
	position: relative;
	color: black;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
	display: block;
	width: 50px;
	margin: auto;
}

.overlayLeft {
	border-right: solid 4px black;
	width: 30%;
	/*padding-top: 25vh;*/
	height: 60vh;
	position: fixed;
	margin-top: 50px;
	padding-right: 20px;
	padding-left: 20px;
}
.overlayLeft img {
	height: 30vh;
	border: solid 2px black;
}
.overlayLeft > * {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.overlayLeft:first-child {
	padding-top: 10px;
}

.overlayRight {
	width: 67%;
	float: right;
	position: relative;
	margin-right: 0;
	margin-left: auto;
	margin-top: 50px;
	padding-right: 20px;
	padding-left: 20px;
}
.overlayRight img {
	width: 100%;
	/*padding: 20px;*/
	padding-top: 0;
	cursor: pointer;

}
.overlayRight > .scene1:first-child {
	padding-top: 10px;
}
.overlayRight > * {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
}



/* MODAL */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 30; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
	text-align: center;
}
/* Modal Content (image) */
.modalContent {
	margin: auto;
	display: block;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}


/* Add Animation */
.modalContent {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)}
	to {-webkit-transform:scale(1)}
}
@keyframes zoom {
	from {transform:scale(0)}
	to {transform:scale(1)}
}

.modalButton {
	position: absolute;
	display: inline-block;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
	transition: 0.3s;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
	.modalContent {
		width: 100%;
	}
}





[data-src] {
	min-width: 50px;
	min-height: 50px;
}