body {
  font-family: "Hubot Sans", "Helvetica", "Arial", sans-serif;
  background: fixed center/cover url("/assets/img/background.jpg");
}

@font-face {
  font-family: "Hubot Sans";
  src: url("/assets/fonts/Hubot-Sans.woff2") format("woff2 supports variations"), url("/assets/fonts/Hubot-Sans.woff2") format("woff2-variations");
  font-weight: 200 900;
  font-stretch: 75% 125%;
}
#header {
  background-color: #1a181e !important;
}

#navbar {
  background: #1e1c22 !important;
  border-top: 2px solid #b94dff;
  border-bottom: 2px solid #222026;
}

.navbar-nav .nav-link, .navbar-nav .dropdown-item {
  font-stretch: 125%;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #8540bf;
}

@media (min-width: 576px) {
  .event-title {
    font-weight: 900;
    font-stretch: 125%;
  }
  .event-dates {
    font-weight: 700;
    font-stretch: 125%;
  }
  .event-theme-name {
    font-weight: 500;
  }
}
@media (max-width: 575px) {
  .event-title {
    font-weight: 900;
  }
  .event-dates {
    font-weight: 500;
  }
  .event-theme-name {
    font-weight: 700;
    font-stretch: 125%;
  }
}
.content {
  background: rgba(0, 0, 0, 0.75);
  padding: 16px;
}

@media (min-width: 576px) {
  .content {
    border: 2px solid #b94dff;
    box-shadow: 0 0 24px #8540bf;
    border-radius: 1rem;
  }
}
@media (max-width: 575px) {
  .content {
    border-width: 2px 0 2px 0;
    border-style: solid;
    border-color: #b94dff;
  }
}
.table {
  --bs-table-bg: rgba(var(--bs-body-bg-rgb), .25);
}

a {
  color: #b94dff;
}

.title h1 {
  font-weight: 900;
  font-stretch: 125%;
  font-size: calc(2rem + 1.5vw);
  text-shadow: 0 2px 8px black;
  text-align: center;
  color: #fff;
}

.content h1 {
  font-weight: 700;
  font-stretch: 125%;
}

.content > h1 {
  border-bottom: 3px solid #fff;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.content h2 {
  font-weight: 500;
  font-stretch: 125%;
}

.content > h2 {
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 8px;
}

.content h3 {
  font-weight: 500;
  font-stretch: 75%;
}

.content h4, .content h5, .content h6 {
  font-stretch: 75%;
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
}

hr {
  color: #b94dff;
  opacity: 1;
}

.text-bg-primary {
  background-color: #8540bf !important;
}

.accordion {
  --bs-accordion-bg: rgba(var(--bs-body-bg-rgb), .25);
  --bs-accordion-btn-bg: rgba(var(--bs-emphasis-color-rgb), .05);
  --bs-accordion-active-bg: #8540bf;
  --bs-accordion-active-color: #fff;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
}

.btn {
  font-weight: 700;
  font-stretch: 125%;
}

.btn-primary {
  --bs-btn-bg: #8540bf;
  --bs-btn-border-color: #8540bf;
  --bs-btn-hover-bg: #b94dff;
  --bs-btn-hover-border-color: #b94dff;
  --bs-btn-active-bg: #d852ff;
  --bs-btn-active-border-color: #d852ff;
  --bs-btn-disabled-bg: #8540bf;
  --bs-btn-disabled-border-color: #8540bf;
}

.card {
  --bs-card-bg: rgba(40, 19, 57, 0.7);
  --bs-card-cap-bg: rgba(185, 77, 255, 0.15);
  --bs-card-border-color: #8540bf;
  box-shadow: 0 2px 8px rgba(185, 77, 255, 0.5);
}

#footer {
  background-color: rgba(8, 8, 12, 0.85) !important;
  border-top: 2px solid #8540bf;
}

#footer h5, #footer .nav-link {
  font-stretch: 125%;
}

.alert p:last-child {
  margin-bottom: 0;
}

:target::before {
  content: "";
  display: block;
  height: 56px;
  margin: -56px 0 0;
}

#endOfConBox {
  background: #8540bf;
  border: 4px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  font-weight: bold;
  padding: 20px;
}

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