body {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100%;
}

body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url(/static/images/box_art.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

footer {
    bottom:0;
    position: absolute;
    width: 100%;
}

#legal-footer {
    color: #A486A6;
}

.steam-widget {
    width:646px;
    height:190px;
}

@media screen and (max-width: 700px) {
    .steam-widget {
        width:90%;
        height:190px;
    }
}

@media screen and (max-width: 700px) {
    .legal-text {
        font-size:0.7rem;
        margin:5px;
    }
}

@media screen and (max-width: 600px) {
    #game-logo {
        max-width: 80%;
        height: auto;
    }

    .slider {
        padding: 0px 0 100% !important;
        position: relative;
    }
}

@media screen and (max-width: 1100px) and (min-width: 600px) {
    #game-logo {
        max-width: 60%;
        height: auto;
    }
}

@media screen and (min-width: 1100px) {
    #game-logo {
        max-width: 35%;
        height: auto;
    }

    .slider {
        padding: 0px 0 10em;
        position: relative;
    }
}

.bg-dark-blue {
    background-color: #130f20 !important;
}

.bg-dark-purple {
    background-color: #251527 !important;
}

.bg-light-purple {
    background-color: #351f37 !important;
}

.bg-light-pink {
    background-color: #67334A;
}

.gresan {
    font-family: "Gresan";
}

.gold-text {
    color: #FAD376;
    letter-spacing: 0.05em;
}


@font-face {
    font-family: "Gresan";
    src: url("/static/fonts/Gresan.woff") format("woff");
}