
.nav a {
  color: #5a5a5a;
  font-size: 11px;
  font-weight: bold;
  padding: 10px 10px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  z-index: 1000;
}

@media(min-width:767px) {
    .navbar-default {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-collapse {
        padding: 0;
    }
}


.nav li {
  display: inline ;
}

.jumbotron {
  background-image:url('images/highline800.jpg');
  height: 750px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}

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

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

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

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

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

p{  font-family: 'Lato', sans-serif;
}

h2 {
  font-family: 'Lato', sans-serif;
}

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

.sections {
    background-color: #efefef;
    border-bottom: 1px solid #dbdbdb;
}

.sections h2 {
    color: #393c3d;
    font-size: 24px;
}

.sections p {
    font-size: 15px;
    margin-bottom: 13px;
}