
#loading-screen{
	margin: auto;
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0.98;
	background-color: #e7a351;
	transition: 0.5s;
	align: center;
	text-align: center;
	vertical-align: middle;
	z-index: 100;
}

#loading-screen h1{
	
	margin: auto;
	position: absolute;
	top: 45%;
	left: 45%;
	color: white;
	font-size: 24pt;
	align: center;
	text-align: center;
	vertical-align: middle;
}