html {
  position: relative;
  min-height: 100%;
}
body {
  padding-top: 5rem;
  margin-bottom: 40px;
}
#gjc-page {
  padding: 1.5rem 1.5rem;
}
.navbar {
  background-color: #ccc;
  border-bottom: 8px solid red;
}
.navbar-brand {
  font-size: 1.5rem;
  color: red !important;
  text-shadow: 2px 2px 4px #999;
}
#strip {
  position: absolute;
  bottom: 0;
  background-image: url("/graphics/strip.png");
  width: 100%;
  height: 40px;
}
