a {
  color: inherit;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

.page {
  max-width: 55em;
  margin: 0 auto;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.25em 0;
  font-size: 1.1em;
}

header h1 {
  margin: 0;
}

header h1 a {
  display: flex;
}

header button,
header .button {
  font-size: 1.2em;
}

.logo img {
  height: 2em;
}

.hero {
  position: relative;
}

.hero video {
  width: 100%;
  display: block;
}

.hero h2 {
  display: relative;
  background: #22221e;
  color: #fff;
  bottom: 1em;
  padding: 0.5em 1em;
  text-align: right;
  display: inline;
}

section.content {
  background: #f4f4f8;
  color: #22221e;
  margin: 0;
  padding: 1.5em;
}

section.content li {
  margin-bottom: 1em;
}
