

/* Customize the nav-justified links to be fill the entire space of the .navbar */
@media(min-width:768px)
{
.nav-justified {
  background-color: #eee;
  border: 0px solid #ccc;
  border-radius: 0px;
}
.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-weight:300;
  color: #fff;
  text-align: center;


  background-image:linear-gradient(rgba(26,2,92,1),rgba(33,22,143,0.8));

  background-repeat: repeat-x; /* Repeat the gradient */
  border-left: 1px solid #fff;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #ddd;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li:first-child > a {
  border-radius: 0;
  border-left: 0px solid #fff;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0;

}
}
@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-right: 0px solid #d5d5d5;
    border-left: 1px solid #fff;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 0;
    border-left: 0px solid #fff;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 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;
  }
}
