/* Sticky footer styles
-------------------------------------------------- */

@import url("fontawesome-all.min.css");
@import url("custom.css");

@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,700');


html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  font-family: 'Fira Sans', sans-serif;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  background-color: none;
  padding:10px 30px;
  color:#fff;
  font-size: .8em;
  letter-spacing: .1em;
}


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

