@import url(https://fonts.googleapis.com/css?family=Inconsolata);

* {
  margin: 0;
  padding: 0;
}

body {
	background:#474747;
}

#container {
	width: 1000px;
	margin-left: auto;
	margin-Right: auto;
	margin-top:  100px;
}

#headline {
	width: 1000px;
	margin: auto;
	margin-bottom: 10px;
}

#headline h1 {
	text-align: center;
	font-size: 8em;
	color: #111;
	text-shadow: 0px 2px 3px #555;
	font-family: 'IM Fell DW Pica', arial, serif;
}

#subhead {
	width: 1000px;
	margin: auto;
}

#subhead p {
	text-align: center;
	font-size: 2em;
	color: #222;
	text-shadow: 0px 2px 3px #555;
	margin-bottom: 100px;
	font-family: 'IM Fell DW Pica', arial, serif;
}

#subhead a {
	color: #222;
	text-decoration: underline;

}

#subhead a:hover {
	color: #888;
	text-shadow: 0px 2px 3px #111;
}

footer {
	width: 1000px;
	margin: auto;
	text-align: center;
	font-size: 1em;
	font-family: 'Inconsolata', arial, serif;
	
}

footer a {
	color: #222;
	text-decoration: none;
}

footer a:hover {
	color: #888;
	text-shadow: 0px 2px 3px #111;
}

footer li {
	display: inline;
	list-style-type: none;
	padding-right: 25px;
}





