/*
Compile to css with `sass --watch <input file> <output file>`
*/
* {
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style-type: none;
}

@font-face {
  font-family: Coloma;
  src: url("font.woff2") format("woff2");
}
@font-face {
  font-family: din;
  font-weight: 400;
  font-style: normal;
  src: url(din.woff2) format("woff2");
}
@font-face {
  font-family: din_l;
  font-style: normal;
  font-weight: 400;
  src: url(din_l.woff2) format("woff2");
}
@font-face {
  font-family: futura;
  font-style: normal;
  font-wenght: 400;
  src: url(futura.woff2) format("woff2");
}
@font-face {
  font-family: avenir;
  font-style: normal;
  font-weight: 400;
  src: url(avenir.woff2) format("woff2");
}
html, body {
  background-color: transparent;
}

.event_card {
  padding-bottom: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: light;
  font-weight: 100;
  --blendMode: normal;
  --textShadow: 0px 0px transparent;
  --textOutline: 0px 0px transparent;
  width: 26ch;
}
.event_card .date {
  font-family: din_l, sans-serif;
  font-size: 1.05em;
  letter-spacing: 0;
  font-weight: 700;
}
.event_card .description {
  font-family: din_l, sans-serif;
  font-size: 1em;
}
.event_card .title, .event_card .description {
  font-family: din_l;
  line-height: 1.6em;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
}
.event_card .link {
  color: #000;
  -webkit-font-smoothing: antialiased;
}

.event_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page {
  with: 100%;
  height: 100%;
}

.main_content {
  padding: 4vh 11vh 4vh 11vh;
  position: relative;
  margin: 0;
  font-size: 19px;
  width: 100%;
  height: 100%;
  background: transparent;
  /*background-image: url(concerts.webp);
  background-repeat:no-repeat;
  background-size: cover;
  background-position: center center;*/
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  background: transparent;
}

.events_list {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}

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