html, body {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;

	font-family: 'Open Sans', sans-serif;

	overflow: hidden;

	display: flex;
	align-items: center;
	justify-content: center;
}

.hide {
	display: none;
}

.copy-floating {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1.2em;
	color: white;

	position: absolute;
	top: 10%;
	left: 0;

	z-index: 1000;

	width: 100%;
	font-size: 1em;
}

#globalNav {
	position: absolute;
	top: 2%;
	left: 5%;

	text-transform: uppercase;
	font-size: 0.65em;
}

.back-button, .reset-button {
	color: white;
	background-color: #222;
	box-shadow: 0.5em 0 0 #222,-0.5em 0 0 #222;

	margin-bottom: 1em;
}

/** larger than a breadbox **/
@media only screen
and (min-width : 600px) {

	.copy-floating {
		width: 60%;
		max-width: 600px;
		top: 4%;
		margin-top: 1%;
		margin-left: 16%;
	}

	.back-button {
		top: 1%;
	}
}

@media only screen
and (min-width : 1200px) {
	body {
		font-size: 1.3em;
	}
}

	.story-link {
		color: inherit;
		text-decoration: none;
		border-bottom: 5px solid orange;
		white-space: nowrap;
	}
	. {
		float: right;
		width: 90%;
		min-width: 200px;
		text-align: right;
	}
		.copy-floating .story-nav p {
			line-height: 1.6em;
		}
	.story-copy {
		text-transform: none;
		font-weight: normal;
		line-height: 2.2em;
	}
		.story-copy span {
			padding: 0.25em;
		}

	.copy-floating p {
		margin: 0.5em;
		line-height: 2.2em;
	}
	.copy-floating span {
		background-color: #222;
		box-shadow: 0.5em 0 0 #222,-0.5em 0 0 #222;
	}
	.copy-floating em {
		white-space: nowrap;
		font-style: normal;
	}

	.copy-floating .grand {
		font-size: 3em;
	}

	.copy-floating .ite, .copy-floating .tres-petite p {
		font-size: 1.5em;
		line-height: 1.5em;
	}

	.social-quicknav {
		text-align: right;
		margin-top: 2em;
	}
		.social-quicknav .tres-petite {
			margin: 0.15em;
			font-size: 0.8em;
		}

	.copy-floating span .tres-petite {}

.photo-background {
	min-width: 100%;
  min-height: 100%;
	background-size: cover;
	background-position: center;
}

.photo-foreground {
	width: 50%;
	height: 80%;

	background-position: center;
	z-index: 500;
}

	.bg-sunset.photo-background {
		background-image: url(./static/sunset.jpg);
	}
	.bg-sunset .photo-foreground {
		background-image: url(./static/sunset-poly.jpg);
	}

	.bg-plants.photo-background {
		background-image: url(./static/plants.jpg);
	}
	.bg-plants .photo-foreground {
		background-image: url(./static/plants-poly.jpg);
	}

	.bg-bugs.photo-background {
		background-image: url(./static/bugs.jpg);
	}
	.bg-bugs .photo-foreground {
		background-image: url(./static/bugs-poly.jpg);
	}

	.bg-clouds.photo-background {
		background-image: url(./static/clouds.jpg);
	}
	.bg-clouds .photo-foreground {
		background-image: url(./static/clouds-poly.jpg);
	}
