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

.nav li {
  display: inline;
}

.jumbotron {
//  position: fixed;
//  left: 0;
//  right: 0;
//  z-index: 1;
//  display: block;
  
  background-image:url('https://s3.amazonaws.com/www.lumegroup.com/images/Alpine_Clouds.jpg');
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  //margin-left: 50px;
 // margin-right: 50px;
  
  -webkit-filter: saturate(125%) contrast(105%);
  -moz-filter: saturate(125%) contrast(105%);
  -o-filter: saturate(125%) contrast(105%);
  -ms-filter: saturate(125%) contrast(105%);
  filter: saturate(125%) contrast(105%);
  
}

#about .jumbotron {
  //position: fixed;
  z-index: -1;
  
  display: block;
  background-image: url('https://s3.amazonaws.com/www.lumegroup.com/images/Alpine_Clouds.jpg');
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  -webkit-filter: grayscale(70%) contrast(110%);
  -moz-filter: grayscale(70%) contrast(110%);
  -o-filter: grayscale(70%) contrast(110%);
  -ms-filter: grayscale(70%) contrast(110%);
  filter: grayscale(70%) contrast(110%);
}


#about .jumbotron .container h2 {
    color: #fff;
  font-size: 48px;  
  font-family: 'avenir', sans-serif;
  font-weight: 100;
  text-shadow: 2px 1px 1px #696969;
}

#about .content {
  //position: fixed;
  left: 0;
  right: 0;
  z-index: 0;
  margin-left: 20px;
  margin-right: 20px;
}

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

.jumbotron .container h1 {
  color: #fff;
  font-size: 64px;  
  font-family: 'Avenir', sans-serif;
  font-weight: 100;
  text-shadow: 2px 1px 1px #696969;
}

.content h2 {
  color: #hhh;
  font-size: 28px;  
  font-family: 'Avenir', sans-serif;
  font-weight: bold;
}

.content p1 {
  color: #hhh;
  font-size: 20px;  
  font-family: 'Avenir', sans-serif;
  font-weight: bold;
}

.content p {
  color: #hhh;
  font-size: 16px;  
  font-family: 'helvetica', sans-serif;
}

.jumbotron p {
  font-size: 32px;
  color: #fff;
  text-indent: 80px;
    font-family: 'avenir', sans-serif;
    font-weight: 100;
    text-shadow: 2px 1px 1px #696969;
}

.jumbotron p4 {
  font-size: 20px;
  color: #fff;
  text-indent: 17px;
    font-family: 'avenir', sans-serif;
}

.learn-more {
  background-color: #f7f7f7;
}

.learn-more h3 {
  font-family: 'helvetica', sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.learn-more p {
  font-family: 'helvetica', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.learn-more a {
  color: #00b0ff;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: white;
    background-color: black;
  //border-radius: 0px; 
  //-moz-border-radius: 5px; 
  //-webkit-border-radius: 5px; 
  //border: 2px solid black;
    }

.nav-pills > li {
  padding-top: 33px;
}

.navbar-nav > li > a {padding-top:5px !important; padding-bottom:5px !important;}
.navbar {min-height:32px !important}

.navbar {
    height: 100px;
    min-height: inherit;
}
.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 10px;
  padding-left: 0px;
}
.navbar-brand {
    padding:5px 0 0 0;
}

