body { margin: 0; background: #000; font-family: "Didot", Georgia, Times; color:#fff200;}
a {
	text-decoration:none;
	color:#fff200;
	margin-right:8px;
	margin-left:8px;
}

a:hover {
	opacity:0.8;
}
@font-face {
font-family: Didot;
src: url("Didot.eot");
src: url("Didot.eot?#iefix") format("embedded-opentype"), url("Didot.woff2") format("woff2"), url("Didot.woff") format("woff"), url("Didot.ttf") format("truetype");
font-weight: normal; font-style: normal;
}
video { 
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background: url('intro.jpg') no-repeat; background-size: cover;  -webkit-transition: 1s opacity; transition: 1s opacity; }


.overlay-hugeinc {
	display: flex;
	justify-content: center;
	align-items: center;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index:2;
	overflow:scroll;
}

.overlay-hugeinc .contact-right {
	-webkit-perspective: 1200px;
	perspective: 1200px;
	width: 100%;
	text-align: center;
	float: left;
}

.clear {
	margin-top:-20px;
	text-transform:uppercase;
	}
	
.large {
	font-size:5.82vw;
	line-height:normal;
	letter-spacing:-1px;
	}
.default {
	font-size:2.05vw;
	line-height:normal;
	}		



@media all and (max-width: 767px) and (min-width: 0px) {
 
  a {
	text-decoration:none;
	color:#fff200;
	margin-right:6px;
	margin-left:6px;
}
  .large {
	font-size:36px;
	line-height:30px;
	}
	.default {
	font-size:18px;	
		}
}