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

  src: url('../fonts/31C738_0_0.ttf') format('truetype');
}*/
body, html{
  font-size: 38px;
  line-height: 45px;
  text-shadow: 0px -2px 3px  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{
	height: 100px;
	margin: auto;
	margin-top: 400px;
}

#log{
	position:fixed;
	top:0;
	margin:0;
	display: none;
}
#logocontainer{
	position:fixed;
	width: 384px;
	height: 640px;
	overflow: hidden;
}

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

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

#train2{
	left: -200px;
	height:100%;
	
}
#everything{
  width: 384px;
  height: 640px;
  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:384px;
}

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




