<!DOCTYPE html>
<html>
<head>
    <title>Be back soon.</title>
    <meta name="viewport" content="width=device-width">
    <style type="text/css">
        @font-face {
            font-family: 'KievitWeb-Bold';
            src: url("/fonts/KievitWeb-Bold.eot");
            src: url("/fonts/KievitWeb-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/KievitWeb-Bold.woff") format("woff"), url("/fonts/KievitWeb-Bold.ttf") format("truetype");
            font-weight: normal;
            font-style: normal;
        }

        @font-face {
            font-family: 'KievitWeb';
            src: url("/fonts/KievitWeb.eot");
            src: url("/fonts/KievitWeb.eot?#iefix") format("embedded-opentype"), url("/fonts/KievitWeb.woff") format("woff"), url("/fonts/KievitWeb.ttf") format("truetype");
            font-weight: normal;
            font-style: normal;
        }
    	body {
    	    font-family: 'KievitWeb', Helvetica, Arial, sans-serif;
    	    color: #666666;
    	    font-size: 90%;
    	    line-height: 150%;
    	}
    	.notice {
    	    max-width: 640px;
    	    margin: 20px auto 20px auto;
    	    text-align: center;
    	    padding: 10px;
    	}
    	a, a:visited {
    	    display: block;
    	    text-decoration: none;
    	    color: #ffffff;
    	    background: #009900;
    	    padding: 10px 20px 10px 20px;
    	    margin: 20px auto 20px auto;
    	    border-radius: 5px;
    	    max-width: 200px;
    	    font-weight: bold;
    	}
    	h4 {
    	    color: #009900;
    	}
    	.platform {
    	    display: inline-block;
    	    vertical-align: bottom;
    	    background: #eeeeee;
    	    min-width: 80px;
    	    min-height: 70px;
    	    padding: 15px 10px 10px 10px;
    	    margin: 10px;
    	    border-radius: 5px;
    	}
    	.platform p {
    	    margin: 0;
    	}
    </style>
</head>
<body>
<center>

<div class="notice">

<!-- <img src="/images/PWF_Logo_CMYK_Logo_One_Line.png" height="60" alt="Private WiFi"> -->

<h4>The Private WiFi website is temporarily unavailable.</h4>

<h3>We're making improvements under the hood.</h3>

<h4>We'll be back soon.</h4>

</div>

<p></p>

</center>

</body>
</html>