body{
background-image:url(../assets/images/wall.jpg);
}

#bandname{
  background-color: rgba(179,255,245,.25); 
}

.onefont{
  font-family: 'Indie Flower', cursive;
  font-size: 100px;
  text-align: center;
  color:beige;
  text-shadow: 2px 2px 2px;
}

#wrapper{
margin-left: auto;
  margin-right: auto;
  width:1000px;
}

#links1{
  float:left;
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
}

#links2{
  float:right;
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
}

a:link {
    color:beige;
	text-shadow: 1px 1px 	#B2B28F;
}

a:visited {
    color:beige;
	text-shadow: 1px 1px 	#B2B28F;
}

#group1{
  background-image: url(../assets/images/photo1.jpg);
  width:390px;
  height:249px;
  background-repeat: no-repeat;
  transform: translatey(50px) translatex(300px);
  font-family: 'Indie Flower', cursive;
  color:burlywood;
  text-shadow: 2px 2px 2px;
  font-weight: bold;
  font-size: 20px;
}

#group3{
  text-align: center;
  color:azure;
  font-size: 27px;
  text-shadow: 1px 1px 	#B2B28F;
  background-image: url(../assets/images/tourpaper.jpg);
	width:500px;
  transform: translatex(125px);
  opacity: .75;
  font-family: 'Indie Flower', cursive;
}

ul{
  text-align: left;
}

li{
  list-style-type:none;
}

#group2{
  font-size: 20px;
  color: black;
  background-color: rgba(179,255,245,.45);
    box-shadow: 1px 1px 1px 10px rgba(179,255,245,.45);
  text-shadow: .15px .15px #FFE4AB;
}

#phototwo{
  background-image: url(../assets/images/photo2.jpg);
  height: 200px;
  width: 350px;
  background-repeat: no-repeat;
  margin-left: 300px;
}
