html {
  background: white;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto";
  font-weight: 300;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body h1,
body h2,
body h3 {
  font-weight: 100;
  text-transform: lowercase;
}
@media only screen and (min-width: 993px) {
  body h3 {
    min-height: 96px;
  }
  body main .row > button.btn.col {
    margin-left: 10px;
    height: 3rem;
  }
}
header {
  z-index: 1;
}
header nav {
  background: rgba(0, 0, 0, 0.25);
}
header .m-WordMark {
  margin-left: 0.5em;
}
header #nav-wrapper .fab {
  line-height: unset;
}
main {
  flex: 1 0 auto;
}
main .main-leadin {
  background-image: linear-gradient(transparent 10%, white 90%), linear-gradient(42deg, hsl(160, 99%, 27%), hsl(199, 98%, 38%));
  background-size: cover;
  padding-top: 200px;
  margin-top: -64px;
}
main button.btn {
  background-color: #02b6c0;
  border-radius: 6px;
}
main button.btn:hover {
  background-color: #01868e;
}
.page-footer {
  background: linear-gradient(42deg, hsl(160, 99%, 27%), hsl(199, 98%, 38%));
}
