.container {
    max-width: 940px;
}

/* In the title section, float the image over the h1 */
#title {
    margin-top: 30px;
    margin-bottom: 20px;
}

#title h1  {
  display: none;
}

#title img {
  max-width: 100%;
  height: auto;
}

#slideshow {
  margin-bottom: 1rem;
}

.carousel-indicators li {
  background-color: #9dbacc;
}

.carousel-indicators .active {
  background-color: #4f9fcf;
}
