/*
@media (max-width: 600px) {
  #EP, #Live-Stuff {
    width: 100%;
    height: auto;
	}}
*/

#logo{
	width: 90%;
	background-image: url("images/background-2k-top.jpg");
	background-size: cover;
	margin: 0 auto;

}
body {
	background-color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		background-image: url("images/flyer-background-B&W-50.jpg");
	background-size:contain;
}
#main-content {
	align: center;
	width: 90%;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.6);



}
#music-content {
	width: 90%;
	padding: 2em;
	align: center;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.6);
}

h1,h2,h3,p {
  	color: white;
	text-shadow: 1px 2px black;
}
img {
	padding: 8pt;
}
p {
	padding: 2em;
	font-size: 2vw;
}
a {
	color: floralwhite
}
td {
	vertical-align: top;
}

ul {
	list-style: none;
}

/* Tooltip container */
.tooltip {
  position: relative;
	visibility: visible;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}