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

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

h1, h2, h3, h4, h5, h6 {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-weight: 600;
	color: #222222;
	line-height: 1.4; }
h1 {
	font-size: 5rem; }
h2 {
	font-size: 3rem; }
h3 {
	font-size: 2rem; }
h4 {
	font-size: 1.5rem; }
h5 {
	font-size: 1.25rem; }
h6 {
	font-size: 1rem; }

body, html {
	width: 100%;
	height: 100%;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 16px;
	color: #222222; }

a, a:hover {
	color: inherit;
	text-decoration: none; }

ul {
	margin: 2rem 0;
	list-style: disc;
	padding-left: 2rem; }
ul li {
	padding: 0.5rem 0;
	font-weight: 200; }

p {
	margin: 1rem 0;
	line-height: 1.8; }

.content {
	max-width: 60rem;
	margin: 0 auto;
	width: 100%; }

.hero {
	position: relative;
	overflow: hidden;
	height: 30rem; }

section { padding: 6rem 0 3rem; }

footer {
	margin-top: 4rem;
	padding: 5rem;
	background-color: #222;
	color: white;
	text-align: center; }
footer p {
	margin: 0; }

nav {
	height: 3rem;
	position: relative;
	width: 100%; }
nav ul {
	height: 3rem;
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: 0;
	list-style: none; }
nav ul li {
	font-size: 1rem;
	padding: 0;
	display: inline-block;}
nav ul li p {
	height: 1.5rem;
	line-height: 1.5rem;
	margin: 0;
	padding: 0.75rem 1.5rem; }
nav ul li:hover {
	cursor: pointer;
    color: white;
	background-color: #7E7E7E; }
nav ul li.action-item {
	color: white;
	background-color: #212121; }
nav ul li.action-item:hover {
	color: white;
	background-color: #black; }
nav ul.right { float:right; }
