/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 140px;
}
@media only screen and (max-width: 500px) {
  body {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 400px) {
  body {
    margin-bottom: 200px;
  }
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 50px;
    /* Set the fixed height of the footer here */
    /* Orginal height was 140px */
    /* min-height: 70px;*/
}
@media only screen and (max-width: 1800px) {
    .footer {
        min-height: 65px !important;
        line-height: 1.4;
    }
}



/* Sticky footer styles
-------------------------------------------------- */
