

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#games .col-md-6 {
    margin-bottom: 30px;
}

.jumbotron {
    background: #3D3D3D;
    color: #fff;
}

body {
    background: #efefef;
}

footer .inner {
    background: url(../img/v1-schloss.png) top center no-repeat;
    width: 960px;
    height: 284px;
    margin: 0 auto;
    background-size: 960px 284px;
    max-width: 100%;
}

footer {
    background: #efefef url(../img/v1-schloss-repeat-x.png) repeat-x;
    width: 100%;
    height: 284px;
    background-size: 196px 284px;
}

ul {
    list-style: square;
}











