
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8" />

    <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
		Remove this if you use the .htaccess -->
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />

    <title>RapidLMS - Scheduled Maintenance</title>
    <link href="https://fonts.googleapis.com/css?family=Chivo:300,400,700" rel="stylesheet">
    <meta name="description" content="" />
    <meta name="author" content="Stephen" />
    <meta name="viewport" content="width=device-width; initial-scale=1.0" />

    <style type="text/css">
        * {
            transition-duration: 0.25s;
        }

        html,
        body {
            margin: 0;
            font-family: "Chivo", Helvetica, Arial, sans-serif;
            font-size: 15px;
            background-color: #151f6d;
            color: #000;
            font-weight: 300;
        }

        #wrapper {
            padding: 75px;
        }

        #bk {
            opacity: 0.75;
            background-repeat: none;
            background-position: bottom right;
            background-size: cover;
            position: absolute;
            height: 100%;
            width: 100%;
            z-index: 1;
        }

        header a,
        section a {
            color: #f2a900;
            border-bottom: 2px solid;
            text-decoration: none;
        }

        header a:hover,
        section a:hover {
            color: #fff;
        }

        header {
            background-color:white;
            padding:35px 75px;
            position: relative;
            z-index: 5;
        }

        header img {
            max-width: 250px;
            margin-top:10px;
        }

        section {
            font-size: 18px;
            font-weight: 300;
            line-height: 28px;
            max-width: 850px;
            position: relative;
            z-index: 5;
            border-left:5px solid #ffc72c;
            padding-left:50px;
        }

        p {
            font-size: 23px;
            max-width: 600px;
            line-height: 40px;
        }

        h2 {
            color: #ffc72c;
            font-size: 40px;
            font-weight: 500;
            line-height: 50px;
            margin-top:0;
        }

        section .measure-logo {
            margin-top: 55px;
        }

        .btn {
            background-color:white;
            color: #151f6d;
            padding: 13px 30px 12px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            margin: 0 10px 10px 0;
            border: 0;
            font-weight: 400;
            box-shadow:0 5px 10px rgba(0,0,0,0.35);
            border-radius:4px;
        }

        .btn:hover {
            background-color: #ffc72c;
            box-shadow:0 10px 20px rgba(0,0,0,0.85);
        }
        @media only screen and (max-width:680px) {
            header {
                padding:20px 35px;
            }
            header img {
                max-width:200px;
            }
            #wrapper {
                padding:35px;
            }
            h2 {
                font-size:25px;
                line-height:40px;
            }
            section {
                padding-left:35px;
            }
        }
    </style>
</head>

<body>
    <div id="bk"></div>
    <header>
        <img width="150%" src="https://statushub.s3.amazonaws.com/uploads/logo/file/1229/logo.png" />
    </header>
    <div id="wrapper">
        <section>
            <h2>Sorry for the inconvenience but we’re performing some maintenance at the moment.</h2>
            <a class="btn" href="https://rapidlms.statushub.io/">Check Server Status</a>
        </section>
    </div>
</body>

</html>
