body {
	/*background-color: #0390E1;*/
	background-image: url('img/bg.jpg');
	color: #000;
}


.welcome {
	font-family: 'Dancing Script', cursive;	
	text-shadow: 5px 0 5px rgba(0, 0, 0, .5); 
}

.welcome-header {
	font-size: 12em;
}

.welcome-title {
	font-size: 6em;
}

.launch-btn {
	max-width: 500px;
	font-family: 'Poiret One', cursive;
	font-size: 3em;
	margin-top: 60px;
	text-shadow: 15px 0 15px rgba(0, 0, 0, .5); 
}

.slogan {
	font-family: 'Pinyon Script', cursive;
	margin-top: 80px;
	font-size: 2em;	
}

.logo {
	box-shadow: 5px 0 5px rgba(0, 0, 0, .5);
}