
@font-face {
	font-family: 'Gotham Medium' ;
  src: url('../fonts/Gotham-Medium.eot?v=1606339862');
  src: url('../fonts/Gotham-Medium.otf?v=1606339862') format("opentype"),
		 url('../fonts/Gotham-Medium.eot?v=1606339862?#iefix') format("embedded-opentype"), 
		 url('../fonts/Gotham-Medium.woff?v=1606339862') format("woff"),
		 url('../fonts/Gotham-Medium.ttf?v=1606339862') format("truetype");
	  
  font-weight: normal;
  font-style: normal;
}
  
@font-face {
	font-family: 'Gotham Book' ;
  src: url('../fonts/Gotham-Book.eot?v=1606339845');
  src: url('../fonts/Gotham-Book.otf?v=1606339845') format("opentype"),
		 url('../fonts/Gotham-Book.eot?v=1606339845') format("embedded-opentype"), 
		 url('../fonts/Gotham-Book.woff?v=1606339845') format("woff"),
		 url('../fonts/Gotham-Book.ttf?v=1606339845') format("truetype");
	  
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'BauhausStd-Medium' ;
  src: url('../fonts/ITC - BauhausStd-Medium.otf');
	  
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: 'Gotham Medium' ;
	background-position: center; 
	font-size: 12px;
	color: #fff;
	text-shadow: 0 0 5px #000;
}

/* body { */
	/* background-color: rgba(44,62,80 , 0.3 ); */
	/* background-image: url('../images/pattern.png'); */
	/* background-position: center; */
	/* background-repeat: repeat; */
	/* font-family: 'Raleway', 'Arial', sans-serif; */
	/* } */
	
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: .6;
  background-color: rgba(0,0,0,1);
}
#overlay {
  position: fixed; /* Sit on top of the page content */
  background-image: url('../images/bg-portrait.jpg');
  background-position: center bottom;
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 1; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
#overlay2 {
  position: fixed; /* Sit on top of the page content */
  display: block; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: -1; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
.container {
	position: absolute;
	margin: 0 auto;
	text-align: center;
	top: 0%;
	width: 800px;
	left: 50%;
	margin-left: -400px;
}
.textLayer {
	
	}
.logo {
	font-family: 'Yesteryear', cursive;
	margin: 20px 0 10px;
	font-size: 3rem;
	}
.logo img {
	width: 60%;
	}
.tagline {
	font-size: 1.8rem;
	text-shadow: 0 0 5px #000;
}
.tagline h1 {
	font-family: "BauhausStd-Medium";
	font-size: 8rem;
	margin: 0px;
}
.tagline sup {
	font-family: 'Gotham Book' ;
	font-size: 1.5rem;
	top: -3em;
}
.coming {
	font-family: 'Gotham Medium' ;
	margin: 40px 0 10px;
	font-size: 1.8em;
	}
.coming h2 {
	font-size: 3.2rem;
	margin-bottom: 5px;
	}
	
.ClassyCountdown-wrapper span {
	margin: 0 auto;
	/* width: 600px; */
	color: rgba(255,255,255,1);
	}
	
.countdown-container {
	width: 80%;
	margin: 0 auto;
}
.countdown2 {
	display: none;
}
.target {
	font-size: 2.6rem;
}
.target img {
	margin-top: 20px;
	padding-left: 10px;
	vertical-align: bottom;
}
.social_media ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.social_media li {
	display: inline;
	margin: 20px;
}
.social_media img {
	width: 50px;
}
.signup-form { 
	min-width: 500px; 
	margin: 0 auto;
}
.mail-container {
	margin: 20px 0 0 0;
}
.email {
	border-radius: 18px !important;
	padding: 0 20px !important;
	border: 1px solid #fff !important;
	color: #000;
}

#mc_embed_signup input { 
	text-align: center;
	display: inline !important;
}

#mc_embed_signup input.button {
	min-width: 50px !important;
	width: 100px !important;
}

#mc_embed_signup input.button {
	border-radius: 18px;
}

#mc_embed_signup form {
	text-align: center !important;
	padding: 10px 0 !important;
}


@media screen and (max-device-width: 1080px) {
	.container {
		max-width: 100%;
		margin: 0 auto;
	}
	.logo {
		margin: 10px 0;
	}
	
	.container {
	position: relative;
		margin: 0 auto !important;
		text-align: center;
		/*! top: 0%; */
		/*! width: 800px; */
		left: 0%;
	}
	
	.coming {
		margin: 20px 0;
	}
	
}



@media screen and (max-device-width: 768px) and (orientation: portrait){
	.myVideo {
		display: none !important;
	}
	
	#overlay {
		display: block;
	}
	#overlay2 {
		display: none;
	}
	.container {
		margin: 0 auto;
		text-align: center;
		width: 100%;
		z-index: 2;
	}
	
	.logo {
		margin-top: 40px;
		font-size: 2rem;
	}
	.tagline h1 {
		font-size: 4rem;
	}
	.tagline sup {
		font-size: 1rem;
		top: -1em;
	}
	.coming {
		margin: 40px 0;
		font-size: 1.7rem;
	}
	.coming h2 {
		font-size: 2.5rem;
	}
	.target {
		margin-top: 20px;
		font-size: 2rem;
	}
	.target img {
		margin-top: 0px;
		padding-left: 10px;
		vertical-align: bottom;
		max-width: 50%;
	}
	.signup-form { 
		width: 100%; 
		margin: 0 auto;
		min-width: 0; 
	}
	
	#mc_embed_signup form {
		padding: 0 !important;
		margin: 0 auto;
		text-align: center !important;
		width: 100% !important;
	}

	#mc_embed_signup input {
		display: block !important;
	}
	
	#mc_embed_signup input.email {
		padding: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
	}
	
	#mc_embed_signup input.button {
		margin: 0 auto 10px !important;
	}
	.ClassyCountdown-wrapper > div {
		margin: 15px;
	}
	.ClassyCountdown-seconds {
		display: none !important;
	}
	
	.countdown-container {
		width: 100%;
	}
} 

