#twocol-a, #twocol-b {
	float: none;
	width: 100%;
}
.biodetail img {
	float: none;
	margin-right: auto;
	margin-left: auto;
	width: 50%;
}
.album img {
	float: none;
	width: 78%;
	margin-right: auto;
	margin-left: auto;
}
#instruments img {
	height: auto;
	width: 50%;
}


/* Styles for hamburger menu */

.nav p {
	display: none;
}

#bannerleft {
	display: block;
	width: 12.5%;
	}

#bannercenter {
	width: 75%;
	background-color: #FFC;
}

#bannercenter img {
	height: auto;
	width: 100%;
}


#mobilenav {
	display: block;
	width: 12.5%;
	align-self: center;
}

#mobilenav button {
	margin: 0 auto;
	display: block;
	
}

.hamburger {
	display: block;
	background: none;
	padding: 0;
	color: #0D3819;
	border: none;
	font-size: 2em;
	font-weight: bold;
	cursor: pointer;
	outline: none;
	z-index: 2000;
}

.cross {
	background: none;
	color: #0D3819;
	border: none;
	font-size: 2em;
	font-weight: bold;
	cursor: pointer;
	outline: none;
	z-index: 2000;
}

.menu {
  z-index: 1000;
  font-family: "Droid Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  width: 100%;
  background: #f1f1f1;
  position: absolute;
  text-align: center;
  font-size: 1em;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

.menu li {
	display: block;
	padding: 15px 0 15px 0;
	border-bottom: #dddddd 1px solid;
	background-color: #B7B971;
}

.menu li:hover {
  display: block;
  background: #ffffff;
  padding: 15px 0 15px 0;
  border-bottom: #dddddd 1px solid;
}

.menu ul li a {
  text-decoration: none;
  margin: 0px;
  color: #006;
}

.menu ul li a:hover {
  color: #666;
  text-decoration: none;
}

.menu a {
	text-decoration: none;
	color: #000;
}

.menu a:hover {
  text-decoration: none;
  color: #666;
}