/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 50px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 65px;
  background-color: #252b2b;
}
.invFooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-color: #f5f5f5;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 30px;
  padding-left: 30px;
}
.footer > .container h3{
  color:#fff;
}
code {
  font-size: 80%;
}
a {
  color: #8d8c8d;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #dc0024;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}