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 nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
background: #fff;
  border: 1px solid #c0deed;
  border-radius: 5px;
      font-family: font-family: 'Palatino Linotype', serif;
font-style: italic;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0c81f7+0,001756+84 */
/* IE6-9 fallback on horizontal gradient */

}
.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
    font-family: font-family: 'Palatino Linotype', serif;
font-style: italic;
  font-weight: bold;
  color: #3a231f;
  text-align: center;
  border-bottom: 1px solid #c0deed;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#067a76+0,001907+84 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c0deed+0,0084b4+85 */
background: #c0deed; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #c0deed 0%, #0084b4 85%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#c0deed), color-stop(85%,#0084b4)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #c0deed 0%,#0084b4 85%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #c0deed 0%,#0084b4 85%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #c0deed 0%,#0084b4 85%); /* IE10+ */
background: radial-gradient(ellipse at center,  #c0deed 0%,#0084b4 85%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0deed', endColorstr='#0084b4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 /* IE6-9 fallback on horizontal gradient */
 
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
/* IE6-9 fallback on horizontal gradient */
background-color: #000;
  -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 a:hover{
    background: #000;
    color: #fff;
}

.nav-justified li a:focus{
    background-color: #ffffff;
    color: #3a231f;
}

.nav-justified li a:active{
    background-color: #ffffff;
    color: #3a231f;
}

.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

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