@import url("/css/ball/main.css");
body hr {
  border: 2px solid #e4d05f;
  border-left: 0;
  border-right: 0;
  margin: 0;
  position: relative;
}
body hr.small {
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: block;
}
body hr.bleed-bottom:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(228, 208, 95, 0.3333333333) 100%);
  content: "";
  display: inline-block;
  z-index: 69;
}
body hr.bleed-top:before {
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 15px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(228, 208, 95, 0.3333333333) 100%);
  content: "";
  display: inline-block;
  z-index: 69;
}
body .margin-top {
  border-top: unset;
}
body .margin-bottom {
  border-bottom: unset;
}
body #count span {
  font-size: 0.8em;
}
body #count span:not(:last-child) {
  padding-right: 0.6em;
}
body .section-details h1 {
  text-align: center;
  font-size: 180px;
  font-family: "Gentium Book Basic", "CMUSerifRoman", serif;
  margin-top: 0.1em;
  margin-bottom: 0.2em;
  color: #e4d05f;
  text-shadow: 0.5vw 0.5vw 0.6vw #0c0515;
}
body .section-details h2 {
  font-size: 60px;
  font-family: "Gentium Book Basic", "CMUSerifRoman", serif;
  margin: 0.5em;
  color: #fff;
  text-shadow: 0.2vw 0.2vw 0.2vw #0c0515;
}
body .section-details h3 {
  font-size: 40px;
  font-family: "Gentium Book Basic", "CMUSerifRoman", serif;
  margin: 0.5em;
  color: #fff;
  text-shadow: 0.2vw 0.2vw 0.2vw #0c0515;
}
body .section-info {
  margin: 0;
  padding: 0;
  position: relative;
}
body .section-info .mobile-only {
  display: none;
}
body .section-info .description-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 60vh;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(12, 5, 21, 0.8156862745) 5%);
  padding: 0 20px 0 50px;
  margin: 0;
  max-height: 500px;
}
body .section-info .description-right .subtitle {
  margin: 15px 0;
  margin-top: 25px;
}
body .section-info .description-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 60vh;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(12, 5, 21, 0.8156862745) 5%);
  padding: 0 50px 0 20px;
  margin: 0;
  max-height: 500px;
}
body .section-info .description-left .subtitle {
  margin: 15px 0;
  margin-top: 25px;
}
body .section-info .image {
  object-fit: cover;
  object-position: 50% 25%;
  max-width: None;
  height: 60vh;
  max-height: 500px;
}
@media screen and (max-width: 500px) {
  body .section-info .mobile-only {
    display: revert;
  }
  body .section-info .description-left,
  body .section-info .description-right {
    position: static;
    width: revert;
    height: revert;
    background: revert;
    padding: revert;
  }
  body .section-info .description-left .subtitle,
  body .section-info .description-right .subtitle {
    display: none;
  }
}
body .button {
  text-align: center;
}
body .section-tickets {
  background-color: rgba(0, 0, 0, 0.2666666667);
  margin: 0;
  padding: 15px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
}
body .section-tickets .icon {
  min-height: 120px;
}
body .section-tickets .text {
  flex-grow: 1;
}
body .section-tickets .subtitle {
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  body .section-tickets {
    flex-direction: column;
  }
  body .section-tickets .icon {
    max-height: 120px;
  }
}
body .section-tickets .ticket-buttons {
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
body .highlight {
  color: #e4d05f;
}
body .ticket-table {
  width: 100%;
  align-items: center;
  text-align: center;
}

.menu {
  width: 80%;
  margin: 0 auto;
}
.menu hr {
  margin: 25px 0;
}
.menu .menu-section-title {
  margin-top: unset;
  font-size: 40px;
}
.menu .menu-item-container {
  border-top: unset;
  width: 100%;
}
.menu .menu-item-seperator {
  font-family: "Ovo", serif;
  color: #bbb;
}
.menu .menu-footer {
  background-color: rgba(0, 0, 0, 0.2666666667);
  padding: 1em;
}

.guild-incompetence-notice {
  color: #ff5733;
}

/*# sourceMappingURL=main.css.map */