/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 10px; /* Margin bottom by footer height */
}

.footer {
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  padding: 5px 5px;
  /*height: 100px;  Set the fixed height of the footer here */
}

.footer_light {
  color: #ecf0f1;
}

.footer_link {
}

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

