html {
    min-height: 100%;
    width: 100%;
}

body {
    background-image: url('/static/images/backgrounds/splash.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    height: 100%;
}

#logo {
    padding: 40px;
}

#logo img {
    width: 200px;
}

#clock {
    padding-left: calc(50% - 40px);
    margin-top: 12%;
    margin-bottom: 50px;
}

#four-o-four {
    margin-top: 12%;
    margin-bottom: 50px;
    padding-left: calc(50% - 84px);
}

#splashText {
    min-height: 500px;
    text-align: center;
    color: #FFFFFF;
    font-size: 33px;
}

#splashCaption {
    font-family: proxima_nova_rgregular;
}

#splashCaptionDomain {
    font-family: proximanova_ltsemibold;
    margin-top: 0;
}

#splashCaptionBack a {
    font-size: 16px;
    text-decoration: none;
    color: #E2E2E2;
}