/*CSS*/

/*HILTON 31ST OCEANFRONT CONCERT SERIES*/

HEADER {
	background-image: url("../images/bg-header-960x450.jpg");
}

nav ul li a {
	color: #FFF;
}

/*New Concert Banners*/
.performers-banner {
	background-color:#444;
	background-image: url("../images/bg-concrete-tile-dark-gray.png");
	background-repeat: repeat;
	max-width:100%;
	width: 960px;
	margin: 0 auto;
	/*flex*/
		display: -webkit-flex; 
		display: flex; 
		-webkit-flex-flow: row wrap; 
		flex-flow: row wrap; 
		-webkit-justify-content: center; 
		justify-content:center;
		-webkit-align-items: center;
		align-items: center;
	box-sizing:border-box;
	border-top:1px solid #ccc;
}

.banner-section-left {
	color:#fff;
	/*flex*/
		-webkit-flex: 1 auto; 
		flex: 1 auto;	
}

/*shortened banner for highlights*/
.inner-banner {
	/*background-color:#fff;*/
	/*background-image: url("../images/bg-concrete-tile-dark-gray.png");*/
	background-repeat: repeat;
	max-width:100%;
	width: 880px;
	margin: 0 auto;
	border: 1px solid #ccc;
	/*flex*/
		display: -webkit-flex; 
		display: flex; 
		-webkit-flex-flow: row wrap; 
		flex-flow: row wrap; 
		-webkit-justify-content: center; 
		justify-content:center;
		-webkit-align-items: center;
		align-items: center;
	box-sizing:border-box;
	border-top:1px solid #ccc;
}