footer {
  padding: 100px 0px;
  color: #f0f9ff;
  background-color: #070501;
  z-index: 1;
  text-align: center;
}

footer .credit-cards {
  width: 100%;
  margin-bottom: 30px;
}

footer .credit-cards img {
  margin: 0px 10px;
  font-size: 60px;
}

footer .credit-cards .paypal, footer .credit-cards .visa {
  filter: brightness(150%);
}

footer h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

footer ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

footer ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

footer ul a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

@media (max-width: 767px) {
  footer .item:not(.social) {
    padding-bottom: 20px;
  }
}
footer .item.text {
  margin-bottom: 36px;
  padding: 10px;
}

@media (max-width: 767px) {
  footer .item.text {
    margin-bottom: 0;
  }
}
footer .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  footer .item.social {
    margin-top: 20px;
  }
}
footer .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

footer .item.social > a:hover {
  opacity: 0.75;
}

.copyright {
  color: #fff;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}

.social a img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  footer {
    padding: 50px 0px;
    color: #fff;
    z-index: 1;
  }
  footer p {
    font-size: 13px;
  }
  .copyright span a {
    color: #fff;
    text-decoration: underline;
  }
} 

/*# sourceMappingURL=footer.css.map */
