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

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url("custom.css");
@import url("fontawesome-all.min.css");

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

}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size:.85em;
  color:#fff;
  /* Set the fixed height of the footer here */
  background:url("../pics/bg-footer.jpg") no-repeat; background-position:center top; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; z-index:99;
  line-height: 1.6em;
}


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

/*body > .container {
  padding: 60px 15px 0;
}*/

