@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,400italic);

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-align: none;
	}

html, body {
	width: 100%;
	height: 100%;
	font-family: "Source Sans Pro", sans-serif;
	}

#header {
	width: 100%;
	height: 80px;
	position: absolute;
//	background: #ffa500;
	top: 0; left: 0;
	}

#logo {
	width: 120px;
	height: 50px;
	position: absolute;
//	background: #eee;
	margin-top: -25px;
	top: 50%; left: 60px;
	}

ul.menu {
	display: none;
	}

#hero {
	width: 100%;
	height: 700px;
	background: #ffa500;
	}

h1 {
	width: 900px;
	font-weight: 600;
	font-size: 58px;
	color: #fff;
	margin-left: 100px;
	}