@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
  font-family: "Roboto", sans-serif;
}
h1,h2,h3,h4,th, .performance-item .item-date {
  font-family: "zuume", sans-serif;
  font-weight: 700;
  font-style: normal;
}

body.standard, body.calendar {
  background: url("/images/promoter/background.jpg") repeat-y fixed;
  background-size: 100% auto;
}

.btn {
  border-radius:0;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
}
.btn-primary {
  background: #f8ad55;
  border-color: #f8ad55;
  color: #1e0d1d;
}
.btn-primary:hover {
  background: #f0a050;
  border-color: #f0a050;
  color: #1e0d1d;
}
.btn-primary:focus {
  background: #f0a050;
  color: #1e0d1d;
}

.performance-item .item-date {
  color: #1e0d1d;
  background: #f8ad55;
  font-style: italic;
  padding: 3px 6px;
  width: auto;
  height: auto;
  left: 5px;
  top: -5px;
}
.performance-item .item-date div {
  display: inline-block;
  font-size: 1.3em !important;
}

#footer {
  background: black;
}