@font-face {
  font-family: 'Metallophile';
  src: url('../fonts/MetallophileSp8W01Light.woff');
  font-style: normal;
}
@font-face {
  font-family: 'Metallophile';
  src: url('../fonts/MetallophileSp8W01Medium.woff');
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: 'Metallophile';
  src: url('../fonts/MetallophileSp8W01LightIt.woff');
  font-style: italic;
}
@font-face {
  font-family: 'Metallophile';
  src: url('assets/fonts/MetallophileSp8W01MediumIt.woff');
  font-style: italic;
  font-weight: bold;
}

html {
  font-size: 10px;
}
body {
  font-family: 'Metallophile', sans-serif;
  font-size: 3.1rem;
  line-height: 1;
  padding: 0.5em;
  margin: 0;
}
main{
  max-width: 820px;
}
aside {
  background: white;
  width: 35vw;
  height: 100vh;
  position: fixed;
  top: 0; right: calc(-35vw - 1em);
  padding: 0.5em;
  border-left: 1px solid;
  overflow-y: auto;
  transition: right 0.5s ease-in-out;
  -webkit-overflow-scrolling: touch;
}
aside.open {
  right: 0;
}
.pamphlet-close {
  position: absolute;
  top: 0.25em; right: 0.5em;
}
.pamphlet-close:hover {
  color: #ccc;
  cursor: pointer;
}
h1, h2 {
  font-size: 3.1rem;
  font-weight: normal;
  text-transform: uppercase;
  /* border-bottom: 2px solid; */
  display: inline-block;
  margin: 0;
}
h2 {
  text-transform: none;
}
small {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.1;
  padding: 0 1em 7rem 0;
}
small a {

}
a {
  color: red;
  text-decoration: none;
}
a:hover {
  color: black;
  cursor: pointer;
}
.speakers span {
  /* text-decoration: underline; */
  display: inline-block;
  color: red;
}
.speakers span:after {
  content: ', ';
  color: black;
}
.speakers span:last-of-type:after {
  content: '';
  color: black;
}
span.left {

}
/* span.center {
  text-align: center;
}
span.right {
  text-align: right;
} */
.speakers span:hover {
  cursor: pointer;
  color: black;
}
.img {
  display: none;
  width: 55vw;
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  mix-blend-mode: multiply;
}
@media(max-width: 1024px) {
  body, h1, h2 {
    font-size: 2.7rem;
  }
  main {
    max-width: 100%;
  }
  aside {
    width: calc(100vw - 1.5em);
    top: 0; right: calc(-100vw - 1em);
    padding-right: 0.5em;
}
@media(max-width: 670px) {
  body, h1, h2 {
    font-size: 2.2rem;
  }
  small {
    font-size: 1.5rem;
  }
  aside {
    padding-right: 0.5em;
}
