body { background: url(../img/back.jpg) no-repeat top center #000; }
header img, footer img { width: 100%; max-width: 850px; text-align: center; margin: 0 auto; display: block;}


header { margin-bottom: 40px;}
#social, #music {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	margin-bottom: 40px;
}

#social {
	margin-top: 40px;
}

iframe {
	margin: 0 auto 30px;
	width: 100% !important;
	max-width: 800px;
	display: block;
	height: 420px;
}

#social li, #music li {
	display: inline-block;
}

#social li a {
	color: #fff;
	font-size: 20px;
	padding: 0 5px;
}

#music {
	text-align: center;
}

#music li a {
	color: #fff;
	font-size: 20px;
	padding: 0 5px;
	height: 40px;
	width: 123px;
	background-image: url(../img/music.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

#music li {
	margin: 0 5px;	
}

#music li a.spotify {
	background-position: -122px 0;
	width: 110px;
}

#music li a.apple-music {
	background-position: -238px 0;
	width: 105px;
}

.table > img, #merch > img {
	width: 100%;
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
	display: block; 
}

#merch > img {
	margin-bottom: 30px;
}

#merch img {
	width: 100%;
}

#merch li {
	margin-bottom: 30px;
}

.table > div  {
	background: #000;
	padding: 20px;
	color: #fff !important;
}

/* Tour */
.bit-events th, .bit-events td {
	color: #fff;
}

/* Retrograde */
#purchase_links {
	text-align: center;
}

#purchase_links a {
	text-transform: uppercase;
	display: inline-block;
    color: #fff;
    background: #10ddfd;
    padding: 10px 25px 10px 25px;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 5px;
    margin-left: 2px;
    margin-right: 2px;
  }
  
.col-md-12 img {
	max-width: 100%;
	height: auto;
}

@media (max-width:600px) {
	#purchase_links a {
		margin-bottom: 15px;
	}
}
