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

/* artist Gwen burns---------------------------------------------------*/
#wrapper {
	background-image: url(../images/artist-home/gwen-burns-home.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-position: left bottom;
	background-size: 100% auto;
	background-size: cover;
}
#section-title {
	border-bottom: #FFF solid 1px;
}
#thumb-page {
    background: none;
}
#artist-main-section {
	min-height: 80vh;
	background-image: url(../images/artist-home/gwen-burns-home-name.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
}
#sidebar {
    width: 256px;
}
#content {
    height: 800px;
    background: none;
}
#footer {
	display: none;
}
/* menu color ----------------------------------------------------------------*/
ul#artist-menu li a:link {
    color: #0000EE;
	color: #FFF;
}
ul#artist-menu li a:visited {
    color: #0000EE;
	color: #FFF;
}
ul#artist-menu li a:hover {
    color: #EE0000;
}
.menu-icon {
    fill: #777;
	fill: #FFF;
}
/* ---------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
	#wrapper {
		background-image: url(../images/artist-home/gwen-burns-home.jpg);
		background-repeat: no-repeat;
		background-position: bottom center;
		background-position: left top;
		background-size: 100% auto;
		background-size: cover;
	}
	#artist-main-section {
		min-height: 80vh;
		background-image: url(../images/artist-home/gwen-burns-home-name.png);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 100% auto;
	}
}