.footer-content a,
.thumbnail-caption {
	color: rgba(255,196,107,1.00)
}

@media(min-width:991px) {
	.dropdown-menu .active .nav-link {
		color: rgba(255,196,107,1.00)
	}
}

.hero-title {color:rgba(255,255,255,1.00);}

.hero-slogan {color:rgba(255,255,255,0.90);}

.navbar-nav>.nav-item:after {
	background-color: rgba(255,196,107,1.00)
}

.album-title,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: rgba(34,26,4,1.00)
}

a:link,
a:visited {
	color: rgba(255,196,107,1.00)
}

a:active,
a:hover {
	color: rgba(204,157,86,1.00)
}

.album-title em,
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
	color: rgba(34,26,4,1.00)
}

.hero-title:after {
	background-color: rgba(255,196,107,1.00)
}

body {
	color: rgba(77,77,77,1.00);
	font-size: 14px
}

.hero-overlay {
	background-color: rgba(0,0,0,0.50)
}

.navbar {
	background-color: rgba(255,255,255,1.00);
	border-color: rgba(0,0,0,0.05)
}

.nav-link:link,
.nav-link:visited {
	color: rgba(59,62,66,1.00)
}

.active .nav-link:link,
.active .nav-link:visited,
.nav-link:active,
.nav-link:hover {
	color: rgba(59,62,66,1.00)
}

.navbar-toggler-icon {
	background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(59,62,66,1.00)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}