body {
  padding-top: 10px;
}

.footer {
  padding-top: 10px;
  padding-bottom: 40px;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

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

.nav-justified {
}

.nav-justified > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-size: 18px;
  color: #000;
  text-align: center;
  background-color: none;
  border-top: 5px solid black;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  font-weight: bold;
  color: #fff;
}
.nav-justified > li:first-child > a {
}
.nav-justified > li:last-child > a {
}

.nav-justified > li.red > a {
  border-color: #9e2216;
}

.nav-justified > li.active.red > a {
  background-color: #9e2216;
}

.nav-justified > li.blue > a {
  border-color: #436c83;
}

.nav-justified > li.active.blue > a {
  background-color: #436c83;
}

.nav-justified > li.green > a {
  border-color: #80875b;
}

.nav-justified > li.active.green > a {
  background-color: #80875b;
}

.nav-justified > li.brown > a {
  border-color: #c4ac66;
}

.nav-justified > li.active.brown > a {
  background-color: #c4ac66;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
  }
  .nav-justified > li:first-child > a {
  }
  .nav-justified > li:last-child > a {
  }
}

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