@charset "utf-8";

@font-face {
	  font-family: 'Bree Serif';
	  font-style: normal;
	  font-weight: 400;
	  src: url('fonts/breeserif/v16/4UaHrEJCrhhnVA3DgluA96rp4g.ttf') format('truetype');
}

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

p, h1 {
	padding-bottom: 10px;
}

#wrapper {
	position: relative;
	min-height: 100%;
}

#content {
	padding: 1em 1em 2.5em 1em;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 1.5em;
	text-align: right;
}

#footer a {
	color: white;
}

body
{
	background: #ccc url('Milford_Sound.jpg') center center/cover fixed;
	color: #fff;
	/*
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0;
	height: 80vh;
	*/
	margin: 0
}

header
{
	text-align: center;
}

h1
{
	font-family: 'Bree Serif', serif;
	text-shadow: 2px 2px 2px #000;
	margin: 1em 0 0 0
}

h2
{
	border-radius: 1em;
	background-color: rgba(0,0,0,0.25);
	padding: 0.5em 0.75em;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	text-shadow: 2px 2px 2px #333;
	margin: 1em 0 0 0;
	text-align: center;
}

p.initials
{
	display: flex;
	font-family: 'Bree Serif', serif;
	font-size: 5em;
	align-items: center;
	justify-content: center;
	background: url(hexagon-007889-512x444.png) center center/256px 222px no-repeat;
	min-width: 256px; /* Half of the intrinsic image width. */
	min-height: 222px; /* Half of the intrinsic image height. */
	opacity: 0.75
}
