@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
}	
.whole-page{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	}

header {
	padding: 20px;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	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 {
	width:100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	align-content: center;
	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;
}

h1 {
	font-weight:100;
	font-size: 40px;
	padding:1px 1px 20px 1px;
	color:#FFFFFF;
	text-align: center;
}

h2 {
	font-weight: 100;
	font-size: 15px;
	color: white;
	text-align: center;
	background: #676767;
	margin-bottom: 23px;
}
	
h3 {
	font-weight:100;
	font-size: 15px;
	padding:1px;
	color: white;
	text-align: center;
}



a:link,a:visited,a:active{
	color: white;
}

.footer-text {
	font-size: 13px;
	color: #FFFFFF;
	text-align: center
}
.col{
	width: 100%;
}

body {
	align-items: middle;
}

.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;
}
.artist-graphic {
	width:100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	padding: 10px;
}
.artist-description {
	width: 50%;
	max-width: 50%;
	height: auto;
	vertical-align: middle;
	text-align: center;
	padding: 3px;
}

h2 {
	font-weight: 100;
	font-size: 20px;
	color: white;
	text-align: center;
	background: #676767;
	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;
	}
	
.artist-graphic {
	width:50%;
	height: auto;
	float:left;
	padding: 30px;
}
.artist-description {
	width: 50%;
	height: auto;
	text-align: center;
	text-align: middle;
	float: right;
	padding: 50px;
}

h2 {
	font-weight: 100;
	font-size: 20px;
	color: white;
	text-align: center;
	background: #676767;
	margin-bottom: 23px;
}
	.row:before, .row:after 
	{content:"";
	display: table;
}

.row:after {
	clear: both;}

	