@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500';
@import 'https://fonts.googleapis.com/css?family=Quicksand:300,400,500';

body {
	margin: 0 auto;
	max-width: 50em;
	line-height: 1.5;
	padding: 1em 1em;
	color: #566b78;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

header {
	background-color: #263d36;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	line-height: 1.2;
	padding: 1em 0 1em 0;
	text-align: center;
}

header h1 {
	color: white;
	font-size: 2.5em;
	font-weight: bold;
	font-family: "Quicksand", "Helvetica", "Arial", sans-serif;
	margin: 0;
}

header img {
	display: inline-block;
	height: 120px;
	vertical-align: top;
	width: 120px;
}

h2, strong {
	color: #333;
}

h2 {
	margin-top: 1em;
	padding-top: 1em;
}

dt {
	margin-top: 1em;
}

code,
pre {
	background: #eee;
	border-bottom: 1px solid #d8dee9;
	color: #666;
}

code {
	padding: 2px 4px;
	vertical-align: text-bottom;
}

pre {
	padding: 1em;
	border-left: 2px solid #69c;
}

a {
	color: #009688;
}
