<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8" />
	<title>Public Trustee</title>
	<style type="text/css">
		html{
			min-height:100%;
			position:relative;
		}
		body{
			height:100%;
			font-family: 'Montserrat', sans-serif;
			font-weight: 400;
			color: #00437c;
		}
		h1 {
			font-family: 'Montserrat', sans-serif;
			font-weight: 900;
			color: #00437c;
		}
		p {
			font-family: 'Montserrat', sans-serif;
			font-weight: 4 00;
			color: #00437c;
		}
		#wrapper_page{
			position:absolute;
			top:0;
			bottom:0;
			left:0;
			right:0;
			overflow:hidden;
			z-index:-1; /* Remove this line if it's not going to be a background! */

			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;

			-ms-flex-align: center;
			-webkit-align-items: center;
			align-items: center;

			-webkit-box-pack: center;
			-moz-box-pack: center;
			-ms-flex-pack: center;
			-webkit-justify-content: center;
			justify-content: center;

			-webkit-box-align: center;
			-moz-box-align: center;
		}

		.vert_centered {
			max-width: 50%;
			text-align: center;
		}
		.top_centered {
			align-self: flex-start;
		}
		.bottom_centered {
			align-self: flex-end;
		}
		.hidden_element {
			text-indent: 100%;
			white-space: nowrap;
			overflow: hidden;
		}
	</style>
	<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
</head>
<body>
	<div id="wrapper_page">
		<div class="vert_centered">
			<h1 class="hidden_element">Public Trustee</h1>
			<img src="offline/logos_pt_gosa.svg">
			<p>
				 </br>
				We are carrying out some upgrades to our website,<br/>we will be back online shortly.
			</p>
		</div>
	</div>
</body>
</html>