<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title></title>
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
  <meta name="apple-mobile-web-app-capable" content="yes">
  <meta name="apple-touch-fullscreen" content="yes">
  <link href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,300,700&amp;subset=latin,latin-ext" rel="stylesheet" type="text/css">
  <link href="https://d133rs42u5tbg.cloudfront.net/hero/assets/fonts/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
  <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" type="text/css" rel="stylesheet">
  <style>
  body {background:#f1f1f1; }
.unavailable {background:#f1f1f1; text-align: center; font-family: Raleway, Helvetica; }
.unavailable .header {background:url(bg-unavailable.png) no-repeat center center; background-size: cover;width:100%; height:500px; padding:200px 0 0; font-size:42px; font-weight: 600; color:#fff;}
.unavailable .content {background:#fff;  min-height:300px; padding:80px 0; font-size:18px; color:#000; }
.unavailable .content i {font-size:44px; color:#000; padding-bottom:10px;}
.unavailable .footer {background:#f1f1f1; padding:25px 0; font-size:12px; color:#999; }
 </style>
</head>
<body>

<div class="unavailable">
   <div class="header">
      <p>Site Unavailable</p>
   </div>
   <div class="content">
      <i class="fa fa-wrench"></i>
      <p>Unfortunately the site is down for a bit of maintenance right now. <br />Please check back again soon.</p>
   </div>
   <div class="footer">
      Inside Real Estate &copy; 2018
   </div>
</div>

</body>
</html>
