/*Header*/
.header {
    margin-top: 6rem;
    text-align: center; }

/*Game image*/
.game-cover {
    width: 100%;
    height: auto; }

/*Navbar*/
.navbar,
.navbar-spacer {
    display: block;
    width: 100%;
    height: 6.5rem;
    z-index: 99;
    border-top: 1px solid #BBB;
    border-bottom: 1px solid #BBB; }
.navbar > .container {
    width: 100%; }
.navbar-list {
    list-style: none;
    margin-bottom: 0; }
.navbar-item {
    position: relative;
    float: left;
    margin-bottom: 0; }
.navbar-link {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 35px;
    text-decoration: none;
    line-height: 6.5rem;
    color: #DDD; }

/*Sections*/
.container > .row {
    margin-top: 3rem;
    margin-bottom: 3rem;
}