a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: rgba(0,0,0,.6);
}

body {
	background: #fafafa;
	color: #111;
	font-size: 16px;
	font-family: Georgia,'Times New Roman',serif;
}

footer {
	color: rgba(0, 0, 0, 0.4);
	font-size: 0.714em;
	letter-spacing: 2px;
	padding: 20px 0px 40px;
	text-align: center;
	text-transform: uppercase;
}

footer a {
	color: rgba(0, 0, 0, 0.8);
}

footer, header, main {
	margin: 0 auto;
	max-width: 720px;
	padding: 0 1em;
}

h1 {
	font-family: 'OFL Sorts Mill Goudy TT', Georgia, serif;
	font-size: 2.5em;
	font-weight: 400;
	margin-bottom: 25px;
}

h2 {
	font-family: 'OFL Sorts Mill Goudy TT', Georgia, serif;
	font-size: 1.7em;
	line-height: 1.3em;
	font-weight: 700;
	margin-bottom: 1em;
	text-align: center;
}

h3 {
	font-family: 'OFL Sorts Mill Goudy TT', Georgia, serif;
	font-size: 1.45em;
	line-height: 1.5em;
	font-weight: 700;
	margin: 0;
}

h4 {
	font-family: 'OFL Sorts Mill Goudy TT', Georgia, serif;
	font-size: 1.25em;
	line-height: 1.1em;
	font-weight: 700;
	margin: 0 0 0.25em;
}

header {
	margin-bottom: 3em;
	text-align: center;
}

hr {
	border: 0;
	margin: 1em auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0, 0, 0, 0.8);
	width: 35px;
	height: 10px;
}

iframe {
	display: block;
}

img {
	max-width: 100%;
}

nav {
	margin: 3em 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}

nav li {
	display: inline;
	margin: 0.5em;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.25em;
	margin-bottom: 1.25em;
	text-align: justify;
}

p.center {
	text-align: center;
}

section {
	margin: 3em 0 6em;
}

ul.albums {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.albums a,
ul.albums img {
	display: block;
}

ul.albums li {
	margin: 1%;
	width: 48%;
}

ul.meta {
	line-height: 1.35;
	list-style: none;
	margin: 0;
	padding: 0;
}

video {
	display: block;
	margin: 1.5em auto;
	width: 100%;
}

.video-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 1.5em auto;
}

.video-container::after {
	display: block;
	content: "";
	padding-top: 56.25%;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
