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

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	background-color: #272727;
	color: #FFFFFF;
}	
body {
	color: #FFFFFF;
}
header {
	padding: 20px;
}
main {
	color: #FFFFFF;
	align-content: center;
}

.style-logo {
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color:white;
	text-align: center;
	display: block;
	width: 100%;
	padding: 3px;
}

.artist-graphic {
	max-width: 600px;
	display: flex;
	justify-content: center;
	vertical-align: middle;
	padding: 10px;
}

.artist-description {
	background-color:#676767; 
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	padding: 10px 5px;
	align-content: center;
}

.artist-button  {
	border: 2px #676767 solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}
.image-container {
	align-content: center;
	display: flex;
	justify-content: center;
	max-width: 600px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	display: flex;
	justify-content: center;
	font-weight:100;
	font-size: 40px;
	padding:2px 2px 20px 2px;
	color:#FFFFFF;
	text-align: center;
}

h2 {
	display: flex;
	justify-content: center;
	font-weight:100;
	font-size: 40px;
	padding:2px 2px 20px 2px;
	color:#FFFFFF;
	text-align: center;
}
	
h3 {
	font-weight:100;
	font-size: 15px;
	padding:1px;
	color: white;
	text-align: center;
}

p {
	color: white;
}
.welcome {
	display: flex;
	justify-content: center;
	font-weight:100;
	font-size: 20px;
	padding:2px 2px 20px 2px;
	color:#FFFFFF;
	text-align: center;
}
a:link,a:visited,a:active{
	color: white;
}

.footer-text {
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
}
.col{
	width: 100%;
}
.music-player{
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 10px;

}

.row:before, .row:after {
	content:"";
	display: table;
}

.row:after {
	clear: both;
}

 

/*Tablet View*/

@media (min-width: 768px)
{
	.style-nav ul li {
		display: inline-block;
	}	

.style-nav ul {
	text-align: center;
	text-decoration: none;
}

.style-logo {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 5px 10px 5px 10px;
	dispaly: block;
}
	
.featured-heading {
	padding: 5px 0px 5px 0px;
	dispaly: block;
}
.music-player {
	align-content: center;
}
.artist-graphic {
	max-width: 600px;
	display: flex;
	justify-content: center;
	padding: 10px;
}
.artist-description {
	width: 50%;
	max-width: 50%;
	height: auto;
	vertical-align: middle;
	text-align: center;
	padding: 3px;
}
.image-container {
	align-content: center;
	display: flex;
	justify-content: center;
	max-width: 600px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
}
.welcome {
	font-weight: 100;
	font-size: 20px;
	color: white;
	text-align: center;
	background: #272727;
	margin-bottom: 23px;
}
h2 {
	font-weight: 100;
	font-size: 20px;
	color: white;
	text-align: center;
	background: #272727;
	margin-bottom: 23px;
}
	
a:link,a:visited,a:active{
	color: white;
	text-decoration: none;
}
	
	
.row:before, .row:after {
	content:"";
	display: table;
}

.row:after {
	clear: both;
}
	
	/*Desktop View*/

@media (max-width: 1024px)
{
	
	.style-logo {
		float: center;
	}
	
	.style-nav {
		float: center;
	}
}
.style-nav ul li a {
	text-decoration: none;
	color:white;
	text-align: center;
	display: block;
	padding: 0px 8px 0px 8px;

}

.featured-heading {
	padding: 5px 0px 5px 0px;
	dispaly: block;
	}
.music-player {
	align-content: center;
}	
.artist-graphic {
	display: flex;
	justify-content: center;
	max-width: 600px;
	padding: 20px;
}
.artist-description {
	width: 50%;
	height: auto;
	text-align: center;
	text-align: middle;
	float: right;
	padding: 50px;
}
.image-container {
	align-content: center;
	display: flex;
	justify-content: center;
	max-width: 600px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
}
.welcome {
	display: flex;
	justify-content: center;
	text-align: center;
	font-size: 15px;
	color: #FFFFFF;
	width: 100%;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	font-weight: 100;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	background: #272727;
	margin-bottom: 23px;
}
	.row:before, .row:after 
	{content:"";
	display: table;
}
.row:after {
	clear: both;}

	