body {
	margin: 40px auto;
	max-width: 650px;
	line-height: 1.4;
	font-size: 20px;
	padding: 0 10px;

	background-color: #002b36;
	color: #839496;
}

a {
	color: #b58900;
}

a.title-link {
	color: inherit;
	text-decoration: none;
}

h1, h2 {
	line-height: 1.2;
	color: #268bd2;
}

h3 {
	line-height: 1.2;
	color: #6c71c4;
}

img.icon-link {
	margin: 0 4px;
}

footer {
	color: #93a1a1;
	font-size: 15px;
	margin: 40px 0px 0px 0px;
}

/* The tap icons will be more spread out on smaller screens */
@media (max-width: 500px) {
	nav {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		padding: 0 20px;
	}
}
