/* CSS */
body {
	background: #fff url('images/tower.jpg');
	background-position: top;
	background-size: 100% auto;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	font-weight: 100;
	line-height: 80%;
	margin: 0;
	padding: 0;
}
h1 { font-size: 8.4em; }
h3 { font-size: 5em; }
h4 {
	font-size: 2em;
	font-weight: 300;
	margin: 10px 0;
	padding: 10px 0;
	position: absolute;
}
h4 a.link {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	display: inline-block;
	margin: 5px;
	padding: 10px 20px;
	text-decoration: none;
	transition: all .2s ease-in-out .2s;
}
h4 a.link:hover { background-color: rgba(0,0,0,0.9); }
h6.copyright {
	position: absolute;
	padding: 10px;
	right: 0;
	bottom: 0;
}