/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 120px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 120px;
  background-color: #0052b4;
  color: #ffffff;
}


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

/*body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}*/

.text-footer {
  padding-top: 0px;
  padding-bottom: 5px;
  color: #000000;
  text-align: center;
}
.text-footer-links {
  padding-left: 0;
  margin-top: 0;
  color: #ffffff;

}
.text-footer-links li {
  display: inline;
  padding: 0;
  color: #000000;

}
/* .text-footer-links li:first-child {
  padding-left: 0;
} */

@media (min-width: 768px) {
  .text-footer p {
    margin-bottom: 0;
  }
}