html {
  margin: 0;
  padding: 0;
}

body {
  max-width: 950px;
  margin: 2em auto;
  padding: 0 1em;
}

header {
  padding-left: 150px;
  margin-bottom: 3em;
}
header h1 {
  margin: 0.1em 0;
  font-weight: 400;
  letter-spacing: 0.1em;
}
header h1 span.first {
  color: red;
  margin-right: 0.6em;
}
header h1 span.first#i {
  margin-right: 0.9em;
}

section {
  padding-left: 150px;
  margin-bottom: 4em;
}
section#about {
  font-size: 1.1em;
}
section#about div {
  line-height: 1.2em;
}
section#contact {
  padding-left: 150px;
  text-align: left;
  font-size: 1.1em;
  margin-top: 5em;
  margin-bottom: 0;
}
section#contact a {
  color: black;
  text-decoration: underline;
}
section h2 {
  text-align: right;
  font-size: 2em;
  font-weight: 400;
  color: #212121;
  letter-spacing: 0.08em;
}
section .minutes .title {
  font-style: italic;
}

.session {
  margin-bottom: 2em;
}
.session.hidden {
  display: none;
}
.session .title {
  font-size: 1.5em;
  margin-bottom: 0;
}
.session .presenter {
  font-size: 1.2em;
  color: #212121;
  margin: 0.2em 0;
}
.session .presenter .hosted-by {
  font-style: italic;
}
.session .date {
  font-weight: 400;
  margin: 0;
  margin-top: 0.5em;
}
.session a {
  color: inherit;
  margin: 0;
}

#sessions .session:first-child::before, #sessions .session:nth-child(2)::before {
  color: #9e9e9e;
  font-size: 1em;
  text-align: right;
  width: 120px;
  float: left;
  margin-left: -150px;
  padding-top: 0.4em;
}
#sessions .session:first-child::before {
  content: "next session";
}
#sessions .session:nth-child(2)::before {
  content: "previous sessions";
}

#show-more {
  color: black;
  font-size: 1em;
  text-decoration: underline;
  cursor: pointer;
  margin: auto;
}

@media (max-width: 900px) {
  header, section, #sessions {
    padding-left: 0 !important;
  }
  #sessions .session:first-child::before, #sessions .session:nth-child(2)::before {
    float: none;
    width: auto;
    margin-left: 0;
    text-align: left;
    display: block;
    margin-bottom: 0.5em;
  }
}

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