@import url("../../styles/shared/shared.css");

.footer {
  padding: 100px 0;
  background-color: #111111;
  background-size: cover;
  background-position: center;
}

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

.social a {
  border: 1px solid;
  width: 40px;
  height: 40px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin: 0 8px;
  opacity: 0.75;
  color: var(--color-black);
  background-color: var(--color-white-front);
}

.social a:hover {
  background-color: var(--color-creamy-white);
  color: var(--color-darker-white);
}

.social img {
  width: 24px;
  padding-top: 6px;
}

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

.footer ul li a {
  text-decoration: none;
  color: var(--color-white-front);
}

.footer ul li a:hover {
  color: var(--color-creamy-white);
}

.footer ul li {
  display: inline-block;
  padding: 0 15px;
}

.copyright {
  margin-top: 25px;
  text-align: center;
  font-size: 13px;
  color: var(--color-white-front);
  opacity: 0.85;
}