
.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  border-top: 0px solid #eee;
}

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

/* Customize the navbar-nav links to be fill the entire space of the .navbar */
.navbar-default{
background-color:transparent;
border-color:transparent;
}
@media (min-width:768px){
    .navbar-nav > li > a {
      color: #ffffff !important;
    }
    .navbar-nav > li.active > a, .navbar-nav > li > a:hover {
      color: #000 !important;
    }
    .navbar-static-top {
      margin-bottom: -8px;
			margin-top:0px;
    }
}