HTML {
	height: 100%;
	background: #090a0a;
}

BODY {
	max-width: 1300px;
	margin: auto;
	background-color: #151617;
	font: 300 18px/1.2 -apple-system, BlinkMacSystemFont, Arial, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	line-height: 1.6em;
	min-height: 100%;
	min-width: 320px;
	position: relative;
	color: #a2a2a2;
	-webkit-text-size-adjust: none;
}

a:link, 
a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

h1,
h2,
h3 {
	color: #fefefe;
	font-weight: 300;
	font-size: 30px;
	padding: 30px 0 0 0;
}

.content h2,
.content h3 {
	border-top: 1px solid #303030;
}

.container {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding: 0 50px;
}

.header-wrapper {
	border-bottom: 1px solid #303030;
}

.header {
	font-size: 0;
	line-height: 0;
	padding: 30px 0;
}

.header a {
	display: grid;
	justify-content: center; 
	height: 60px;
}

.content {
	text-align: left;
}

.separator {
	width: 100%;
	border-bottom: 1px solid #303030;
	margin: 0 auto;
}

.footer {
	padding: 30px 0;
	margin-top: 30px;
	border-top: 1px solid #303030;
}

figure {
	margin-left: 0;
	margin-right: 0;
}

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

@media screen and (max-width: 780px) {

	h1,
	h2,
	h3 {
		font-size: 26px;
	}

	.container {
		padding: 0 30px;
	}
}