/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  padding-top: 80px;
}
.footer {
  width: 100%;
  /* Set the fixed height of the footer here */
  height: auto;
}


@media only screen and (min-width: 768px) {
  body {
	/* Margin bottom by footer height */
	margin-bottom: 150px;
  }
  .footer {
	position: absolute;
	bottom: 0;
	height: 150px;
  }
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

