body {
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

.carousel-inner{
    max-height: 100%;
    margin: 0 auto;
}

#aboutCarousel .carousel-inner{
  max-height: 10em;
  margin: 0 auto;
}


#pitch{
  margin-top: 5em;
}

img{
  max-width: 100%;
  max-height: 100%;
}

#mePic{
  width: 75%;
}

#description{
  text-align: center;
  margin-top: 5em;
}
#descriptionTitle{
  text-align: center;
  text-decoration: underline;
}
