body {
  padding-top: 20px;
  padding-bottom: 60px;
}

.footer img,
#twemail {
    max-width: 180px;
}

#people .row-fluid div {
    margin-bottom:2px;
}

#people .row-fluid .span4 img {
    max-width: 120px;
}

#people .row-fluid .span6 img {
    max-width: 300px;
}

#people .row-fluid .span10 img {
    max-width: 600px;
}

.email img {
    max-width: 300px;
}

/* Custom container */
.container {
  margin: 0 auto;
  max-width: 900px;
}

/* Customize the navbar links to be fill the entire space of the .navbar */

    /* Special class on .container surrounding .navbar, used for positioning it into place. */
    .navbar-wrapper {
      z-index: 10;
      margin-top: 20px;
    }

    /* 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);
    }


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

.navbar .nav {
  margin: 0;
}

.navbar .nav,
.navbar .nav > li {
  float:none;
  display:inline-block;
  *display:inline; /* ie7 fix */
  *zoom:1; /* hasLayout ie7 trigger */
  vertical-align: top;
}
.navbar-inner {
  text-align:center;
}

.container hr {
    margin: 5px 0;
}

.masthead img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    max-height: 90px;
}

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

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

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

    .carousel-control {
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      border: 0;
      z-index: 10;
    }

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

    .carousel-caption {
      position: static;
      max-width: 100%;
      margin-top: 200px;
      background: rgba(0, 0, 0, 0.5);
    }
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
    }
    .carousel-caption .btn {
      margin-top: 10px;
    }

   /* 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: 300px;
      }
      .carousel img {
        width: auto;
        height: 300px;
      }

    }


    @media (max-width: 767px) {
     
    .navbar-inner {
        margin: -20px;
      } .navbar-inner {
        margin: -20px;
      }


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

      }
      .carousel .item {
        height: 200px;
      }
      .carousel img {
        height: 200px;
      }
      .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;
      }


    }
