body {
	background: url(BaadeNorwegianSagas.jpg) no-repeat center center fixed; 
	background-size: cover;
	font-family: sans-serif;
	color: #fff;
	display: flex;
	align-items: end;
	height: 100vh;
	margin: 0;
}

main {
	background-color: rgba(0, 0, 0, .5);
	flex: 1 1 auto;
}

.container {
	margin: 1rem 0;
	padding: 0 1.5rem;
}

@media(min-width: 768px) {
	.container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		max-width: 1024px;
		margin-left: auto;
		margin-right: auto;
	}
}

a, a:hover {
	color: #fff;
	text-shadow: 0 0 .5rem #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin: 0;
	font-size: 2rem;
	font-weight: normal;
}

footer {
	padding: .5rem 0;
	text-align: right;
}
