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

.footer {
  position: static;
  bottom: 0;
  width: 100%;
  background-color: #363636;
}



