body{
	text-align: center;
	margin: auto;

	height: 100%;
	margin: 0px;
	
	color: #efefef;
	font-family: 'Varela Round';
	font-size: 100%;

	background: url("/images/background.png") no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
}

#main{
	text-align: center;
	margin: auto;
	margin-top: 10%;
	
	position: absolute;
	left: 5%;
}

#main p, address{
		text-align: left;
		font-size: 1.5em;
		color: #efefef;
		font-style: normal;
}

#main a{
	color: #efefef;
	text-decoration: none;
}

#main h1{
	background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	
	letter-spacing: 0.6rem;
	font-size: 6.5em;
}


@media screen and (max-width: 800px) {

	#main h1{
		font-size: 1.5em;
		letter-spacing: 0.3em;
	}	
	
	#main p, address{
		font-size: 1em;
	}
}
