:root {
  --font-color: #fff;
  --link-color: #fff;
  --font-family: "Poppins", sans-serif;
  --font-weight-normal: 400;
  --font-weight-bold: 600;
  --margin: var {4rem};
  --bg-image-width: 65rem;
  --gradient-a:#333;
  --gradient-b:#666;
  --gradient-c:<#999;
}

body {
  font-family: var(--font-family);
  font-weight: var(--font-weight-normal);
  color: var(--font-color);
  background: linear-gradient(41deg, var(--gradient-a) 0%, var(--gradient-b) 50%, var(--gradient-c) 100%);
  background-color: var(--gradient-a);
  font-style: normal;
  overscroll-behavior: none;
  min-height: 100vh;
}
body a {
  color: var(--link-color);
}
body .edit {
  color: var(--font-color);
  background-color: rgb(255, 0, 0);
  padding: 1rem;
  border-radius: 0.5rem;
  text-decoration: none;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  margin: 1rem;
  transition: 0.25s ease-out;
}
body .edit:hover {
  background-color: rgb(145, 0, 0);
}
body #background-image {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  min-height: 15rem;
  background-repeat: no-repeat;
}
body #background-image .logo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
body #background-image .logo a {
  display: block;
  width: 50%;
  margin: var(--margin) var(--margin) var(--margin) 8rem;
  max-width: 25rem;
}
body #background-image .logo a img {
  width: 100%;
}
body #background-image .event-image {
  display: flex;
  height: 100vh;
  padding-top: 4vh;
  height: 100vh;
  margin-left: calc(var(--margin) * 2);
}
body #background-image .event-image a {
  display: block;
}
body #background-image .event-image a img {
  max-height: 92vh;
  width: 100%;
  object-fit: contain;
  object-position: 0 0;
}
body #background-image .tagbar {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.464));
  display: flex;
  flex-flow: row;
  position: fixed;
  top: 0;
  height: 92vh;
  margin: 4vh 0;
  width: 8rem;
}
body #background-image .tagbar .strip {
  width: 3rem;
  background-color: white;
  border-radius: 0 1rem 1rem 0;
}
body #background-image .tagbar .links {
  width: 5rem;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
body #background-image .tagbar .links svg {
  fill: white;
}
body #background-image .tagbar .links .social-icon {
  padding: 0 0 1.5rem 1rem;
}
body #background-image .tagbar .links .social-icon a {
  display: block;
}
body #background-image .tagbar .links .social-icon a svg {
  fill: white;
}
body #background-image .tagbar .links .social-icon a svg:hover {
  opacity: 0.5;
}
body .bg-container {
  width: var(--bg-image-width);
}
body .content-container {
  margin-left: var(--bg-image-width);
}
body .main-content {
  padding: var(--margin);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
body .main-content #topnav {
  display: flex;
  margin-bottom: var(--margin);
}
body .main-content #topnav .navbar-nav {
  gap: var(--margin);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
}
body .main-content #topnav .navbar-nav li.nav-item a.nav-link {
  display: block;
  text-decoration: none;
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  color: var(--font-color);
  padding: 0;
  line-height: 2rem;
  border-bottom: 5px solid transparent;
}
body .main-content #topnav .navbar-nav li.nav-item a.nav-link.active {
  border-color: var(--font-color);
}
body .main-content #topnav .navbar-nav li.nav-item a.nav-link svg {
  width: 2rem;
  height: 2rem;
  stroke: var(--font-color);
}
body .main-content #topnav .navbar-nav li.nav-item a.nav-link:hover {
  opacity: 0.5;
}
body .main-content #content h1 {
  font-weight: var(--font-weight-bold);
  font-style: normal;
  font-size: 3rem;
  margin-bottom: 2rem;
}
body .main-content #content h2 {
  font-weight: var(--font-weight-bold);
  margin-bottom: 0.5rem;
}
body .main-content #content h3 {
  font-weight: var(--font-weight-bold);
  margin: 0rem 0 0.5rem;
  font-size: 1.5rem;
}
body .main-content #content .copy {
  max-width: 75rem;
}
body .main-content #content.home {
  column-gap: var(--margin);
  display: flex;
}
body .main-content #content.home h1 {
  margin-bottom: 1rem;
}
body .main-content #content.home p {
  font-size: 2rem;
}
body .main-content #content.home p:last-child {
  margin: 0;
}
body .main-content #content.home .event-info {
  min-width: 16rem;
}
body .main-content #content.home .event-info p {
  margin: 0;
}
body .main-content #content.home .featuring {
  margin-bottom: var(--margin);
}
body .main-content #content.home .featuring p {
  margin: 0;
  line-height: 3.5rem;
  font-size: 3rem;
}
body .main-content #content.home .alley {
  margin-bottom: var(--margin);
}
body .main-content #content.details .copy {
  line-height: 1.75rem;
  columns: 2;
  column-gap: var(--margin);
}
body .main-content #content.details .copy div {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 2rem;
}
body .main-content #content.details .copy div p {
  margin-bottom: 0.75rem;
}
body .main-content #content.details .copy div p iframe {
  width: 100%;
}
body .main-content #content.parties .party-list {
  display: flex;
  max-width: 75rem;
  gap: var(--margin);
  flex-wrap: wrap;
  flex-direction: row;
}
body .main-content #content.parties .party-list .party {
  background-color: #fff;
  color: #000;
  width: calc(50% - 0.5 * var(--margin));
  flex-direction: column;
  display: flex;
  border-radius: 1rem;
  overflow: clip;
}
body .main-content #content.parties .party-list .party img {
  aspect-ratio: 2/1;
}
body .main-content #content.parties .party-list .party .date {
  margin-bottom: 0.25rem;
}
body .main-content #content.parties .party-list .party img {
  width: 100%;
  object-fit: cover;
}
body .main-content #content.parties .party-list .party .seemore {
  margin: 1.5rem;
}
body .main-content #content.parties .party-list .party .party-copy {
  padding: 1.25rem 1.5rem 0;
  flex-grow: 1;
}
body .main-content #content.parties .party-list .party .party-copy h2 {
  margin-bottom: 1.25rem;
}
body .main-content #content.parties .party-list .party .party-copy p {
  font-size: 1.25rem;
}
body .main-content #content.parties .party-list .party .party-copy p:last-child {
  margin-bottom: 0;
}
body .main-content #content.parties .party-list .party a {
  padding: 1rem;
  background-color: black;
  display: block;
  text-decoration: none;
  width: fit-content;
  border-radius: 0.5rem;
  color: #fff;
}
body .main-content #content.parties .party-list .party a:hover {
  background-color: #767676;
}
body .main-content #content.party {
  max-width: 75rem;
}
body .main-content #content.party .back {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
body .main-content #content.party a.button {
  padding: 1rem;
  background-color: black;
  display: block;
  text-decoration: none;
  width: fit-content;
  border-radius: 0.5rem;
  color: #fff;
  margin-top: 1.5rem;
}
body .main-content #content.party a.button:hover {
  background-color: #767676;
}
body .main-content #content.party .round {
  border-radius: 1rem;
  overflow: clip;
}
body .main-content #content.party .round .poster img {
  width: 100%;
  aspect-ratio: 2/1;
}
body .main-content #content.party .round .text {
  background-color: #fff;
  color: #000;
  padding: 1.25rem 1.5rem 1.5rem;
}
body .main-content #content.party .round .text h1 {
  margin-bottom: 1.25rem;
}
body .main-content #content.party .round video {
  width: 100%;
  display: block;
}
body .main-content #content.party .round .gallery img {
  width: 100%;
}
body .main-content #footer {
  margin-top: var(--margin);
  text-align: right;
}

