body {
	padding-top: 70px;
	font-size:14px;
	background: url('/assets/bg.jpeg') no-repeat center center fixed;
	background-size: cover; /* if your browser can't handle this, get a better browser */
	height: 100%;
}

#main {
	background-color: #fff;
}

#start blockquote {
	text-shadow: 1px 1px 1px #000;
	color: #fff;
	font-size:2em;
}
@media(min-width: 992px) {
	#start blockquote {
		font-size: 4em;
	}
	#start .contact {
		margin-top: 275px;
	}
}

#start .contact {
	background-color: rgba(255,255,255,0.6);
	padding: 5px;
}
