		#logo{
			display: block;
			background-image: url(assets/logo.png);
			width: 180px;
			height: 45px;
			position: relative;
			top: 15px;
		}
		header{
			background-color: #009036;
			height: 50px;
			width: 100%;
			margin-bottom: 34px;
		}

		body { margin: 0px 0px 40px 0px; }

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: ;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.85);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.35);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

.jumbotron h1 {
  font-size: 44px;
  padding-top: 0px;
  margin-top: 0px;
}

.jumbotron h2 {
  padding-top: 0px;
  margin-top: 0px;
}

.jumbotron p {
font-size: 14px;
}

