
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer-xs {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  line-height: 0px; /* Vertically center the text there */
  background: url(/images/footer_wave.jpg) no-repeat ;
  background-size: 100% auto;
}

.footer-sm {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
  line-height: 10px; /* Vertically center the text there */
  background: url(/images/footer_wave.jpg) no-repeat ;
  background-size: 100% auto;
}

.footer-md {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 105px;
  line-height: 40px; /* Vertically center the text there */
  background: url(/images/footer_wave.jpg) no-repeat ;
  background-size: 100% auto;
}
.footer-lg {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 125px;
  line-height: 60px; 
  background: url(/images/footer_wave.jpg) no-repeat ;
  background-size: 100% auto;
}
