.front-and-center {
    text-align: center;
    margin: 40px 0;
}
.content-column {
    padding: 2px 5px;
}

/* Start custom header image */

.navbar-brand {
  display: none;
}

 #site-logo {
  top: -10px;
  display: block;
  background-image:url("/docs/reaseheath-logo-web-header.png");
  background-size: 200px;
  background-repeat: no-repeat;
  height: 85px;
  width: 200px;
}

.navbar {
  height: 85px;
  background-color: #005a9a;
}

body {
    background: #ffffff none repeat scroll 0 0;
} 

 #footer {
  background-color: #005a9a;
}

