body {
	margin: 0 auto;
}

body > div.content {
	margin-top: 20px;
}

.space {
	border-bottom: 1px solid grey;
}

.content {
	max-width: 1024px;
	margin: 0 auto;
}

.navigation {
	background-color: rgb(42, 87, 154);
	height: 240px;
	text-align: right;
}

.navigation .content span {
	margin-left: 20px;
	line-height: 420px;
}

.navigation a:link,
.navigation a:active,
.navigation a:visited,
.navigation a:hover {
	margin-left: 20px;
	line-height: 420px;
	color: #ffffff;
	font-family: 'Average', serif;
	font-size: 1.2em;
}

.screenshot {
	float: left;
	margin-top: -204px;
}

.intro {
	float: right;
	max-width: 500px;
	background-color: #f7f7f7;
	border-radius: 10px;
	padding: 30px;
}

.intro h1 {
	font-family: 'Noticia Text', serif;
}

.intro h2, .intro li {
	font-family: 'Cabin Condensed', sans-serif;
	line-height: 30px;
}

.app {
	margin-top: 600px;
}

.app h1 {
	margin-right: 20px;
	display: inline-block;
}

.app h1 {
	line-height: 100px;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: text-bottom;
}

.bullets {
	background: #f7f7f7;
	padding-top: 30px;
}

.bullets ul {
	text-align: center;
}

.bullets li {
	text-align: left;
	vertical-align: text-top;
	display: inline-block;
	max-width: 250px;
	margin-left: 20px;
	font-family: 'Cabin Condensed', sans-serif;
	line-height: 25px;
}

.video {
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 40px;
	width: 560px;
	height: 315px;
}

.faq p {
	font-family: 'Cabin Condensed', sans-serif;
}

.faq .answer {
	background: #f7f7f7;
	margin-left: 20px;
	line-height: 30px;
	text-indent: 10px;
	padding: 10px;
}

.faq h2 {
	font-family: 'Average', serif;
}

.footer {
	font-family: 'Noticia Text', serif;
	font-size: 0.8em;
	color: #778899;
	text-align: center;
	bottom: 0;
	line-height: 2em;
	background-color: #f7f7f7;
	margin-top: 100px;
}

.notice {
	text-align: center;
	text-decoration: underline;
	margin-top: 600px;
}

.notice img {
	width: 100%;
	max-width: 600px;
}
