@charset "utf-8";
/* CSS Document */

#navbar_style {
	background-color: #000000;
	height: 80px;
}

/* Homepage */
#homepage-hero {
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/hero-image.jpg");
	height: 500px;
	padding-top: 150px;
	background-position: 0% 55%; 
	color: white;
	
}
/* Artists Page */
#artist-hero {
	background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/artisthero.png");
	height: 350px;
	padding-top: 125px;
	background-size: cover;
	background-position: center;
	/* background-attachment: fixed;
	background-position: 0% 55%; */
	color: white;
	
}
.bg-gradient-custom {
	background: linear-gradient(rgba(0, 0, 0, 1), rgba(133, 0, 0, 1)) !important;
}
#artist-cont a {
	color: white;
}
#artist-cont a:link {
	text-decoration: none;
}
#artist-cont a:hover {
	color: lightgray;
}
#artist-cont img {
	border-radius: 50%;
	height: 60px;
	
}


/* Page Footer */
#footer_main {
	background-color: #000000;
	color: white;
	padding-top: 4rem;
}
#socials {
	font-size: 23px;
	letter-spacing: 5px;
}
#socials a {
	color: white;
}
#socials a:hover {filter: brightness(0.7);}

footer a {
	color: white;
}
footer a:hover { color: lightgray; }

footer a:link {
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

/* Page Footer Alt*/
#footer_alt {
	background-color: #850000;
	color: white;
	padding-top: 4rem;
	border-top: 5px solid black;
}
