body {
//  background: url('http://dev-dla.whoi.edu:8081/assets/images/bg_img.png');
}

section#header {
  background: #f3f3f0 
//url('/assets/images/header-background.png') repeat-x scroll left 0;
}

#header>.row {
height: 10em;
min-height: 5.7em;
margin:auto !important;
max-width:1170px;
border-bottom: none;
}

#header .logo {
float: none;
//height: auto;
height: 110px;
padding-top: 10px;
}

#navigation .navbar-default {
    background-color: #006b83;
// #13201f;
    box-shadow: 0 0 3px #999;
    border: none;    
    border-radius: 0;
}

.navbar-header.top-bar {
//    width: 1170px;
//    margin: auto;
    background:  #13201f;
    border: none;
}

.top-bar {
    background-color: #006b83 !important;
//  #13201f !important; 
}

.navbar-default .navbar-nav>li>a {
    color: #fff; 
// #a0ba24;
    font-size: 1.1em;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:active {
    background: #13201f;
    text-shadow: 1px 1px 8px #fff;
    text-decoration: none;
    color: #fff;
}

/***Link Color Override***/
h1 {
  color: #00948e;
}

.h1 {
  color: #00948e;
}

a {
  color: #00948e;
}
.btn-link {
  color: #00948e;
}

//.col-sm-9 {
//  color:#fff;
//}

@media (min-width: 767px) {
//    .col-sm-9 {
//      display: none;
//    }
    .navbar-header.top-bar {
      width: 1200px;
      margin: auto;
    }
}
