* {margin: 0; padding: 0;}
html,body {height: 100%;}
h1, h2 {
	font-family: Lato, monospace;
	text-transform: uppercase;
	font-weight: 100;
}
h1 { font-size: 40px; }
h2 { font-size: 24px; }
#nav {
	background: #000;
	color: #eee;
	text-align:center;
	padding: 30px 0;
	font-family: Quicksand;
	color: #fff;
	margin-bottom: 40px;
}
#nav #links {
	color: #ccc;
	font-size: 22px;
}
#nav a {
	color: #4c7fb8;
	text-decoration: none;
	font-weight: 300;
}
#nav a:hover {
	color: #eee;
}
#logo {
	background-image: url(img/logo-stitch-g.png);
	width: 250px;
	height: 250px;
	display: inline-block;
	margin: 10px 0;
}
hr {
	border:0;
	border-top: 1px dotted #999;
	width: 80%;
	margin: 30px auto;
}
#content {
	max-width: 40em;
	margin: 0 auto;
	text-align: justify;
}
#content p {
	margin: 2em 0;
}
#content h3 {
	text-align: center;
}
hr.star {
	border: 0;
	border-top: 1px solid #aaa;
	height: 0;
}
hr.star:after {
	content: "\2605";
	color: #aaa;
	position:relative;
	top: -0.75em;
	display: inline-block;
	background: #fff;
	width: 2em;
}
p.cta {
	text-align: center;
	font-style: italic;
}
