h1, h2, h3, h4, h5 {
  /*text-align: center;*/
}

h2 {
  border-bottom: 1px solid #c6e09b;
  padding-bottom: 5px;
}

h2 > a {
  color: #333;
}
a.navbar-brand {
  color: transparent;
  background: url('../img/geoserver-logo.png') no-repeat 0 0;
  margin-left: 20px;
  margin-bottom: -15px;
  width: 350px;
  height: 83px;
  overflow: hidden;
  z-index: 1001;
  /*text-indent: -9999em;*/
}

nav.navbar {
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 0px;
  border-bottom: #c6e09b 5px solid ;
}

.navbar-nav>li {
  border-right: rgba(114,166,41,0.5) 1px solid;
}
.navbar-nav>li:last-child {
  border-right: 0px;
}

.navbar-nav>li>a {
  line-height: 15px;
  padding-top:0px;
  padding-bottom:0px;
}

.nav>li>a:hover, .nav>li>a:focus {
  color: #72a629;
  background-color: transparent;
}

ul.navbar-nav {
  margin-top: 40px;
}

body > .background {
  width: 100%;
  z-index:-1;
  background: #fff url('../img/main-bg.png') repeat-x;
  position: absolute;
}

div.wrapper {
  padding-left:5%;
  padding-right:5%;
  margin-left:5%;
  margin-right:5%;
  position: relative;
  top: 15px;
  background: #fff;
  border-radius: 5px;
  /*height: 500px;*/
}

div.content {
  padding-top: 10px;
}

section {
  margin-top: 25px;
}

#map {
  height:400px;
  border: 1px solid #eee;
}

.download-stable h4 {
  background-color: #26972d;
}

.download-maintain h4 {
  background-color: #25567B;
}

.download-dev h4 {
  background-color: #bf3330;
}

.download-github h4 {
  background-color: #bf3330;
}

.download-archive h4 {
  background-color: #cccccc;
}

div[class*="download-"] h4 {
  color: white;
  padding: 10px 0px;
  border-radius: 2px;
}

#footer {
  margin-top: 15px;
  border-top: #c6e09b 5px solid;
  color: #ddd;
  background-color: #0079a5;
  padding: 25px;
  text-align: right;
}
