/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 90px;
  color: #FFFFFF;
  background-color: #2A2730;
  text-align: center;
  box-shadow: none;
}

.a-footer, 
.a-footer:link,
.a-footer:visited, 
.a-footer:active, 
.a-footer:hover {
    color: #ffffff;
    text-decoration: none;
}

/* Margin bottom by footer height */
body {
  margin-bottom: 140px;
}
@media (min-width: 768px) {
  body {
    margin-bottom: 80px;
  }
  .footer {
      height: 80px;
  }
}
@media (min-width: 992px) {
  body {
    margin-bottom: 80px;
  }
  .footer {
      height: 80px;
  }
}
@media (min-width: 1200px) {
  body {
    margin-bottom: 80px;
  }
  .footer {
      height: 80px;
  }
}