@media (max-width: 1199.98px) {
  body #background-image {
    width: 100vw;
    height: 50vh;
    min-height: 20rem;
  }
  body #background-image .logo {
    justify-content: flex-start;
  }
  body #background-image .logo a {
    margin: 0;
    width: initial;
  }
  body #background-image .logo a img {
    width: initial;
    height: 30vw;
    padding: 6rem 0 4rem 9rem;
  }
  body #background-image .event-image {
    height: 50vh;
    margin-left: 9rem;
    margin-right: 9rem;
  }
  body #background-image .event-image a img {
    max-height: 46vh;
    width: 100%;
    min-height: 18rem;
  }
  body #background-image .tagbar {
    width: 5rem;
  }
  body #background-image .tagbar .strip {
    width: 2rem;
  }
  body #background-image .tagbar .links {
    width: 3rem;
  }
  body .bg-container {
    position: initial !important;
    width: 100%;
  }
  body .content-container {
    flex: auto;
    margin-left: 0;
  }
  body .content-container .main-content {
    padding-left: 9rem;
    min-height: initial;
  }
}
@media (max-width: 991.98px) {
  body #background-image {
    height: fit-content;
  }
  body #background-image .logo a img {
    height: 40vw;
    padding: 2rem 0 2rem 5rem;
  }
  body #background-image .event-image {
    margin-left: 4rem;
    margin-right: 4rem;
    padding-top: 2rem;
    height: fit-content;
  }
  body #background-image .event-image a img {
    max-height: initial;
    width: 100%;
    min-height: 18rem;
  }
  body #background-image .tagbar {
    width: 4rem;
    height: 88vh;
    margin: 4vh 0 8vh;
  }
  body #background-image .tagbar .strip {
    width: 1rem;
  }
  body #background-image .tagbar .links {
    width: 3rem;
  }
  body #background-image .tagbar .links .social-icon {
    padding: 0 0 1rem 0.5rem;
  }
  body .content-container .main-content {
    padding: 2rem 2rem 2rem 6rem;
  }
  body .content-container .main-content #topnav .navbar-nav {
    gap: calc(var(--margin) / 4);
    flex-direction: column;
  }
  body .content-container .main-content #content h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
  body .content-container .main-content #content h3 {
    font-size: 1.5rem;
  }
  body .content-container .main-content #content.home {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  body .content-container .main-content #content.home p {
    font-size: 1rem;
  }
  body .content-container .main-content #content.home .featuring {
    margin-bottom: calc(var(--margin) / 2);
  }
  body .content-container .main-content #content.home .featuring p {
    line-height: 2.5rem;
    font-size: 2rem;
  }
  body .content-container .main-content #content.home .alley {
    margin-bottom: calc(var(--margin) / 2);
  }
  body .content-container .main-content #content.details .copy {
    columns: 1;
  }
  body .content-container .main-content #content.parties .party-list .party {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  body .content-container .main-content {
    padding-left: 6rem;
  }
  body .content-container .main-content #content h1 {
    font-size: 2rem;
  }
  body .content-container .main-content #content h3 {
    font-size: 1.5rem;
  }
  body .content-container .main-content #content.home {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  body .content-container .main-content #content.home p {
    font-size: 1rem;
  }
  body .content-container .main-content #content.home .featuring {
    margin-bottom: calc(var(--margin) / 2);
  }
  body .content-container .main-content #content.home .featuring p {
    line-height: 2.5rem;
    font-size: 2rem;
  }
  body .content-container .main-content #content.home .alley {
    margin-bottom: calc(var(--margin) / 2);
  }
  body .content-container .main-content #content.party .text h1 {
    margin-bottom: 1.25rem;
  }
  body .content-container .main-content #content.party .text .small-vp-padding {
    margin-top: 1.5rem;
  }
}

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