
<!DOCTYPE html>
<html>
<head>
	<title>Marsh & Parsons</title>
	<link rel="stylesheet" type="text/css" href="https://www.marshandparsons.co.uk/maintenance/MyFontsWebfontsKit.css">

	<style type="text/css">

		* { box-sizing: border-box }
		
		.bg{
			background: url(https://www.marshandparsons.co.uk/maintenance/bg.jpg);
			background-size:cover;
			background-position: center center;
			position: fixed;
			top:0px;
			left:0px;
			width:100%;
			height: 100%;
		}

		.text{
			position: fixed;
			left:50%;
			top:50%;
			width:450px;
			text-align: center;
			line-height: 130%;
			transform: translateY(-50%);
			color:#460400;
			font-size: 34px;
		}

		*{
			font-family: ProximaNovaA-Medium;
		}

		@media (max-width:800px){
			.text{
				left:0px;
				width:100%;
				padding:0px 30px;
			}

			.bg{
				display: none;
			}
		}

	</style>

</head>
<body>

	<div class="bg"></div>

<div class="text">
	<img src="https://www.marshandparsons.co.uk/maintenance/logo.svg"/>
	<p>Keep calm, we're working on some site maintenance.</p><p>We'll be back up and running shortly.</p>

</div>

</body>
</html>