/*
============================================================================
FONTS
============================================================================
*/
@font-face {
	font-family: 'Futura-Book';
	src: url('../fonts/FuturaStd-Book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}



body{
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-color: #464646;
	font-family: 'Futura-Book', 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}

.headline{
	font-size: 48px;
	letter-spacing: 6px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	width: 80%;
	left: 10%;
	top: 15%;
	
	/*
	text-shadow: 0px 0px 50px #dd68ff;
	text-shadow: 0px 0px 50px #ae00e0
	filter: drop-shadow(-2px 0px 1px rgba(0,0,0,.5));
	*/
	
	
	
}

.back-light{
	text-shadow: 0px 0px 50px rgba(216, 82, 255, 1);
	filter: drop-shadow(0px 0px 10px rgba(216, 82, 255, 1));
	mix-blend-mode: screen;
}

.front-light{
	opacity: .7;
	text-shadow: 0px -2px 1px rgba(0, 0, 0, 1);
}

.content{
	font-size: 24px;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	width: 80%;
	left: 10%;
	top: 40%;
}

.content p{
	margin: 0px;
	padding: 0px;
	margin-bottom: 16px;
	color: #e592ff;
}

.content a{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.subtitle{
	font-size: 24px;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	width: 80%;
	left: 10%;
	bottom: 5%;
}

.map-link{
	padding-top: 32px !important;
}

.button{
	display: inline-block;
	color: #464646 !important;
	background-color: #ffffff;
	font-size: 24px;
	-webkit-box-shadow: rgba(0,0,0,.75) 0px 0px 16px;
	-moz-box-shadow: 0px 0px 16px rgba(0,0,0,.75) ;
	box-shadow:0px 0px 16px 0px rgba(0,0,0,.75);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 48px;
	padding: 16px;
	text-decoration: none;
}

