body {
	background: white;
	font-family: "Helvetica Neue";
/* 	background: url(../img/bg.jpg) center center no-repeat; */
	background-size: cover;
	height: 100vh
}


h1 {
	font-family: 'FestivoLettersNo18';
	font-size: 700%;
	text-align: center;
	margin-top: 200px;
	color:navy
}

h2 {
	font-family: 'FestivoLettersNo18';
	font-size: 200%;
	text-align: center;		
	text-transform: none
}


#bg1 {
	background: url(../img/splash-bg-1.png) 0 0 repeat-x;;
	height: 100vh;
	background-size: cover;

}

#bg2 {
	background: url(../img/splash-bg-2.png) 0 0 repeat-x;;
	height: 100vh;
	background-size: cover;
}

#bg3 {
	background: url(../img/splash-bg-3.png) 0 0 repeat-x;;
	height: 100vh;
	background-size: cover;
}

.scene {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 100px;
	height: 500px;
	overflow: hidden;
}

/* MOBILE 
******************************************************************************************/

@media screen 
and (min-device-width : 320px) 
and (max-width: 568px) {
    h1 {
        font-size: 300%;
        margin-top: 100px;
    }
}
