.footer-basic {
  padding: 40px 0;
  background-color: #f4f4f4;
  color: #1D3557;
}

.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: inherit;
  text-decoration: none;
  opacity: 0.8;
  font-weight: 500;
}

.footer-basic ul a:hover {
  opacity: 1;
  color: #ff6347;
}

.footer-basic .social {
  text-align: center;
  padding-bottom: 25px;
}

.footer-basic .social > a {
    font-size: 24px;
    width: 48px;
    height: 48px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 3px solid #100f4b;
    margin: 0 8px;
    color: #100f4b;
}

.footer-basic .social > a:hover {
    color: #ffffff;
    background-color: #100f4b;
}

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

