body {
	font-family: "Merriweather", system-ui, sans-serif;
	font-size: 100%;
	line-height: 135%;
	margin: 0;
}

main {
	margin: 1em;
}

h1 {
	margin-top: 0;
	padding-top: calc(25vh-1em);
	text-align: center;
	font-size: 7vw;
	line-height: 1em;
}

.outline {
	outline: 1px dotted #f00;
}

header {
	background-color: #aaa;
	background-image: url("Images/Mountains640x427.jpg");
	background-position: center;
	background-size: contain;
	color: #fff;
	background-repeat: no-repeat;
	text-shadow: 0 0 2px #000;
	height: 50vh;
}

figure.photo {
	text-align: center;
	padding: 0.5em;
	background-color: #555;
	position: relative;
	line-height: 0;
	margin: 1em, 2em;
}
.photo img {
	width: 100%;
}

.photo figcaption {
	color: rgba(255,255,255,0.8); 
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: fit-content;
	background-color: rgba(250,250,250,0.5);
	margin: 0 auto 0.5em auto;
	padding: 1em 1em 1em 1em;
	line-height: 100%;
}