<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Storefront Maintentance</title>

    <link href="https://fonts.googleapis.com/css?family=Archivo+Black|Darker+Grotesque&display=swap" rel="stylesheet">

    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
          integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">

    <style type="text/css">
        body, html {
            height: 100%;
        }

        .h {
            font-size: 36pt;
            font-family: 'Archivo Black', sans-serif;
        }

        .b {
            font-family: 'Darker Grotesque', sans-serif;
        }
    </style>

</head>
<body>

<div class="container h-100">
    <div class="row align-items-center h-100">
        <div class="col-6 mx-auto">
            <div class="jumbotron jumbotron-fluid">
                <div class="container">
                    <p class="h display-4 text-center">maintenance</p>
                    <p class="lead">Our apologies. Storefront services are off right now while we do a little housekeeping.</p>
                </div>
            </div>
        </div>
    </div>
</div>

</body>

</html>
