/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 300px;
}
.footer {
  position: absolute;
  bottom: -250px; /* 0 */
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 670px; /*430px*/
  background-color: #46484a;
}


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