footer{
  margin-top: 30px;
  margin: 10px 30px;
}

.footer-container div{
  padding-left: 80px;
  border-radius: 25px;
}

.footer-div{
  padding-top: 5rem;
  min-height: 400px;
}

.footer-div h3{
  font-family: "Syne", sans-serif;
  line-height: 1;
}

footer li{
  transition: all .7s ease;
  color: inherit;
  font-size: 1.1em;
}

footer a{
  color:inherit !important;
}

footer li:hover{
  font-weight: bold;
}