.dvt-bg-image-members {
    background-image: url(../images/members-1600x1000.jpg);
}

.dvt-bg-image-lyrics {
    background-image: url(../images/lyrics-1600x1000.jpg);
}

#bg {
    background-color: #000;
    height: 200%;
    left: -50%;
    position: fixed;
    top: -50%;
    transform: translate3d(0px, 0px, 0px);
    width: 200%;
}

    #bg img {
        max-width: 100%;
        vertical-align: middle;
        border: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        min-width: 55%;
        min-height: 55%;
        filter: blur(30px);
        -webkit-filter: blur(30px);
        -moz-filter: blur(30px);
        -o-filter: blur(30px);
        -ms-filter: blur(30px);
        opacity: .7;
    }
/*
	::-webkit-scrollbar {
		background-color: rgba(0,0,0,.7);		
	}	
	::-webkit-scrollbar-track-piece  {
		background-color: rgba(0,0,0,.7);
	}
	::-webkit-scrollbar-thumb:vertical {		
		background-color: #350000;
	}	
	::-webkit-scrollbar-button {
		background-color: #350000;		
	}
*/	
.card, .card-inverse, .card.sticky {
	/* background-color: rgba(12,38,89,.4) !important; */
	background-color: rgba(0,0,0,.4) !important;
}
#footer .section+.section,
.dvt-nav-dropdown,	
.dvt-nav {
	/*background-color: rgba(12,38,89,.99) !important;*/
	background-color: rgba(0,0,0,.90) !important;
}
.card-footer,
.dvt-go-top {
	/* background-color: rgba(12,38,89,.99) !important; */
	background-color: rgba(0,0,0,.90) !important;
	color: #FFFFFF !important;
}