@charset "UTF-8";
/* CSS Document */

body{
	background-color:#e8f3fc;
	margin: auto;
	max-width: 1200px;
}

@font-face {
  font-family: "PlayerPro";
  src: url("font/PlayerPro.otf");
  }

@font-face {
  font-family: "PlayerProBold";
  src: url("font/PlayerProBold.otf");
}

@font-face {
  font-family: "PlayerProBlack";
  src: url("font/PlayerProBlack.otf");
}

*{outline:0}@-moz-keyframes fade-it{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fade-it{0%{opacity:0}100%{opacity:1}}@keyframes fade-it{0%{opacity:0}100%{opacity:1}}

	.js-fade-in-verb{
		animation-name:fade-it;
		animation-duration:0.5s;
		animation-fill-mode:forwards;-webkit-animation-name:fade-it;-webkit-animation-duration:0.5s;-webkit-animation-fill-mode:forwards}

	.verb.js-block{
		display:inline-block
	}

	.verb.js-hide{
		display:none;opacity:0
	}

	.verb{
		display:inline-block;visibility:visible
	}


h1 {
  font-family: PlayerPro;
  line-height: 0.9;
  font-size: 50px;
  letter-spacing: 0.01em;
  color: #193242;
  text-align: center;
}

h2 {
  font-family: PlayerPro;
  line-height: 13px;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #193242;
}

.image-head {
  background-image:url(images/logo1.png);
  background-repeat: no-repeat;
  background-position: top center;
  width: auto;
  height: 315px;
  margin: auto;
  margin-top: 60px;
  padding: 0;
  transition: .15s ease, width 2s;
  backface-visibility: hidden;
}

.coming_soon {
  background-image:url(images/coming_soon.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  width: auto;
  height: 43px;
  margin: auto;
  margin-top: 20px;
  padding: 0;
}

.tagline {
	background-repeat: no-repeat;
    background-position: top center;
    width: auto;
	padding: 0px;
	margin: auto;
	height: 315px;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
	transition: .15s ease, width 2s;
    backface-visibility: hidden;
}

#footer_text {
	background-repeat: no-repeat;
    background-position: top center;
    width: auto;
	padding: 0px;
	margin: auto;
	height: 315px;
	margin-top: 200px;
	margin-bottom: 40px;
	text-align: center;
}



/* Media Queries */
@media screen and (max-width: 680px) {

h1 {
  font-family: PlayerPro;
  line-height: 0.9;
  font-size: 30px;
  letter-spacing: 0.01em;
  color: #193242;
  text-align: center;
}


}

