.copyright {
  color: #78623e;
  font-size: 14px;
  margin-top: 20px;
  font-weight: 400;
}

.footer-item {
  color: #90350d;
  display: inline-block;
  font-size: 100%;
  margin: 5px 0px;
  height: 100%;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .footer-link {
    color: #90350d;
    padding: 1px 10px;
    font-weight: 500;
    border-left: 1px solid;
    text-decoration: none;
  }
}

.footer-link {
  color: #90350d;
  font-weight: 500;
  text-decoration: none;
}

.footer-section {
  padding: 50px 20px;
  background: url("/assets/img/bg_footer_2.gif?h=a445b0ea432ddfcfc90336d0659df74e") TOP repeat-x, #D7D1B9;
  background-size: 100vw 80px;
  margin-top: 20px;
}

