html *,
body *
{
	box-sizing:border-box;
}
body::before
{
	background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)), url(/_customers/images/ui/Mortenson/Logo-v.svg);
	background-color: #7a8c9f;
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	transition:unset;
	width: 100vw;
	z-index: -1;
}