body {
    background-color: #f4efd2 !important;
}



h1, h2, h3 {
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
.jumbotron {
    background-color:transparent !important;
}

.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 25px rgba(0,0,0,.5);
          box-shadow: inset 0 0 25px rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}

.masthead {
  position: fixed;
  top: 0;
}
.mastfoot {
  position: fixed;
  bottom: 0;
}
