﻿body {
  padding-top: 20px;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  border-top: 1px 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 nav2-justified links to be fill the entire space of the .nav2bar */

.nav-justified2 {
 
}
.nav-justified2 > li > a {
 
 
}
.nav-justified2 > .active > a,
.nav-justified2 > .active > a:hover,
.nav-justified2 > .active > a:focus {
 
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified2 > li:first-child > a {

}
.nav-justified2 > li:last-child > a {
}

@media (min-width: 768px) {
  .nav-justified2 {
    max-height: 52px;
  }
  .nav-justified2 > li > a {
  
  }
  .nav-justified2 > li:first-child > a {
    
  }
  .nav-justified2 > li:last-child > a {
    
  }
}


/* 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;
     }
}

