/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
body.tkt-maintenance, html {
    height: 100%;
    margin: 0;
}
.tkt-maintenance-bgimg {
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    color: white;
    font-family: serif, sans-serif;
    font-size: 150%;
    text-shadow: 1px 1px #000000;
}
.tkt-maintenance-topleft {
    position: absolute;
    top: 16px;
    left: 16px;
}
.tkt-maintenance-topleft > img {
    height: 150px;
    width: auto;
}
.tkt-maintenance-bottomleft {
    position: absolute;
    bottom: 0;
    left: 16px;
}
.tkt-maintenance-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
hr.tkt-maintenance {
    margin: auto;
    width: 40%;
}
#tkt-maintenance-timer{
    font-size: 110%;
}