/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
}
.footer {
    bottom: 0;
    width: 100%; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #E8C6A9;
    padding-top: 20px;
}


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

.container {
    width: auto;
    padding: 0 15px;
}
