a{
	color: #ffffff;
}

.image {
	z-index: 500;
	width: 90%;
	height: auto;
	margin-top: 30px;
}

.smallrectangle {
	
	width: 350px;
	height: 100px;
	background-color: #2e2e2e;
	position: relative;
	margin-left: 225px;
	margin-top: -650px;
	z-index: 500;
}

/* background */

.rectangle {
	width: 900px;
	height: 600px;
	background-color: #fae9db;
	position: relative;
	margin-top: 30px;
	margin-left: 260px;
	z-index: 100;
	opacity: 1;
}

.rectangletwo {
	width: 900px;
	height: 600px;
	background-color: #d9d9d8;
	position: relative;
	margin-top: 60px;
	margin-left: 260px;
	z-index: 100;
	opacity: 1;
}

.rectanglethree {
	width: 900px;
	height: 600px;
	background-color: #8c9988;
	position: relative;
	margin-top: -30px;
	margin-left: -360px;
	z-index: 100;
	opacity: 1;
}

/* type */

h1 {
	font-family: 'Arvo', serif;
	color: #ffffff;
	padding-left: 8%;
	padding-top: 10%;
	font-size: 35px;
}

h2 {
	font-family: 'Arvo', serif;
	color: #ffffff;
	font-size: 22px;
}

ul li {
	display: inline;
	padding-left: 75px;
	font-family: 'Arvo', serif;
	font-size: 16px;
	color: #ffffff;
	list-style-type: none;
	z-index: 700;
	color: white;
}

ul.track li {
	font-family: Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	display: inherit;
}


nav {
	position: relative;
	top: 95px;
	left: 520px;
	z-index: 900;
}

p {
	font-family: helvetica;
	font-size: 12px;
	color: #ffffff;
}

/* store */

.harmonica {
	width: 50%;
}

.lighter {
	width: 50%;
}
	
/* body containers	 */
	
.container {
	width: 550px;
	position: relative;
	left: 225px;
	top: 10px;
	z-index: 500;
}

.tourcontainer {
	width: 419px;
	position: relative;
	left: 270px;
	top: 10px;
	z-index: 500;
}


.aboutcontainerone {
	width: 550px;
	position: relative;
	left: 255px;
	top: -450px;
	z-index: 500;
}

.albumcontainerone {
	width: 550px;
	position: relative;
	left: 255px;
	top: -480px;
	z-index: 500;
}

.aboutcontainertwo {
	width: 550px;
	position: relative;
	left: 255px;
	top: -340px;
	z-index: 500;
}

.albumcontainertwo {
	width: 550px;
	position: relative;
	left: 255px;
	top: -390px;
	z-index: 500;
}

.storecontainerone {
	width: 550px;
	position: relative;
	left: 520px;
	top:-450px;
	z-index: 500;
}

.storecontainertwo {
	width: 550px;
	position: relative;
	left: 520px;
	top:-350px;
	z-index: 500;
}

.textcontainer{
	width: 300px;
	position: relative;
	left: 750px;
	top: -380px;
	z-index: 2000;
	
}

/* about images */

.imageemma {

	margin-top: 10px;
	z-index: 500;
	width: 30%;
	height: auto;

}

.imageemily {
	margin-top: 10px;
	z-index: 500;
	width: 30%;
	height: auto;

}

/* albums */

.coverone, .covertwo {
	width: 45%;
	height: auto;
}








