/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 30px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px; /* Set the fixed height of the footer here */
  line-height: 30px; /* Vertically center the text there */
  background-color: #e5e5e5;
}

.carousel-caption {
max-width: 100%;
width:100%;
background: rgba(50, 50, 50, 0.75);
left: 0;
bottom: 0;
color:#FFFFFF;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

/* .container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
} */