@charset "utf-8";

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 16px;
}

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


.nav-justified > li {
	position: relative;
}
/*.nav-justified > li:first-child {
	width: 0.3%;
	text-align: center;
}*/
/* 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;
  }
}
