.nav-justified {
}
.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-image: none;
}
/*.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-radius: 0 0 5px 5px;
}*/

@media (min-width: 768px) {
  .nav-justified {
  }
  .nav-justified > li > a {
  }
  /*.nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 0;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0;
  }*/
}

@media screen and (min-width: 768px) {
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}
