/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 50px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  /* Set the fixed height of the footer here */
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  /*color: rgba(128, 0, 0, 0.9);*/
  border-radius: 3px;
  text-shadow: 2px 2px 2px black;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
.container .text-muted {
  font-size: 100%;
  margin: 15px 0;
}
