@charset "utf-8";

.hero{width: auto;
	background-image: url("../images/sappeskunsqu.jpg");
	background-position: center;
	background-size:contain; }
.hero-container{display: grid;
	justify-content: center;
	align-content: center;
	height: 100%;}
.main{display: grid;
	width: 95%;
	justify-content: center;}
.artist-link{
	color: #FF9900;}
.footer-info{padding: 32px 0;
	color: #fff;
	background-color: #FF9900
}
.copyright{text-align: center;
font-size: 0.75rem;}


	
@media (max-width: 320px){
}

@media (min-width: 321px) and (max-width: 767px){
}

@media (min-width: 767px){.header{width: 70%;}
}
