#backgroundImage {
	z-index: -9;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-position: center center;
	filter: blur(2px);
	transform: scale(1.01) /* Needed to hide the blurred edges of the wrapped background image. */
}

#backgroundTint {
	z-index: -8;
	left: 0vh;
	top: 0vh;
	position: fixed;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.0);
}