article > h1 {
	color: white;
	text-align: center;
	font-size: 35px;
}

article > div {
	text-align: center;
}

legend {
	font-size: 30px;
	color: white;
	text-align: center;
}

label {
	color: white;
}

section {
	display: block;
	text-align: center;
	font-size: 20px;
	background-image: url("image9.jpg"), url("image10.jpg"), url("image11.jpg"), url("image12.jpg");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top left, top right, bottom left, bottom right;
}

header {
	height: 700px;
	background-image: url("bandPhoto9.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


header > h1 {
	color: white;
	text-align: center;
	padding-top: 95px;
	background-color: transparent;
	font-size: 50px;
}

header > a {
	display: inline-block;
	color: white;
	width: 100px;
	height: 20px;
	font-size: 20px;
	text-align: center;
	padding-left: 183px;
	/*border-style: solid;
	border-color: white;*/
	text-decoration: none;
}

header > div {
	text-align: center;
	padding-top: 200px;
}

body {
	
	background-color: black;
}

p {
	color: whitesmoke;
	font-size: 25px;
	
}

footer > h2 {
	display: inline-block;
	color: white;
	font-size: 45px;
	text-align: center;
	vertical-align: top;
}

article {

	background-image: url("image9.jpg"), url("image10.jpg"), url("image11.jpg"), url("image12.jpg");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top left, top right, bottom left, bottom right;
}

p.pstyles {
	text-align: center;
	
}

#gigdatetime {
	font-size: 60px;
	color: white;
	background-color: rgba(100, 100, 100, 0.4);
}


div.paragraphs {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

footer > a {
	display: inline-block;
	padding-left: 20px;
}

footer > p {
	display: block;
	text-align: center;
}

div.div1styles {
	display: block;
	border-style: solid;
	border-color: white;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	height: 150px;
}

img#singer {
	width: 30%;
	height: 100%;
}

p#singerbio {
	width: 70%;
	float: right;
	text-align: center;
	font-size: 20px;
}

img#singer2 {
	width: 30%;
	float: right;
	height: 100%;
}

p#singerbio2 {
	float: left;
	width: 69%;
	text-align: center;
	font-size: 20px;
}

ul > li {
	display: block;
	margin: 0 auto;
	text-align: center;
}

div#song1 {
	display: flex;
	float: left;
}

/* Text Area Styles */
textarea {
	margin-top: 10px;
	height: 100px;
	width: 95%;
}

/*
===================================================================================================
Form Layout Styles
===================================================================================================
*/

form#survey {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

form#survey > fieldset {
	background-color: rgb(55, 55, 55);
	border-radius: 20px;
	-webkit-flex: 1 1 300px;
	flex: 1 1 200px;
	font-size: 1.2em;
	padding: 10px;
	margin: 10px;
}

div.formRow {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 7px 0px;
}

div.formRow > * {
	-webkit-flex: 1 1 50px;
	flex: 1 1 50px;
}
/* Legend Styles */
legend {
	font-size: 25px;
	background-color: rgb(9, 20, 25);
	color: white;
	padding: 5px;
}







