html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
}
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Comic Neue";
}
.youtube-video {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
header {
  background-color: #666;
  color: #eee;
  padding: 0 1em;
}
header a {
  color: #ffed97;
}
header a:visited {
  color: #ffda93;
}
header .banner {
  text-align: center;
  font-weight: normal;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
header .banner-subtitle {
  text-align: center;
}
header.sub-header {
  background-color: #444;
}
header.sub-header p {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.go-ham {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  font-weight: normal;
  font-size: 6pt;
}
.go-ham,
.go-ham a {
  text-decoration: none;
  color: #2b2229;
}
