<!DOCTYPE html>

<html>

<head>

<title>Website Maintenance</title>

    <link href='https://fonts.googleapis.com/css?family=Hind+Siliguri:400,700' rel='stylesheet' type='text/css'>
    <link href='https://fonts.googleapis.com/css?family=Roboto:400,900' rel='stylesheet' type='text/css'>

<style>
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}



    body {
        margin: 0;
        padding: 0;
        position: relative;
        color: #333;
        font-family: 'Hind Siliguri', sans-serif;
        font-weight: normal;
        font-size: 23px;
        background-color: #8FA0B1;
    }
    #container {
        position: relative;
        margin: 100px 0 0 0;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        width: 790px;
    }
    #content1 {
        position: relative;
        width: 100%;
    }
    #content2 {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        position: relative;
        width: 100%;
    }
    h1 {
        font-size: 40px;
        position: relative;
        bottom:3px;
        background-color: #111;
        color: transparent;
        text-shadow: 0px 1px 2px rgba(255,255,255,0.2);
        -webkit-background-clip: text;
           -moz-background-clip: text;
                background-clip: text;
    }
    h2 {
        font-size: 40px;
        position: relative;
        background-color: #eee;
        color: transparent;
        text-shadow: 0px 1px 2px rgba(255,255,255,0.2);
        -webkit-background-clip: text;
           -moz-background-clip: text;
                background-clip: text;
    }
    #content2 h2 {
        width: 100%;
        text-align: right;
    }
    #content2 p {
        background-color: #eee;
        color: transparent;
        text-shadow: 0px 1px 2px rgba(255,255,255,0.2);
        -webkit-background-clip: text;
           -moz-background-clip: text;
                background-clip: text;
    }
    #status {
        font-size: 20px;
        margin-top: 100px;
        width: 100%;
    }
    #status ul {
        margin-top: 15px;
        border-top: 1px solid #ddd;
    }
    #status ul li {
        padding: 10px 0 0 0;
    }
    #status li time, #status li status {
        display: inline-block;
    }
    #status .time {
        display: inline-block;
        width: 165px;
        text-align: right;
        margin-right: 15px;
    }
    #status .status {
        display: inline-block;
        padding-left: 15px;
        border-left: 1px solid #ddd;
        width: 594px;
    }
    #status .eta {
        color: #ddd;
    }
    h3 {
        position: relative;
        width: 100%;
        text-align: center;
        font-weight: normal;
        font-size: 30px;
    }

</style>

</head>

<body>

<div id="container">
    <div id="content1">
        <h1>This site is temporarily down for maintenance.</h1>
    </div>
    <div id="content2">
        <h2>We will return shortly.</h2>
    </div>
    <div id="status">
        <h3>Status</h3>
        <ul>
            <!--<li><span class="time">11/6 12:15pm MST</span><span class="status">Admin disabled during database scans to minimize writes to database.  <span class="eta">ETA: 8:00am MST</span></span></li>
            <li><span class="time">11/6 12:15am MST</span><span class="status">Database copy complete. Websites active.<span class="eta"></span></span></li>
            <li><span class="time">11/6 11:30pm MST</span><span class="status">Database copy running behind schedule. <span class="eta">Updated ETA:  12:15am MST</span></span></li>-->
            <!--<li><span class="time">11/9 11:25pm MST</span><span class="status">Copying database to upgraded servers. <span class="eta">ETA: 12:00am MST</span></span></li>-->
        </ul>
    </div>
</div>

</body>

</html>
