* {
	margin: 0;
	padding: 0;
	border: 0;
}

@font-face {
	font-family: 'PT Sans Narrow Regular';
	src:url("http://bram.me/fonts/PTN57F.ttf");
}

body {
	font-family: 'PT Sans Narrow Regular', 'HelveticaNeue-UltraLight', 'Helvetica Neue', 'Arial-Bold', sans serif;
	font-weight: 300;
	background-color: #D0D3C2;
	color: #444444;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}

a, a:focus, a:hover, a:visited {
	color: #888888;
	text-decoration: none;
	font-size: .75em;
}

a:hover {
	color: #ffffff;
	background-color: #dde0c5;
}

h1 {
	font-size: 25em;
	color: #ffffff;
	line-height: 0.75;
	letter-spacing: -20px;
	margin-left: -0.1em;
	width: 100%;
	display: inline;
	z-index: -1;
}

h3 {
	font-size: 5em;
	line-height: 0.9;
	padding-top: .5em;
}

h2, p {
	font-size: 3.75em;
	line-height: 0.9;
	padding-top: .5em;
}

h2 {
	padding: 0;
	margin: -3.5em 0 1em;
}

.nozoom h2 {
	color: white;
	opacity: 0;
}

img {
	width: 550px;
}

img:hover {
	width: 1192px;
}

.nozoom {
	position: absolute;
	left:75px;
	top: 75px;
	z-index: 100;
}

.nozoom img {
	opacity: 0;
	-webkit-transition: ease-in-out 0.2s;
	-moz-transition: ease-in-out 0.2s;
}

.nozoom img:hover {
	opacity: 1;
	width: 500px;
	-webkit-transition: ease-in-out 0.2s;
	-moz-transition: ease-in-out 0.2s;
}
