@font-face {
  font-family: 'Questrial';
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Questrial-regular.eot"), url("../fonts/Questrial-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Questrial-regular.woff2") format("woff2"), url("../fonts/Questrial-regular.woff") format("woff"), url("../fonts/Questrial-regular.ttf") format("truetype"), url("../fonts/Questrial-regular.svg#Questrial") format("svg");
}

#splash-screen{
    width:100%;
    height:100%;
    display:none;
    background: url("../assets/UI/splashscreen.jpg") no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

#splash-screen h1, #splash-screen h3{
	color: white;
	background-color: rgba(0,0,0,.25);
	width: 100%;
	text-align: center;
    font-family:Questrial;    
	line-height: 80px;
	font-size: 3em;
}

#splash-screen h3{
	font-size: 1.75em;     
	line-height: 40px;  
}