body {
    background-image: url('../img/game-feature-bg.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #213347;
}
header.fs-navbar {
    position: absolute;
    border-bottom: 1px solid #fdfdfd;
    width: 100%;
	z-index: 999;
}
header .play-button {
    background: url('../img/music.png') no-repeat center center;
    background-size: contain;
}
section {
    padding: 100px 0 50px 0;
    text-align: center;
}
section .page-title h1 {
    color: #fff;
    margin: 0 auto 50px auto;
}
.feature {
    max-width: 100%;
    margin-bottom: 50px;
}