html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.nav a {
  color: #5a5a5a;
  font-size: 15px;
  font-weight: bold;
  padding: 11px 10px;
  text-transform: lowercase;
}

.nav li {
  display: inline;
}

.nav {
  margin-top: 10px;
}

.jumbotron {
  background-image:url('images/banner.JPG');
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotron .container {
  position: relative;
  top:20px;
}

.jumbotron h1 {
  color: #fff;
  font-size: 60px;  
  font-family: sans-serif;
  font-weight: bold;
}

.jumbotron p {
  font-size: 20px;
  color: #fff;
}

.supporting h1 {
  font-weight: bold;
}

.footer {
  
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #EDE4E4;
}

.footer .container {
  padding-top: 10px;
}

.footer h4 {
  font-family: sans-serif;
  font-size: 15px;
  text-transform: lowercase;
  font-weight: bold;
}
