/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 75px;
  padding-bottom: 20px;
}

.navbar-header {
    margin-bottom: 40px;
}

.navbar-brand{
    padding-top: 15px; 
}

.navbar-inverse {
    background-color: black;
    border-color: #a38b74;
}
.navbar-nav{
    float: right;
    font-family: 'PT Serif', serif;
    font-size: 16px;
  font-weight: bold;
    color: #a38b74;

}

.centered-content {
    margin-top: 35px;
    margin-bottom: 35px;
   text-align: center;
}

.navbar-inverse .navbar-nav>li>a {
    color: #a38b74;
}

h2{
    font-family: 'PT Serif', serif;
    font-weight: bold;
    color: #a38b74;
}

h3{
    font-family: 'PT Serif', serif;
    font-weight: bold;
    color: #999999;
}


h4{
    font-family: 'PT Serif', serif;
    font-weight: bold;
    color: #a38b74;
}

.header-image {
    width: 100%; 
    max-height: 250px;
    overflow: hidden;
    background-color: black;
    margin-bottom: 20px;
   
}

.navbar-fixed-bottom {
    background-color: #57493c;
    border-top: 1px solid #a38b74;
}

.footer {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
.footer .text-muted {
  margin: 10px 0;
    background-color: #57493c;
    color: #a2a3a3;
    
}

.well {
    text-align: center;
}

img {
    display: block;
    margin: 0 auto;
}
