@font-face {
	font-family: 'Gothic';
	src: url('../fonts/alternate-gothic-atf-semilight.woff') format('woff'),  url('../fonts/alternate-gothic-atf-semilight.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: black;
	color: white;
	font-size: 16px;
	font-size: 1em;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0;
	padding: 0;
}
.container {
	position: relative;
	display: flex;
	align-items: center;
	width: 100vw;
	height: 100vh;
	justify-content: center;
	text-align: center;
	background-size: cover;
	background-position: center center;
}
.container:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.7);
}
.content {
	position: relative;
	z-index: 1;
}
.container img {
	width:80vw;
	height: auto;
}
.style1 {
	font-family: 'Gothic';
	font-size:3.5vw;
	margin-top: 2.5em;
    margin-bottom: 0.65em;
	line-height: 1;
}
.style2 {
	font-family: 'Gothic';
	font-size: 2.25vw;
	line-height: 1;
}
.style2 a {
	color: white;
	white-space: nowrap;
}
/* Video background */
    .video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      z-index: 0;
    }

    .video video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
    }
@keyframes opi {
 0% {
 color:transparent;
}
20% {
 color:white;
}
80% {
 color:white;
}
 100% {
 color:transparent;
}
}
.container, .container img, .split span, .container .style2 {
	opacity: 0;
}
.container.loaded, .container.loaded img, .split span.active, .container.loaded .style2 {
	opacity: 1;
}
a {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: opacity 0.25s ease;
}
.container {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: opacity 1s ease 1s;
}
.container img {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: opacity 1s ease 1.5s;
}
.split span {
	transition: opacity .2s ease;
	-webkit-transition: opacity .2s ease;
	-ms-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
}
.container .style2 {
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease 3s;
}
@media screen and ( min-width: 48em ) {
.container img {
	width:65vw;
	height: auto;
}
.style1 {
	font-size: 3vw;
	margin-top:7vw;
	margin-bottom:1.25vw;
}
.style2 {
	font-size: 2vw;
}
}
@media screen and ( min-width: 67em ) {
.container img {
	width:45vw;
	height: auto;
}
.style1 {
	font-size: 2vw;
	margin-top:4.5vw;
	margin-bottom:1.25vw;
}
.style2 {
	font-size: 1.25vw;
}
}
