@import url('https://fonts.googleapis.com/css?family=Lora');
@import url('https://fonts.googleapis.com/css?family=Montserrat');

body {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 160%;
	color: #222;
}

.container {
	max-width: 800px;
}

h1,
h2,
h3 {
	font-family: "Lora", serif;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 100%;
}

a,
a:hover,
a:active {
	color: inherit;
}

.content h1,
.content h2,
.content h3,
.content p {
	margin-bottom: 1rem;
}

.content h1:last-child,
.content h2:last-child,
.content h3:last-child,
.content p:last-child {
	margin-bottom: none;
}

.content h1:not(:last-child),
.content h2:not(:last-child),
.content h3:not(:last-child) {
	margin-top:2rem;
}

.content aside {
	margin-top:-1rem;
	margin-bottom:2rem;
}

.content pre {
	background:#eee;
	padding:1rem;
}

.content p a {
	text-decoration: underline;
}

.content p a:hover {
	opacity:0.7;
}

.content p code {
	color:inherit;
	background:#eee;
	border:5px solid #eeee;
}

.text-muted {
	font-size: 80%;
	font-style: italic;
}

/* HEADER STUFF */

.main-title {
	margin-bottom: 0.3rem;
	font-size: 2.6rem;
	text-transform: uppercase;
}

.main-subtitle {
	font-size: 1.2rem;
}

.logo {
	position: relative;
	max-height: 28px;
	top: -5px;
}