.footer-wrapper {
  opacity: 0.8;
  background-color: #d5d1d1;
  padding: 15px 0px 15px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #af2a17;
}
.footer-wrapper a {
  color: #000000;
  text-decoration: none;
}
.footer-wrapper a:hover {
  font-weight: 600;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
body:after {
  content: '';
  display: block;
  height: 130px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 52px;
}
