
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  background: url(https://images.pexels.com/photos/3207527/pexels-photo-3207527.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260);
}
#navbar ul { 
	margin: 0; 
	padding: 5px; 
	list-style-type: none; 
	text-align: center; 
	background-color: #000; 
	} 
 
#navbar ul li {  
	display: inline; 
	} 
 
#navbar ul li a { 
	text-decoration: none; 
	padding: .2em 1em; 
	color: rgb(167, 153, 136); 
	background-color: #000; 
	} 
 
#navbar ul li a:hover { 
	color: #000; 
	background-color: rgb(167, 153, 136); 
	} 
.wrap{
  width: 30%;
  position: static;
  transform: translate(270%, -390%);
}
header {
  background: url(https://i.ytimg.com/vi/S9-oevoOOxk/maxresdefault.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 35%;
  padding: 30px;
  padding-bottom: 140px;
  border-bottom: maroon 5px outset;
  text-align: center;
  font-size: 35px;
  color: white;
}
h1 {
  margin-top: 150px;
  text-align: center;
  font-family: 'Khula', sans-serif;
  font-size: 90px;
  color: rgb(167, 153, 136);
  background-size: 60%, auto;
  background-color: black;
  width: 50%;
  transform: translate(100%, 80%);
}
h2 {
  font-family: 'Khula', sans-serif;
  color: whitesmoke;
  font-size: 35px;
  margin-top: 500px;
  margin-left: 1.3em;
}
p {
  font-family: 'Khula', sans-serif;
  color: whitesmoke;
  font-size: 25px;
  padding: 5px;
  margin-top: 14px;
}
.band {
  float: left;
  padding-left: 1em;
  padding-right: 8px;
}
article {
  float: left;
  width: 813px;
  height: 900px;
  background-color: rgb(22, 22, 22);
  border: #222325 10px solid;
  transform: translate(12%, 10%);
}
.youtube {
  transform: translate(-40.2%, -165.5%);
  position: absolute;
}
aside {
  margin-top: 30em;
  width: 817px;
  height: 970px;
  padding-left: 15px;
  margin-left: 15px;
  float: right;
  position: absolute;
  background-image: url(https://images.pexels.com/photos/3389614/pexels-photo-3389614.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260);
  background-color: black;
  border: rgb(22, 22, 22) 10px solid;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  transform: translate(105.5%, -139%);
}
.spotify{
  margin-top: 2em;
  margin-left: -7px;
}
.tour {
  margin-top: 9em;
  width: 800px;
  height: 400px;
}
footer {
  color: #222325;
  width: 100%;
  height: 5px;
}
