    /* GLOBAL STYLES
    -------------------------------------------------- */
    /* Padding below the footer and lighter body text */

    body {
      padding-bottom2: 40px;
      color: #5a5a5a;
      margin-bottom: 0px;
    }



    /* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */
.brand {
background: #FD8227; 
height: 30px;
padding: 0px;
}

.navbar .navbar-inner, .navbar-inverse {
  background-color: rgba(30,88,154,0.8);
      background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(30,88,154,0.8) 1%, rgba(41,137,216,0.9) 50%, rgba(30,87,153,1) 99%, rgba(30,87,153,0) 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0)), color-stop(1%,rgba(30,88,154,0.8)), color-stop(50%,rgba(41,137,216,0.9)), color-stop(99%,rgba(30,87,153,1)), color-stop(100%,rgba(30,87,153,0))); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(30,88,154,0.8) 1%,rgba(41,137,216,0.9) 50%,rgba(30,87,153,1) 99%,rgba(30,87,153,0) 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(30,88,154,0.8) 1%,rgba(41,137,216,0.9) 50%,rgba(30,87,153,1) 99%,rgba(30,87,153,0) 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(30,88,154,0.8) 1%,rgba(41,137,216,0.9) 50%,rgba(30,87,153,1) 99%,rgba(30,87,153,0) 100%); /* IE10+ */
      background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(30,88,154,0.8) 1%,rgba(41,137,216,0.9) 50%,rgba(30,87,153,1) 99%,rgba(30,87,153,0) 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#001e5799',GradientType=0 ); /* IE6-9 */
  background: rgba(30,88,154,0.8);

      }
      

    /* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10;
      margin-top: 20px;
      margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
    }
    .navbar-wrapper .navbar {

    }

    /* Remove border and change up box shadow for more contrast */
    .navbar .navbar-inner {
      border: 0;
      -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
         -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
              box-shadow: 0 2px 10px rgba(0,0,0,.25);
    }

    /* Downsize the brand/project name a bit */
    .navbar .brand {
      color:#fff;
      /*padding: 3px 20px 3px; /* Increase vertical padding to match navbar links */
      font-size: 16px;
      font-weight: bold;
      /* text-shadow: 0 -1px 0 rgba(0,0,0,.5);*/
      text-shadow: none;
    }

    /* Navbar links: increase padding for taller navbar */
    .navbar .nav > li > a {
      padding: 15px 20px;
    }

    /* Offset the responsive button for proper vertical alignment */
    .navbar .btn-navbar {
      margin-top: 10px;
    }

.navbar .nav > li > a {
   color:#fff;
   text-shadow: none;
}

    /* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

    /* Carousel base class */
    .carousel {
      margin-bottom: 15px;
    }

    .carousel .container {
      position: relative;
      z-index: 9;
    }

    .carousel-control {
      height: 80px;
      margin-top: 0;
      font-size: 100px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
      z-index: 10;
    }

    .carousel .item {
      height: 275px;
    }
    .carousel img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      height: 265px;
    }

    .carousel-caption {
      background-color: transparent;
      position: static;
      max-width: 600px;
      padding: 0 20px;
      margin-top: 60px;
    }
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }
    
    .carousel-caption h1 {font-size:36px}
    .carousel-caption .lead {font-size:20px}
    .carousel-caption .btn {
      margin-top: 10px;
    }



    /* MARKETING CONTENT
    -------------------------------------------------- */

    /* Center align the text within the three columns below the carousel */
    .marketing .span4 {
      text-align: center;
    }
    .marketing h2 {
      color:#FF670F;
      font-weight: normal;
    }
    .marketing .span4 p {
      margin-left: 10px;
      margin-right: 10px;
      height:125px;
    }
    .marketing h1 {text-transform:uppercase;}

    /* Featurettes
    ------------------------- */

    .featurette-divider {
      margin: 80px 0; /* Space out the Bootstrap <hr> more */
    }
    .featurette {
      padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
      overflow: hidden; /* Vertically center images part 2: clear their floats. */
    }
    .featurette-image {
      margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
    }

    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
    .featurette-image.pull-left {
      margin-right: 40px;
    }
    .featurette-image.pull-right {
      margin-left: 40px;
    }

    /* Thin out the marketing headings */
    .featurette-heading {
      font-size: 50px;
      font-weight: 300;
      line-height: 1;
      letter-spacing: -1px;
    }

div.homeServices p { text-align:justify; text-justify:inter-word; }

div.span6.secondary h4 { color:#FF670F; margin:20px 0 0 0;}

div#footer2 {background-color:#000; position: fixed; bottom:5px; padding:5px;  width:100%; height:20px; }
div#footer {text-align:center; margin-top:10px; width:100%; height:30px; }

div.container.marketing h1 { margin-top:0px;}
div.container { min-height: 250px;}

.span6 .secondary{
      height: 600px;
    }
    
    div#branding {position: fixed; bottom:40px; display:block; height:114px; width:100%; background: #fff url('/img/logo.jpg') no-repeat center bottom; }
    div#branding2 {height:114px; width:100%; background: #fff url('/img/logo.jpg') no-repeat center bottom; }
    
    /* RESPONSIVE CSS
    -------------------------------------------------- */

    @media (max-width: 979px) {

      .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
      }
      .navbar-inner {
        border-radius: 0;
        margin: -20px 0;
      }

      .carousel .item {
        height: 400px;
      }
      .carousel img {
        width: auto;
        height: 400px;
      }

      .featurette {
        height: auto;
        padding: 0;
      }
      .featurette-image.pull-left,
      .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 40%;
        margin: 0 auto 20px;
      }

    @media (max-width: 767px) {

      .navbar-inner {
        margin: -20px;
      }

      .carousel {
        margin-left: -20px;
        margin-right: -20px;
      }
      .carousel .container {

      }
      .carousel .item {
        height: 300px;
      }
      .carousel img {
        height: 300px;
      }
      .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-top: 100px;
      }
      .carousel-caption h1 {
        font-size: 30px;
      }
      .carousel-caption .lead,
      .carousel-caption .btn {
        font-size: 18px;
      }

      .marketing .span4 + .span4 {
        margin-top: 40px;
      }

      .featurette-heading {
        font-size: 30px;
      }
      .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
      }