html, body {
    padding: 0 !important;
    margin: 0 !important;
    background-color: black;
}

.content {
    height:100vh;
    background-color: black;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 40% auto;
    color: whitesmoke;
    margin-top: 0px;
}


.content-logo {
    margin-top: 0px !important;
    background-image: url('images/croupier-logo-transparent.svg');
    background-size: contain;
}

#main_image {
    max-width: 40% ;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

header div.header_col {
    width: 25%;
    max-width: 25% ;
    display: block;
    float: left;
}

header#header {
    font-family: Arial, Helvetica, sans-serif;
    width: 100% ;
    float: left;
    z-index: 1000;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 200% ;
}

.content, .content_inner {
    width: 100% ;
    float: left;
}

.content h1, h2, p, table {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.content p {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

table.mobilegames {
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    header#header {
        font-size: 125%;
    }
    p {
        font-size: 150%;
    }
    table.mobilegames {
        font-size: 150%;
    }

}


@media only screen and (min-width: 980px) {
    .content-logo {
        margin-top: 0px !important;
        background-image: url('images/croupier-logo-transparent.svg');
        background-size: 60%;
    }
}
