

/* Customize the nav-justified links to be fill the entire space of the .navbar */
@media(min-width:768px)
{
.nav-justified {


}
.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(252,155,0,0.8),rgba(225,96,0,1));
  background-repeat: repeat-x; /* Repeat the gradient */
  border-left: 1px solid #fff;
}


.nav-justified > .active > a {
       background-image:linear-gradient(rgba(38,100,6,1),rgba(93,160,6,0.8));
    }
    .nav-justified > .active > a:hover {
        background-image:linear-gradient(rgba(93,160,6,0.8),rgba(38,100,6,1));
    }
    }
.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-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
  border-left: 0px solid #fff;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;

}
}
@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;
  }
}
