body {
  font: 12pt 'Libre Baskerville', Georgia, serif;
  background-color: #fefafa;
  color: #3e3333;
  margin: 0;
  padding: 0
}
.wrapper {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.header {
  background-image: url('/img/logo2.gif');
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: auto 100%;
  image-rendering: -moz-crisp-edges;         /* Firefox */
  image-rendering:   -o-crisp-edges;         /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
  margin: 0;
}
.main {
  flex: 1;
}
.hashtag {
  font-size: 3em;
}
.main-message {
  font-size: 2.4em;
  line-height: 150%;
}
.main-message-content {
  padding: 5pt;
}
.inline-hashtag {
  display: inline-block;
  padding: 2px 4px;
}
.contrast {
  color: #fefafa;
  background-color: #3e3333;
}
.nav {
  background-color: #cfcccc;
  border-width: 1px 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  height: 1.8em;
}
.nav-item {
  display: inline-block;
  padding: 5px 10px;
}
@media only screen and (max-device-width: 480px) {
  .hashtag {
    font-size: 10vw;
  }
  .main-message {
    font-size: 10vw;
  }
}

