@import url("reset.css");
*, *:before, *:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
a:link, a:visited {
  color: black;
}
a:link, a:visited, a:hover, a:active {
  outline: none;
}
a:focus, a:active {
  outline: none;
}
a:hover {
  color: #b44e71;
}

body {
  font-family: "bc-alphapipe", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
}

.container {
  display: flex;
  max-width: 96em;
  margin: 0 auto;
}

h1 {
  display: none;
}

.title {
  flex-grow: 1;
}
.title img {
  display: block;
  margin: 0.5em;
}

.copy {
  display: flex;
  flex-direction: column;
  width: 50%;
  max-width: 47em;
  padding: 2em;
}
.copy img {
  display: block;
  z-index: -100;
}

h2 {
  font-family: "bc-alphapipe", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.75em;
  color: #b44e71;
  line-height: 1.125;
  margin: 0.75em 0 0.5em 0;
}
h2 .comma2 {
  margin-left: 0;
}

h3 {
  font-family: "bc-alphapipe", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7em;
  line-height: 1.25;
  margin-bottom: 0.5em;
}

h4 {
  line-height: 1.25;
}
h4 span {
  display: block;
  font-size: 1.7em;
}
h4 span.note {
  font-size: 1em;
}
h4 span.disclaimer {
  font-size: 1em;
  line-height: 1.75;
}

.terms {
  margin-top: 2em;
}
.terms p {
  font-size: 1.7em;
  font-family: "bc-alphapipe", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.terms p.endnote {
  font-size: 1.25em;
  line-height: 1;
  margin-top: 0.25em;
  margin-bottom: 1em;
  font-family: "bc-alphapipe", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.terms p.endnote2 {
  font-size: 1em;
  margin-top: 1em;
  line-height: 1.25;
  max-width: 30em;
  font-family: "bc-alphapipe", sans-serif;
  font-weight: 600;
  font-style: italic;
  color: #b44e71;
}

.tickets {
  margin-top: 3em;
}
.tickets span {
  font-size: 1.5em;
}
.tickets a.ticket-link {
  display: block;
  font-size: 1.75em;
  font-family: "bc-alphapipe", sans-serif;
  font-weight: 700;
  font-style: normal;
}

ul {
  max-width: 26rem;
}

li {
  font-size: 1.25em;
  font-family: "bc-alphapipe", sans-serif;
  font-weight: 700;
  font-style: normal;
}
li br {
  display: none;
}
li span.note {
  font-family: "bc-alphapipe", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875em;
}
li.endnote {
  font-family: "bc-alphapipe", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.75;
}
.contact li {
  font-size: 1em;
  line-height: 1.25;
}

.food, .djs, .winemakers {
  margin-top: 3em;
}
.food span.head, .djs span.head, .winemakers span.head {
  font-size: 1.5em;
  font-family: "bc-alphapipe", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #b44e71;
}
.food li, .djs li, .winemakers li {
  font-size: 1.5em;
  margin-left: 1em;
  text-indent: -1em;
  font-family: "bc-alphapipe", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.food strong, .djs strong, .winemakers strong {
  font-family: "bc-alphapipe", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.food .loc, .djs .loc, .winemakers .loc {
  display: block;
  font-family: "bc-alphapipe", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 0.75em;
  margin-bottom: 1em;
}
.food .loc:last-of-type, .djs .loc:last-of-type, .winemakers .loc:last-of-type {
  margin-bottom: 0;
}

.contact {
  margin-top: 2em;
  margin-bottom: 3em;
}
.contact .credit {
  font-size: 0.875em;
  margin-top: 1em;
  font-family: "bc-alphapipe", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.extra-zeros {
  max-width: 26em;
}

@media (max-width: 1024px) {
  .container {
    flex-direction: column;
    max-width: 47em;
  }
  .copy {
    width: 100%;
    padding: 1em;
    padding-bottom: 2em;
  }
  .features {
    max-width: 30em;
  }
}
@media (max-width: 640px) {
  .copy img {
    width: auto;
    top: 0;
  }
}
@media (max-width: 420px) {
  h2 {
    font-size: 2.25em;
  }
  h2 span {
    display: block;
  }
  h2 span.comma {
    display: none;
  }
  h4 span.comma {
    display: none;
  }
  h4 span.note {
    line-height: 1.5;
  }
  ul {
    max-width: 20rem;
  }
  li br {
    display: unset;
  }
  .tickets a.ticket-link {
    font-size: 1.5em;
  }
  .extra-zeros {
    max-width: 19em;
  }
}/*# sourceMappingURL=base.css.map */