.footer-basic {
  padding: 30px;
  background-color: #009660;
  color: #ffffff;
  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: #ffffff;
  text-decoration: none;
  opacity: 1;
}

.footer-basic ul a:hover {
  text-decoration: underline wavy white;
}

.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #efefef;
  margin-bottom: 0;
}

