@import url('http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic');
@import url('http://fonts.googleapis.com/css?family=Montserrat:400,700');

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow-x: hidden;
}


body {
	background: #173442;
	background-image: url('http://www.delugestudios.com/images/bg-dlg-4.jpg');
	background-size: cover;
	color: #fff;
	font-size: 1.3em;
	font-family: 'Lora', sans-serif;
	line-height: 140%;
	padding: 0 0 0 60px;
}

p, h1, h2, h3, h4 {
	margin: 0px 0px 20px;
	padding: 0px;
  line-height: 160%;
}

a {
	color: #92C644;
	text-decoration: none;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a img {
	opacity: 1;
	filter: alpha(opacity=10);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover img {
	opacity: .7;
	filter: alpha(opacity=7);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=7)";
}
h2 {
	font-size:2.25em;
	font-weight: normal;
}
h2.hero {
	font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #fff;
  font-size:2em;
  margin-bottom: 0;
  line-height: 120%;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	font-size:.7em;
	font-style: normal;
	font-weight: 700;
  color:#d9d9d9;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

p.project {
  margin-bottom:1px;
}

#logo {
	width: 75px;
	height: 75px;
	margin: 40px 0px 50px;
}
#content {
	padding: 50px 50px 80px;
	max-width: 980px;
}

@media screen and (max-width: 1200px) {
	body {
		padding: 0;
	}
	#logo {
		margin: 0 0 20px 0;
	}
}

@media screen and (max-width: 768px) {
	body {
		padding: 40px;
	}
	#content {
		padding: 0 0;
	}
	h2.hero {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 480px) {
	body {
		padding: 30px 15px;
	}
}