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

.nav-justified {

}
.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-weight: bold;
  color: #555;
  text-align: center;

}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {


}
.nav-justified > li:first-child > a {

}
.nav-justified > li:last-child > a {
  border-bottom: 0;

}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 100px;
  }
  .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;
  }
}