html {
  background-color: transparent;
}
body {
  background-image: url(/static/images/paper.png);
  background-repeat: repeat;
}
.navbar {
  margin-bottom: 0;
}
.navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#banner {
  background-image: url(/static/images/denim.png);
  background-repeat: repeat;
  margin: 0 0 20px 0;
  padding: 12px 0 12px 0;
  width: 100%;
  display: block;
  text-shadow:0 1px 2px black;
  -webkit-box-shadow: inset 0 0 10px black;
  -moz-box-shadow: inset 0 0 10px black;
  box-shadow: inset 0 0 10px black;
}
#banner h1 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 48px;
  color: white;
  line-height: 1;
  letter-spacing: -1px;
}
#banner p {
  font-size: 18px;
  color: white;
  line-height: 27px;
  margin-bottom: 12px;
}
#banner .btn {
  margin-top: 6px;
}
h2, h3, h4 {
  margin-bottom: 8px;
}
.extra-margin-top {
  margin-top: 24px;
}
.icon-kana {
  background-image: url(/static/images/icon-kana-by-hand.png);
  background-position: 0, 0;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  margin-right: 8px;
}
.icon-kanji {
  background-image: url(/static/images/icon-kanji-by-hand.png);
  background-position: 0, 0;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  margin-right: 8px;
}
