 .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Passion One",sans-serif;
    color: #fff;
}

body:after {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/Background.jpg');
    background-size: cover;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: -1;
}
.content-wrap {
    background: rgba(14, 9, 3, 0.8);
}

/* Boxed container */
.content-wrap {
    max-width: 1240px;
}

.navbar-youplay.navbar-small {
    background: #1F0D00;
}

.navbar-youplay.navbar-small .navbar-nav>li>a {
    height: 50px;
    padding: 15.15px 0;
    font-family: "Passion One",sans-serif;
    font-size: 20px;
}

footer .social {
    padding-top: none;
    padding-bottom: 8rem;
    background: rgba(8,3,37,.45);
}

