/***************/
/*LINE UP */
/***************/
/***************/
/* MEDIA QUEIRIES */
/*
@media (max-width: 767px) { }
@media (min-width: 768px) { }
@media (min-width: 992px) { }
@media (min-width: 1200px) { }
*/
/**/
/***************/
/*******************************/
/*LINE UP */
/*******************************/


#lineUp{
	background-color: #4a0d66;
	padding-bottom: 15px;
}
#lineUp h2{
	font-family: 'houschka';
	font-weight: bold;
	font-size: 26px; 
	line-height: 36px;
	color: #4A0D66;
	text-align: center;
	margin-top: 0px;
	width: auto;
	display: inline-block;
	margin-bottom: 0px;
}

/**/
#lineUp .bgLine{
	background-image: url('../images/bg-line--lineup.gif');
	background-repeat: no-repeat;
	background-position: center 40%; 
	text-align: center;
	margin-bottom: 80px;
}

#lineUp ul#musicians,
#lineUp ul#musicians li{
	margin: 0px; 
	padding: 0px; 
}

#lineUp ul#musicians{
	list-style: none;
	text-align: center;
	margin-top: 16px;
	margin-bottom: 35px;
}
#lineUp ul#musicians li{
	
	width: auto;
	font-family: 'medium-houschka';
	font-size: 16px;
	line-height: 27px;
	color: #fff;
}
#lineUp .subtext{
	text-align: center; 
	margin-top: 50px;
}

@media (min-width: 768px) { 
	#lineUp h2{
		font-size: 32px; 
	}

	#lineUp ul#musicians li{

		font-size: 24px; 
		line-height: 33px;
	}

	#lineUp ul#musicians{
		margin-top: 25px;
		margin-bottom: 60px;
	}

}


@media (min-width: 998px) { 

	#lineUp{
		padding-bottom: 60px;
	}

}










