  /* GLOBAL STYLES
-------------------------------------------------- */

  body {
    color: #5a5a5a;
  }
  
  .navbar-dark{
    background-color: #222D5F;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .nav-item{
    text-align: right;
  }

  .bg-blue{
    background-color: #222D5F !important;
    color: #fff;
  }

  .bg-green{
    background-color: #9ABF3D !important;
  }

  .text-green{
    color: #9ABF3D !important;
  }

  .navbar-brand{
    position: absolute;
    top: 10px;
  }

  #services{
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
  }

  @media (min-width: 979px){
      #services{
        font-size: 22px;
      }
  }

  #featured{
    background-image: url("../img/featured.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
  }

  #testimonials{
    background-image: url("../img/chainsaw.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    height: 430px;
  }

  h1{
    color: #222D5F;
    font-size: 2.0rem;
    text-transform: uppercase;
  }

  .bg-carousel{
    background-color:rgba(0, 0, 0, 0.5);
  }

  footer{
    background-image: url("../img/footer.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
  }


  footer a{
    text-decoration: none;
  }

  footer li a:hover{
    color: #9ABF3D !important;
  }


  .btn-primary {
    color: #fff;
    background-color: #222D5F;
    border-color: #222D5F;
  }

  .img-thumbnail{
    cursor: pointer;
  }
