body {
  margin-top: 80px;
}

.sm-container {
  max-width: 978px !important;
}

.carousel-caption {
  color: orange;
}
.carousel-indicators li {
  background-color: #11a2ea;
}
.carousel-indicators .active {
  background-color: #e54848;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 128px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 64px; /* Set the fixed height of the footer here */
  background-color: #f5f5f5;
}
.container .text-muted {
  margin: 20px 0;
}
.footer > .container {
  padding: 0 16px;
}