@font-face {
	font-family: 'BebasNeue';
	src: url('../fonts/BebasNeue Regular.eot');
	src: local('☺'), url('../fonts/BebasNeue Regular.woff') format('woff'), url('../fonts/BebasNeue Regular.ttf') format('truetype'), url('../fonts/BebasNeue Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.referral, .feed-item.juicer {
	display: none !important;
}
body {
    background: url(../img/back.png) no-repeat top center #000;
    background-size: 100%;
}

#news {
    max-width: 650px;
}

.navbar {
    background: url(../img/nav-back.png);
}

.social {
	background: #000;
}

.social li {
	margin: 0 5px;
	font-size: 18px;
}

.social li:hover {
	cursor: pointer;
}

.social li a {
	color: #fff;
}

.social li a:hover {
	color: #988228;
	text-decoration: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.nav-link {
    font-family: 'BebasNeue';
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
}

.nav-link:hover,.nav-item.active .nav-link {
    color: #988228;
}

#gam-logo {
    width: 100%;
    max-width: 560px;
    display: block;
    margin: 15vh auto;
}

.news-thumb {
    width: 135px;
}

h5 {
    color: #988228;
    font-family: 'BebasNeue';
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h5 span {
    color: #fff;
}

.media-body .post-date {
    color: #fff;
    font-family: arial;
    font-size: 12px;
}

.media-body p, .about p {
    color: #fff;
    font-family: arial;
    font-size: 14px;
}

.media-body a {
    color: #988228;
    font-family: 'BebasNeue';
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#contact a, #contact p {
    color: #fff;
    font-family: arial;
    font-size: 14px;
}

#artists li {
    list-style: none;
}

@media (min-width: 991px) {

    #navbarNav {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }

}