
body {
  padding-top: 3rem;
  color: #5a5a5a;
  font-family: 'Lato', sans-serif;
}

#who {
  background-color: #00489e;
}

.bg-alpha {
  background-color: rgba(0, 0, 0, .5);

}

.text-logo {
  color: #1f65b1;
}

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

.carousel-caption {
  bottom: 10rem;
  z-index: 10;
}

.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

.address li {
    list-style: none;
    text-align: left;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
