/*  Maintenance
 * -------------------------- */

body, html {
    height: 100%;
}

.maintenance {
    display: table;
    width: 100%;
    height: 100%;
}

.maintenance figure {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    text-align: center;
}

.maintenance figure h1 {
    letter-spacing: 2px;
    font-weight: 100;
    font-size: 55px;
}

@media only screen and (max-width: 500px) {
    .maintenance figure h1 {
        font-size: 30px;
    }
}