@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900display=swap');
@font-face {
  font-family: 'Knewave';
  src: url('/extra/dogfest/Knewave-Regular.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

h1.header {
  color: white;
  background: #00006f;
  text-align: center;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  font-family: "Knewave", sans-serif;
  font-size: 28px;
}

@media (max-width: 420px) {
  .main h1.header {
  font-size: 34px;
  padding-top: 0.75em;
  }
}

.helpLink {
  display: none;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #444;
  background: url("/event/image/1516/background.jpg") no-repeat fixed top;
  background-size: cover;
}

h1, h2, h3, h4, th, .performance-item .item-date {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.btn:disabled {
  border: 1px solid #aaa;
}

.btn:not(.ticket-adjust) {
  font-family: "Knewave", sans-serif;
  text-transform: uppercase;
  border-radius: 6px;
}

.btn.ticket-adjust {
  font-size: 1em;
}

.btn-primary {
  background: #a426d2;
  border: none;  
}

.btn-primary:hover {
  background: #00006f;
  border: none;  
}

.btn-primary:focus {
  background: #00006f
}

.container.content {
  margin-bottom: 8px;
}

.action-area {
  border: none
}

.discount-message {
  color: black !important;
  font-weight: bold;
}

.account-bar .container {
  background-color: white;
}

.account-links a.account-link {
  color: #00006f;
}

.account-links a.account-link:hover {
  color: #a426d2;
} 

.toggle-group a {
  color: #a426d2;
}

.toggle-group a:hover {
  color: #00006f;
} 

.carousel-control.left {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.carousel-inner {
  border-radius: 20px;
}

.carousel-control.right {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}