/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

/* .container-footer */
/* #footer */
.footer .container
 {
  width: auto;
  max-width: 680px;
  padding: 0 30px;
  
    /* padding-top: 0px;
    border-top: 1px solid #e7e7e7;
    margin-bottom: 0px; */
}

.footer {
  background-color: #f5f5f5;
  /* position: fixed; */
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: auto;
  
}

.carousel-caption{
  text-shadow: 4px 3px 2px rgba(42, 36, 61, 1);
}