body {
	height: 100%;
	background: url('../images/foodFair.jpg') rgb(255, 255, 255);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	font: 700 1.0em/1.0 Arvo;
	font-style: italic;
	color: rgb(255, 255, 255);
}

.container {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	margin: auto 0;
	background-image: url('../images/foodFairBlurred.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
}

#font-metrics {
	position: absolute;
	z-index: -1;
	visibility: hidden;
	left: 0;
	top: 0;
	white-space: nowrap;
	width: auto !important;
}

#scale-text {
	white-space: nowrap;
}

.styles {
	position: absolute;
	top: 18%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	margin: auto;
	text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
	text-align: center;
}