body, html {
	background-image: url(img/body.jpg);
	background-size: cover;	
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #fff;
	height: 100%;
	font-weight: lighter;
}

.logo {
	text-align: center;
	padding: 80px 0 20px 0;
}
.logo img {
	width: 200px;
}
.name h1 {
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 20px;
}
.name span {
	
	font-size: 12px;
	letter-spacing: 4px;
}

.quote {
	max-width: 600px;
	margin: 0 auto;
	font-style: italic;
	padding-top: 40px;
	font-size: 30px;
	text-align: center;
}

.contact {
	font-size: 11px;
	text-align: center;
	padding: 50px 0;
	color: rgba(255,255,255,.6)
}