body {
  padding-top: 20px;
  font-size: 16px;
}

.masthead h3 {
  font-size: 40px;
}
.footer {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}


/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
  background-color: #eee;
}
.nav-justified > li > a {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #844;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  border-bottom: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ddd;
  background-color: #fff; /* Old browsers */
}

.nav-justified > li > a:hover {
  background: #fff;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #fff;
  box-shadow: 0 -3px #ddd inset;
}


dd {
  margin-bottom: 20px;
}

dd a {
  color: #333;
}
dd a:hover {
  color: #333;
  text-decoration: none;
}

dt {
  font-weight: 400;
}

table {
  border-collapse: separate;
  border-spacing: 15px 0px;
  margin-left: -15px;
}

.outsideLinks > li > a {
  color: #844;
  text-decoration: none;
}

#people table {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified {
	
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
}
