/* 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 { margin-bottom: 0; font-weight: bold; color: #777; text-align: center; /* Old browsers */ /* IE6-9 */
background-repeat: repeat-x; /* Repeat the gradient */ }
.nav-justified > .active > a, .nav-justified > .active > a:hover, .nav-justified > .active > a:focus { background-color: #ddd; background-image: none; }
.nav-justified > li:first-child > a { }
.nav-justified > li:last-child > a { border-bottom: 0; }
 @media (min-width: 768px) {
.nav-justified { max-height: 52px; }
.nav-justified > li > a { /*border-right: 1px solid #d5d5d5; border-left: 1px solid #fff;*/ }
.nav-justified > li:first-child > a { border-left: 0; }
.nav-justified > li:last-child > a { border-right: 0;  }
}

/* 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; }
}
