
@import url('https://fonts.googleapis.com/css?family=Amatic+SC:400,700|Lato:100,300,400,700,900');

/* font-family: 'Lato', sans-serif;
font-family: 'Amatic SC', cursive; */
*{
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  -webkit-box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}
.clearfix:before, .clearfix:after { content: " "; display: table; }

.clearfix:after { clear: both; }

*{
 margin: 0;
 padding: 0;
}

html{
	width: 100%;
	height: 100%;
}

body{
	width: 100%;
	height: auto;
	margin: 0 auto;
  letter-spacing: .49em;
}

main{
	width: 80%;
	height:100%;
	margin: 0 auto;
}

 .site-wrap{
  width: 100%;
 }

 .background-wrap{
 	position: fixed;
 	z-index: -1000;
 	width: 100%;
 	height: 100vh;
 	overflow: hidden;
 	top: 0;
   left: 0;
   background-image: url('../img/cover.jpg');
   background-size: cover;
   background-position: bottom;

 }

 #video-bg-elem{
 	position: absolute;
 	top: 0;
 	left: 0;
 	min-height: 100%;
 	min-width: 100%;
 }

 .content{
 	position: absolute;
 	width: 100%;
 	min-height: 100%;
 	z-index: 1000;
 	background-color: rgba(0,0,15,.5);
 }

 .content h1{
 	text-align: center;
 	color:#F0595C;
 	font-size: 2.3em;
 	padding-top: 8%;
 	padding-bottom: -18px;
 	font-weight: 200;
  font-family: 'Amatic SC', cursive;
  text-shadow: 0px 3px 0px #2c2e38, 0px 14px 10px rgba(0,0,0,0.2), 0px 24px 2px rgba(0,0,0,0.1), 0px 34px 30px rgba(0,0,0,0.1);
 }

#bg-container{
	height:auto;
	overflow: hidden;
}

#bg{
	width:100%;
	min-width: 830px;
}

.enter-wrap{
  text-align: center;
  margin: 0em auto;
}

.enter{
  text-align: center;
  color: white;
  padding: .6em 5em;
  font-size:.8em;
  border: 1px solid white;
  width: 10em;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
}

.enter{
  text-decoration: none;
}

.enter:hover{
  background-color: rgba(255,255,255,.9);
  color: black;
  transition: 2s;
  text-decoration: none;
}

.page {
  width: 100%;
  margin:2em auto;
  text-align: center;
}

.page h2, h1 {
  opacity: 0;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-shadow: 0px 3px 0px #2c2e38, 0px 14px 10px rgba(0,0,0,0.2), 0px 24px 2px rgba(0,0,0,0.1), 0px 34px 30px rgba(0,0,0,0.1);
}

.page h1 {
  font-size: 2em;
  font-weight: 300;
  text-align:center;
  color: white;
  -webkit-animation: introText 2s 1;
  -webkit-animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
  animation: introText 2s 1;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}

body {
  opacity: 1;
  transition: 0.7s opacity;
}

body.fade {
    opacity: 0;
    transition: none;
}

.page h2 {
  font-size: 1.2em;
  color: white;
  margin-right: 7px;
  font-weight: 300;
  padding:0em 0 .5em;
  font-family: 'Amatic SC', cursive;
}

.page h2:nth-child(1) {
  -webkit-animation: introText 1s 1;
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation: introText 1s 1;
  animation-delay: .2s;
  animation-fill-mode: forwards;
}

.page h2:nth-child(2) {
  -webkit-animation: introText 1s 1;
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation: introText 1s 1;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

.page h2:nth-child(3) {
  -webkit-animation: introText 1s 1;
  -webkit-animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
  animation: introText 2s 1;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

.page h2:nth-child(4) {
  -webkit-animation: introText 1s 1;
  -webkit-animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
  animation: introText 2s 1;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}

@-webkit-keyframes introText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes introText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media
only screen and (min-width: 560px){

  .page h1{
    font-size:2em;
  }

}

@media
only screen and (min-width: 700px){

  .page h1{
    font-size: 2em;
  }

  .page h2 {
    font-size: 1.2em;
  }

}

@media only screen and (min-width: 960px){

  .page h2{
  font-size: 1.3em;
  font-weight: 300;
  }

}
