.footer-basic {
  padding: 20px 0;
  background-color: #fff6df;
  color: #4b4c4d;
  margin-top: 50px;
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-basic li {
  padding: 0 10px;
}

.footer-basic ul a {
  color: rgb(234,168,0);
  text-decoration: none;
  opacity: 0.8;
  font-size: 20px;
}

.footer-basic ul a:hover {
  opacity: 1;
  color: rgba(234,168,0,0.8);
}

.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: rgba(44,44,44,0.8);
  margin-bottom: 0;
}

