html {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: 'Lato', sans-serif;
    background-color: #222;
}

body {
    position: relative;
    width: 100%;
    height: 100%;
}

* {
    box-sizing: border-box;
}

.mobile {
    display: none;
    position: absolute;
    width: 100%;
    top: 50%;
    padding: 0 30px;

    font-size: 14px;
    color: #fff;

    transform: translate3d(0, -50%, 0);
}

.mobile span {
    color: #ccc;
    text-decoration: underline;
}

.mobile a {
    color: #ccc;
}

/*@media (max-width: 960px) {
    .logo {
        left: 50%;
    }
}*/

.footer {
    display: none;
    position: absolute;
    text-align: right;
    left: 0;
    width: 100%;
    bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;

    font-size: 16px;
    color: #999;
}

.credit {
    float: left;
}

.footer span {
    display: inline-block;
    transform: translate3d(0, 50px, 0);
}

.footer a {
    color: #bbb;
}

html.is-white .footer {
    color: #000;
}
html.is-white .footer a {
    color: #121212;
}

body {
    font-family: Monospace;
    background-color: #000;
    margin: 0px;
    overflow: hidden;
}
#info {
    color: black;/*#fff;*/
    position: absolute;
    top: 10px;
    width: 100%;
    text-align: center;
    z-index: 100;
    display:block;
}
a { color: black }

