/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

@media (max-width: 567.98px) {
  body {
    margin-bottom: 380px !important;
  }

  .footer {
    height: 380px;
    font-size: .75em;
  }
}

@media (min-width: 568px) and (max-width: 1199.98px) {
  body {
    margin-bottom: 355px !important;
  }

  .footer {
    height: 355px;
  }
}

@media (min-width: 1200px) {
  body {
    margin-bottom: 295px !important;
  }

  .footer {
    height: 295px;
  }
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 180px;
}

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