html,
body {
	font-family: "Helvetica", arial;
	background-color: #d0ecf9;
	font-size: 24px;
	font-weight: bold;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	letter-spacing: -0.075em;
}

a {
	text-decoration: none;
}

p {
	margin: 0;
}

p.note {
	margin-top: 0.5em;
	font-size: 0.75em;
}

p.selection {
	margin-top: 0.6em;
	font-size: 0.8em;
}

.wrapper {
	text-align: center;
	margin: auto;
	position: relative;
}

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

.overlay {
	padding: 0.8em;
	background-color: rgba(255,255,255,0.6);
	color: black;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	-webkit-border-radius: 0.333333em;
	-moz-border-radius: 0.333333em;
	border-radius:0.333333em;
	text-align: left;
}

.overlay a {
	color: black;
}

.overlay.inverted {
	background-color: rgba(0,0,0,0.6);
	color: white;
}

.overlay.inverted a {
	color: white;
}

video {
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
}