/*button*/
.btn-theme {
  color: white;
  font-weight: bold;
  background-color: #7A38A7;
}
.btn-theme:hover {
  color: white;
  background-color: #7A38A7;
}

/*header*/
.shop-header {
	background: url(http://userdata.ihavegotaticket.com/shop/gaypride22/2025.png);
	background-size: auto 100%;
	color: black;
	background-position: center;
	background-size: cover;
	height:240px;
}

#info img {
	width:100%;
}

/*logo*/

#shop-name {
	display: none;
}

