@charset "UTF-8";
body {
  line-height: 1.5;
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.has-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
body.has-bg.is-homepage::before {
  content: unset;
}
body.has-bg.is-dark {
  color: #fff;
}
body.has-bg.is-dark::before {
  opacity: 0.25;
  background-color: #000;
}
body.has-bg.is-dark::after {
  color: #fff;
}
body.has-bg::before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #fff;
  opacity: 0.5;
}
body.has-bg::after {
  content: attr(data-image-credit);
  z-index: 0;
  opacity: 1;
  display: block;
  padding: 0 1rem;
  opacity: 0.5;
  position: absolute;
  bottom: 0.75em;
  left: 0;
  right: 0;
  z-index: 0;
  font-size: 0.5em;
}
@media screen and (min-width: 48em) {
  body.has-bg::after {
    text-align: right;
    position: fixed;
  }
}

.intro {
  font-size: 1.75em;
}

h1 {
  font-size: 2.67em;
  padding: 0;
  margin: 0;
}

a {
  color: #c41f46;
  text-decoration: none;
}

.site-title {
  display: block;
  color: #000;
  opacity: unset;
  font-size: 1em;
  font-weight: 700;
}

.is-homepage .site-header {
  flex-direction: column;
}
.is-homepage .site-title {
  padding: 1rem 0;
}
@media screen and (min-width: 48em) {
  .is-homepage .site-title {
    font-size: 3em;
  }
}
.is-homepage nav {
  margin-left: 0;
}
.is-homepage nav li {
  display: list-item;
  margin-top: 1.5em;
}
.is-homepage nav li::before {
  content: unset;
}
@media screen and (min-width: 48em) {
  .is-homepage nav a {
    font-size: 3em;
  }
}

.is-dark .site-title {
  color: #fff;
}
.is-dark nav a {
  color: #fff;
}

nav {
  flex: 1;
}
@media screen and (min-width: 48em) {
  nav {
    margin-left: 1em;
  }
}
nav ul {
  position: relative;
}
nav ul ul {
  border-top: 1px solid #e6e6e6;
  position: absolute;
  left: 0;
  right: 0;
}
nav ul ul a {
  text-transform: unset;
}
nav .event a {
  opacity: 1;
}
nav li {
  display: inline-block;
}
nav li:hover a {
  opacity: 1;
}
nav li:hover::before {
  opacity: 0.5;
}
nav li::before {
  content: "•";
  opacity: 0.5;
}
nav li:first-child::before {
  content: unset;
}
nav a {
  color: #000;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  transition-property: opacity;
  transition-duration: 200ms;
  opacity: 0.5;
}
nav .is-ancestor > a,
nav .is-current > a {
  opacity: 1;
}
nav .has-children {
  padding-bottom: 1.5em;
}
nav .events {
  margin: 0.75em 0;
}
nav .events a {
  font-size: 1em;
}

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
body .site-header {
  flex: 0;
}
body .page-content {
  flex: 1;
}
body .site-footer {
  flex: 0;
  padding: 1.5em 1em 1em;
}
@media screen and (min-width: 48em) {
  body .site-footer {
    padding: 1.5em 3em 1em;
  }
}

.site-header {
  display: flex;
  padding: 1em;
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .site-header {
    flex-direction: row;
    padding: 1em 3em;
  }
}

.site-info a::after {
  content: " | ";
}
.site-info a:last-child::after {
  content: unset;
}

.page-content {
  padding: 0 1em;
  max-width: 51em;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .page-content {
    padding: 0 3em;
  }
}
.page-content h1 {
  margin: 0.5em 0 0.25em 0;
  font-size: 1.75em;
  text-transform: uppercase;
}
@media screen and (min-width: 48em) {
  .page-content h1 {
    font-size: 2.67em;
  }
}
.page-content h2 {
  font-size: 1.25em;
}
@media screen and (min-width: 48em) {
  .page-content h2 {
    font-size: 2em;
  }
}
.page-content h3 {
  font-size: 0.75em;
}
@media screen and (min-width: 48em) {
  .page-content h3 {
    font-size: 1em;
  }
}

.list--clean {
  margin: 0;
  padding: 0;
  list-style: none;
}

.messengers {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 48em) {
  .messengers {
    max-width: 64em;
  }
}
.messengers .messenger {
  display: flex;
  margin-bottom: 1.5em;
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .messengers .messenger {
    flex-direction: row;
  }
}
@media screen and (min-width: 48em) {
  .messengers .messenger .messenger-thumbnail {
    margin-right: 1em;
  }
}
.messengers .messenger .messenger-thumbnail img {
  display: block;
}
.messengers .messenger .messenger-thumbnail__thumb.has-credit {
  position: relative;
}
.messengers .messenger .messenger-thumbnail__thumb.has-credit::after {
  text-align: right;
  content: attr(data-image-credit);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  font-size: 0.5em;
  padding: 0.25em 0.75em;
  opacity: 0.25;
  background-color: #000;
  color: #fff;
}
.messengers .messenger .messenger-details__name {
  font-size: 2em;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.messengers .messenger .messenger-details__title {
  font-weight: 700;
  margin-top: 0;
}

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