html, body {
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #fff;
    position: relative;
    z-index: -2;
    display: table;
}

#background {
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url("../images/jidkrtjf8uk-amanda-sandlin.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

#identity {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    font-size: 50px;
    color: #eee;
    text-shadow: 0 0 2px #000;
}

#logo {
    min-height: 15%;
    max-height: 15%;
    min-width: 15%;
    max-width: 35%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: drop-shadow( 0px 0px 5px #646464 );
    filter: drop-shadow( 0px 0px 5px #646464 );
}
