@import url("https://use.typekit.net/fgo6xxm.css");


/*        Futura PT Book
font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;*/
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden; /* no scrolling */
}

.landing-wrapper {
	position: relative;
	height: 100vh;
	width: 100%;
	overflow: hidden;
}
.landing-video-container{
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	transform: translate(-50%, -50%);
	object-fit: cover;
}
.landing-video-container:after{ content:''; background: rgba(0, 0, 0, 0.25); mix-blend-mode: multiply; position:
		absolute; height: 100%; width: 100%; left: 0; top: 0; }
.landing-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.landing-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -44%);
	text-align: center;
	color: white;
	z-index: 1;
	width: 90%;
}

.landing-logo img {
	max-width: 350px;
	margin-bottom: 3px;
	width: 100%;
}


.landing-button a {
	display: inline-block;
	padding: 12px 30px;

	color: #FFF;

	text-align: center;
	leading-trim: both;

	text-edge: cap;
	font-family: "futura-pt", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 450;
	line-height: normal;
	letter-spacing: 4px;
	background: #003926; text-decoration: none;
	 text-transform: uppercase;
}


.landing-button a:hover {
	background: rgba(255, 255, 255, 0.8);
	color: #000;
}





.content_container{ max-width: 400px;    margin: 0 auto 43px;}



.foot_city{ position: absolute; left: 50%; transform: translateX(-50%);  z-index: 2;bottom: 46px;
	width: 259px; }

.foot_city p{color: #FFF;
	margin: 0;
	text-align: center;
	leading-trim: both;

	text-edge: cap;
	font-family: "futura-pt", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 450;
	line-height: normal;
	text-transform: uppercase;
	display: flex;
	justify-content: space-between;
	width: 244px;
}






