/*@font-face {
  font-family: 'CoreSansC-55Medium';

  src: url('../fonts/31C738_0_0.ttf') format('truetype');
}*/

/*w  2.8125 
h 3*/
body, html{
  font-size: 107px;
  line-height: 126px;
  text-shadow: 0px -4px 6px  rgba(0, 0, 0, 0.8);
  
  margin:0;
  padding:0;  
  background-color: #000;
  text-align: center;
  overflow: hidden;
  font-family: 'Raleway', sans-serif;
  color: #FFF;
  
}

#logo{
	top: 0;
	height: 300px;
	margin: auto;
	margin-top: 1200px;
}

#log{
	position:fixed;
	top:0;
	margin:0;
	display: none;
}
#logocontainer{
	position:absolute;
	width: 1080px;
	height: 1920px;
	overflow: hidden;
}

#trainwrapper{
	height: 300px;
	margin-top: 90px;
	
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	display: none;
}

#train1{
	position: absolute;
	left: -2600px;
	height:100%;
	
}

#train2{
	left: -200px;
	height:100%;
	
}
#everything{
  width: 1080px;
  height: 1920px;
  background-color: #cb116e;
}


.count{
  
  margin: auto;
  display: none;
  opacity: 0;
}

#copy-wrapper{
  margin: 0;
  position: absolute;
  top: 54%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width:1080px;
}

#static{
	
}
#msg{
	padding: 8%;
}
.counter-wrapper{
  position: relative;
  
  height:100%;
  width:1920px;
 
}




