html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: transparent;
  font-family: 'Open Sans Regular';
  font-size: 10px;
}
.footer a {
  font-family: 'Open Sans Bold';
  font-weight: normal;
  color: #3f2e2e;
}

.container .text-muted {
  margin: 0 0 15px;
  color: #3f2e2e;
}
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
