@font-face {
  font-family: titleFont;
  src: url("/fonts/IM_FELL_Double_Pica_Roman.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: textFont;
  src: url("/fonts/OpenBaskerville-0.0.75.ttf") format("truetype"), url("/fonts/OpenBaskerville-0.0.75.woff") format("woff");
  font-weight: normal;
}
h1 {
  margin: 0 0 0 0;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
  font-family: textFont;
}

body > header {
  margin: 0;
  background-color: #333;
  color: white;
  text-align: center;
  padding: 1em;
}
body > header > h1 {
  font-family: titleFont;
}

.thumbnail > a > img {
  border-radius: 50000px;
}

.thumbnail > a > img.past {
  filter: grayscale(100%) opacity(40%);
}

.slickitem.past > .info > .bigtext > .fittext {
  color: #777;
}

#container {
  display: grid;
  grid-template-columns: 15em 1fr;
}
@media screen and (max-width: 1119px) {
  #container {
    grid-template-columns: 1fr;
  }
}

#events {
  background-color: #333;
  padding: 1em;
  display: flex;
  flex-direction: column;
  color: white;
}
#events > header {
  font-family: titleFont;
  margin-bottom: 1em;
  font-size: 1.2em;
  text-align: center;
}
#events > div > div {
  margin-bottom: 2em;
}
#events > div, #events > div > div, #events > div > div > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#events > div > div > div > div:last-child {
  font-size: 0.7em;
}
#events > div > div:not(.past) > a:last-child {
  color: white;
  text-decoration: none;
  border-bottom: 1px dotted white;
}
#events > div > div.past > a:last-child {
  color: #777;
  text-decoration: none;
  border-bottom: 1px dotted #777;
}
#events > div > div.past img {
  filter: grayscale(70%) opacity(20%);
}
#events > div > div.past {
  color: #777;
}
@media screen and (max-width: 1119px) {
  #events > div > div.past {
    display: none;
  }
}
#events img {
  border-radius: 10000px;
  width: 100px;
}

#content > main {
  padding: 1em;
}
#content > main a {
  text-decoration: none;
  color: #333;
  border-bottom: 1px dotted #333;
}
#content > main {
  columns: 3;
}
@media screen and (max-width: 1119px) {
  #content > main {
    columns: 1;
  }
}
#content > main > section {
  break-inside: avoid-column;
  margin-bottom: 2em;
}
#content > main #map {
  display: block;
  height: 25em;
  border: 1px solid #ccc;
  border-radius: 0.6em;
}

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