@font-face {
   font-family: "FuturaLight";
   src: url("../fonts/Futura(Light).ttf");
 }
 @font-face {
   font-family: "Futura";
   src: url("../fonts/FuturaExtraBold.ttf");
 }
#animation_container, #_preload_div_ {
	position:absolute;
	margin:auto;
	left:0;right:0;
	top:0;bottom:0;
	
  }
  #_preload_div_{
	display: inline-block;
	height:100%;
	width: 100%; 
	vertical-align:middle;
	position:absolute;
	left:0px;top:0px;
	text-align: center; 
	max-height: 100%;
	max-width: 100%;
	background-color: #34038d;
}
.preLoadContainer img{
	max-height: 100%;
	max-width: 100%;
}
.preLoadContainer{
	width: 50%;
	margin:  auto;
	position: relative;
	min-height: 20px;
}
#progressBar{
	width: 100%;
	position: relative;
	height: 2px;
	margin-top: 9px;
}
html{
	font-family: "Futura";
}
.topPreLDiv{
	height: 60%;
	margin-top: 20vh;
}
.bottomPreLDiv{
position: absolute;
bottom: 2vh;
left: 25%;

}
#preLoadText{
	z-index: 1;
	position: relative;
	color: #fff;
	width: 100%;
	margin: 0px;
}
#colorBar{
	background-color: yellow;
	position: absolute;
	width: 100%;
	z-index: 0;
	height: 100%;
}
img {
	max-width: 100%;
	max-height: 100%;
}