html, body, header, .jarallax {
	height: 100%;
}

body {font-weight: 400;}

.top-nav-collapse {
	background-color: #212121 !important;
}

.navbar:not(.top-nav-collapse) {
	background: transparent !important;
}

header h1 {
	letter-spacing: 8px;
}

header h5 {
	letter-spacing: 3px;
}

.hr-light {
	border-top: 3px solid #fff;
	width: 80px;
}

section h1, section h2, section h3, section h4, section h5 {
	color:#9933CC;
}

section.albums {
	background-color: #f5f5f5;
}

.album-link-icons a {
	color:#9933CC;	
}

.album-link-icons a:hover {
	color:#aa66cc;	
}

.album-link-icons a i {
	font-size:24px;	
	padding:0 5px;
}

section.partners {
	background-color: #f5f5f5;
}

.feedback-border-top {
	border-top: 5px solid #9933CC !important;
	border-top-left-radius: .25rem!important;
	border-top-right-radius: .25rem!important;
}


#biography::before,
#music::before,
#video::before,
#gear::before {
display: block;
content: " ";
margin-top: -15px;
height: 15px;
visibility: hidden;
}


@media (max-width: 991px) {
	.navbar:not(.top-nav-collapse) {
		background: #212121 !important;
	}
}

@media (max-width: 740px) {
	html, body,	header, .jarallax {
		height: 100vh;
	}
}
