h1 {
  font-weight: bold;
  font-size: 56px;
  color: #808080; }

h2 {
  font-weight: normal;
  font-size: 24px;
  color: #606060; }

p {
  color: #333; }

span.accent {
  color: red; }

.jumbotron {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #444 top center;
  background-image: url("../images/obit.png");
  background-size: cover; }

.jumbotron-content {
  position: absolute;
  top: 15%;
  height: 100px;
  width: 100%; }
  .jumbotron-content h1 {
    text-transform: uppercase;
    color: white;
    text-shadow: 0px 2px 5px black; }
  .jumbotron-content h2 {
    color: white;
    padding-bottom: 24px;
    text-shadow: 0px 2px 5px black; }

.button {
  background: red;
  font-weight: bold; }

button:hover, button:focus, .button:hover, .button:focus {
  background: #882000; }

.top-bar.home-nav {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  height: 65px;
  padding-top: 10px; }
  .top-bar.home-nav .top-bar-section {
    display: inline-block; }
  .top-bar.home-nav .top-bar-section li:not(.has-form) a:not(.button) {
    font-size: 18px;
    padding: 0 50px; }
    .top-bar.home-nav .top-bar-section li:not(.has-form) a:not(.button) i {
      font-size: 32px; }

.top-bar {
  background: black;
  height: 50px; }
  .top-bar h1 {
    font-weight: bold;
    text-transform: uppercase; }
  .top-bar .top-bar-section li:not(.has-form) a:not(.button) {
    color: red;
    background: black;
    font-weight: normal; }
    .top-bar .top-bar-section li:not(.has-form) a:not(.button):hover {
      color: #882000; }
    .top-bar .top-bar-section li:not(.has-form) a:not(.button) i {
      font-size: 24px; }

.page, .post {
  padding: 36px 0 72px; }

.page-header {
  background: black; }

.post-header {
  padding-bottom: 56px; }

dl.posts dd {
  margin-bottom: 56px; }