/* COLORS */
/* BREAKPOINTS */
@font-face {
  font-family: "punkAsFont";
  src: url("/fonts/thin-four-down-three-crazy-pink.regular-webfont.woff2") format("woff2"), url("/fonts/thin-four-down-three-crazy-pink.regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #2B2C31;
  color: #2B2C31;
  font-family: "Roboto", "Arial", sans-serif;
  margin: 0;
  padding: 0;
}

header {
  overflow: hidden;
  padding-top: 0;
  width: 100%;
}
header h1 {
  font-family: "punkAsFont", "Arial", sans-serif;
  font-size: clamp(60px, 11vw, 144px);
  margin-top: 10px;
  text-align: center;
  white-space: normal;
  width: 100%;
}
@media (min-width: 576px) {
  header h1 {
    font-size: clamp(16px, 11vw, 144px);
    white-space: nowrap;
  }
}

.btn {
  background: #2B2C31;
  border: 2px solid #2B2C31;
  border-radius: 12px;
  color: #DCD1BD;
  font-weight: bold;
  padding: 12px;
}
.btn svg {
  margin-right: 8px;
}
.btn svg path {
  fill: #2B2C31;
}
.btn:hover {
  background: #DCD1BD;
  color: #2B2C31;
}
.btn-primary {
  align-items: center;
  display: flex;
}
.btn-primary .circle {
  aspect-ratio: 1/1;
  background: #DCD1BD;
  border-radius: 50%;
  margin-right: 12px;
  padding-left: 6px;
  width: 24px;
}
.btn-primary .circle svg {
  margin-top: -1px;
}
.btn-primary .circle svg path {
  fill: #2B2C31;
}
.btn-primary:hover {
  background: #DCD1BD;
  border: 2px solid #000000;
  color: #2B2C31;
}
.btn-primary:hover .circle {
  background: #2B2C31;
}
.btn-primary:hover .circle svg path {
  fill: #DCD1BD;
}
.btn-secondary {
  background: #DCD1BD;
  border: 2px solid #000000;
  color: #2B2C31;
}
.btn-secondary:hover {
  background: #2B2C31;
  color: #DCD1BD;
}
.btn-secondary:hover svg path {
  fill: #DCD1BD;
}

.container {
  background: url("../img/bg-mobile.avif") no-repeat 0 center;
  background-size: cover;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 576px) {
  .container {
    background: url("../img/bg-tablet.avif") no-repeat top center;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .container {
    background: url("../img/bg-desktop.avif") no-repeat top center;
    background-size: clamp(768px, 100vw, 1280px) auto;
  }
}
.container .content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10% 0;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 823px) {
  .container .content {
    width: 88%;
  }
}
@media (min-width: 768px) {
  .container .content {
    flex-direction: row;
    margin: 15.5% 5%;
    width: 88%;
  }
}
@media (min-width: 992px) and (max-width: 1069px) {
  .container .content {
    width: 85%;
  }
}
@media (min-width: 992px) {
  .container .content {
    width: 80%;
  }
}
.container .content .date {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 80px;
  padding: 12px;
  width: 90%;
}
@media (min-width: 768px) and (max-width: 823px) {
  .container .content .date {
    width: 39%;
  }
}
@media (min-width: 768px) {
  .container .content .date {
    flex-direction: column;
    gap: 40px;
    padding: 24px 0 0;
    width: 42%;
  }
}
@media (min-width: 992px) and (max-width: 1069px) {
  .container .content .date {
    width: 39%;
  }
}
@media (min-width: 992px) {
  .container .content .date {
    padding: 48px;
    width: 36%;
  }
}
.container .content .date .details {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 32px;
}
@media (min-width: 768px) {
  .container .content .date .details {
    flex-direction: column;
  }
}
.container .content .date h2, .container .content .date h3, .container .content .date h4 {
  font-family: "punkAsFont", "Arial", sans-serif;
  font-size: 2.25rem;
  color: #DCD1BD;
  margin: 0;
  text-align: center;
  white-space: normal;
  width: 100%;
}
.container .content .date .cta {
  aspect-ratio: 1/1;
  background: #FFA600;
  border: none;
  border-radius: 50%;
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  padding: 24px;
  width: 300px;
}
@media (min-width: 768px) {
  .container .content .date .cta {
    width: 65%;
  }
}
@media (min-width: 992px) {
  .container .content .date .cta {
    width: 100%;
  }
}
.container .content .flyer {
  margin-bottom: 48px;
  width: 90%;
}
@media (min-width: 768px) and (max-width: 823px) {
  .container .content .flyer {
    width: 61%;
  }
}
@media (min-width: 768px) {
  .container .content .flyer {
    margin-bottom: 0;
    width: 58%;
  }
}
@media (min-width: 992px) and (max-width: 1069px) {
  .container .content .flyer {
    width: 61%;
  }
}
@media (min-width: 992px) {
  .container .content .flyer {
    width: 64%;
  }
}
.container .content .flyer img {
  border: 12px solid #2B2C31;
  display: block;
  height: auto;
  width: 100%;
}
.container .vendors {
  align-items: center;
  background: #2B2C31;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 48px 120px;
  width: 100%;
}
.container .vendors h2 {
  font-family: "punkAsFont", "Arial", sans-serif;
  font-size: 2.75rem;
  color: #DCD1BD;
  margin-bottom: 48px;
}
.container .vendors .vendor-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 1000px;
}

.modal .modal-content {
  background: #DCD1BD;
}
.modal .modal-content .modal-header {
  border: 1px solid rgba(43, 44, 49, 0.2509803922);
  align-items: start;
}
.modal .modal-content .modal-header h1 {
  font-family: "punkAsFont", "Arial", sans-serif;
  font-size: 2.5rem;
  color: #2B2C31;
}
.modal .modal-content .modal-header .form-control::-moz-placeholder {
  color: rgba(43, 44, 49, 0.2509803922) !important;
}
.modal .modal-content .modal-header .form-control::placeholder {
  color: rgba(43, 44, 49, 0.2509803922) !important;
}
.modal .modal-content .modal-footer {
  border: 1px solid rgba(43, 44, 49, 0.2509803922);
}/*# sourceMappingURL=styles.css.map */