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

.nav li {
  display: inline;
}

.checkers {
    width: 25%}

.checkers1 {
    width: 33%}

.blog li {
  margin-left: 50px;
  margin-right: 50px;
    font-size: 14px;  
  font-family: 'Avenir Next', sans-serif;
  font-weight: regular;
}

.jumbotron {

  background-image:url('https://s3.amazonaws.com/www.lumegroup.com/images/Alpine_Clouds.jpg');
  height: 140px;

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

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

.jumbotron .container h1 {
  color: #fff;
  font-size: 48px;  
  font-family: 'Avenir', sans-serif;
  font-weight: 100;
}

.blog {
  padding-left: 50 px;
  padding-bottom: 50px;
}

.blog h1 {
  color: #hhh;
  font-size: 24px;  
  font-family: 'Avenir Next', sans-serif;
  font-weight: bold;
}

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

.blog p1 {
  color: #hhh;
  font-size: 12px;  
  font-family: 'arial', sans-serif;
  font-weight: normal;
}

.blog p2 {
  display: block;
  color: #hhh;
  font-size: 16px;  
  font-family: 'Avenir Next', sans-serif;
  font-weight: normal;
    margin-right: 50px;
}

.blog p3 {
  font-style: italic;
}

.blog q1 {
  display: block;
  padding-left: 50px;
  padding-right: 100px;
  font-family: 'Avenir Next', sans-serif;
  font-style: italic;
}

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

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

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

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

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

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

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

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


.blogchart img {
    display: block;
    max-width:67%;
    width: auto;
    height: auto;
}

.blogimgsmall img {
    display: block;
    max-width:100%;
    width: auto;
    height: auto;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: white;
    background-color: black;
    //border-style: solid;
    //border-color: black;
  //vertical-align: middle;
//  border-radius: 5px; 
//-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;
}


.gridwrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 100px;
  grid-auto-rows: minmax(100px, auto);
}

.one {
  grid-column: 1 / 1;
  grid-row: 1;
}
.two { 
  grid-column: 2 / 3;
  grid-row: 1;
}