html {
	box-sizing: border-box;
	font-size: 1.3rem;
}
*, *:before, *:after {
	box-sizing: inherit;
}

body {
	font-family: 'Merriweather', serif;
	background: black;
	margin: 0;
	padding: 10px;
}

.body-container {
	background: white;
	padding: 30px;
	max-width: 1200px;
}

h1, h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

h1 {
	margin-bottom: 0;
}

a {
	color: black;
	font-weight: bold;
}

audio {
	width: 100%;
	max-width: 650px;
}

.tag-line {
	color: #888;
	font-size: .8em;
	margin-bottom: 30px;
}

.header-image {
	height: auto;
	max-width: 100%;
}

.intro {
	display: flex;
	flex-wrap: wrap;
}

.intro > div {
	min-width: 320px;
	flex-grow: 1;
	flex-basis: calc(50% - 20px);
	margin: 10px;
}

.intro figure {
	margin: 0;
}

.intro b {
	font-size: 1.4em;
}

figcaption {
	font-size: .7em;
	color: #888;
}

.intro img {
	height: auto;
	max-width: 100%;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
}

footer {
	position: fixed;
	bottom: 0;
	background: black;
	color: white;
	width: calc(100% - 20px);
	padding: 8px 8px 8px 30px;
}

footer a {
	color: #fff90c;
}
