/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 50px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0px;
  padding: 10px;
  width: 100%;
  background-color: #f5f5f5;
  color: #757575;
  font-weight: 100;
}

.footer a {
  color: #757575 !important;
  /* text-decoration: underline; */
}
.footer-dark a {
  color: rgba(255, 255, 255, 0.56) !important;
}

.footer-container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.footer-dark > .footer-container {
  max-width: 100%;
}

.footer-dark {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.56);
  max-width: 100%;
  /* bottom: 0px !important; */
}

@media (max-width: 376px) { .footer * { font-size: .6rem!important; } }
@media (min-width: 376px) { .footer  * { font-size: 0.75rem!important; } }


@media (max-width: 600px) { .footer  * { float: none !important; text-align: center; margin: 0 auto; } body { margin-bottom: 70px; } }

/*------------------------------------------------- */
