html
{
    height: 100%;
}

body
{    
    overflow-x: auto;
    min-width: 1024px;
}
body:before
{
    background: url(https://imgur.com/cHASlJc.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    content: "";
    display: block;
    position: fixed;
    margin:0;
    padding:0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    min-width: 1024px;
    min-height: 1080px;
}

.noselect
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a
{
    text-decoration: none;
}

.logoparent
{
    position: relative;
    top: 0;
    left: 0;
    height: 800px;
    margin-top: -120px;
}
.logoshadow
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: auto;
    width: auto\9;
}
.logo
{
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: auto\9;
}
.centeredimage
{
    left: 50%;
    margin-left: -512px;
}

.button
{
    margin-left: 25px;
    margin-right: 25px;
    
    max-width: 100%;
    height: auto;
    width: auto\9;
    
    opacity: 0.5;
    transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    -webkit-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
}
.button:hover
{
    opacity: 1;
}
.buttoncontainer
{    
    text-align: center;
    margin-top: 25px;
}