/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
nav, footer {
  padding-left: 15px;
  padding-right: 15px;
}

/* Custom page footer */
footer {
  padding-top: 19px;
  color: #005577;
  font: bold italic medium "Times New Roman", serif;
  border-top: 1px solid #e5e5e5;
}

/* Jumbotron */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  background-color: #00cccc;
  padding-bottom: 0px;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.slogan {
    text-align: right;
    padding:0;
    margin:0;
    font-size: smaller;
}

.navbar-inverse {
    background-color: #000066;
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{background-color:#000099;}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
nav, footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* Space out the masthead */
nav {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
    margin-top: 18px;
  }
  
  .content {
    margin-top: 36px;
}
}

