<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.parallax {
  /* The image used */
  background-image: url("../img/footer.jpg");

  /* Set a specific height */
  min-height: 100%;
  height: 600px;
max-width: 1280px;
width: 100%;
margin-top: 50px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}
.footer-apla {
  background-color: rgb(255, 255, 255, 0.85);
  width: 90%;
  height: 90%;
  margin:auto;

}
.footer-content{
padding: 20px;
}
.footer-content h3, .footer-content h3 a  {
  color: #666666;
    font-size: 20px;
    font-weight: 700;
}
.footer-content h2 {
  color: #666666;
  font-size: 20px;
  font-weight: 700;
}
.footer-content ul {
  list-style-type: none;
  margin: 0px;
  padding-top: 10px;
}
.footer-content ul li {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-device-width: 1041px) {
  .footer-mobile .footer-content {
    padding: 0px;
    margin-top: 50px;
    margin-bottom:30px;
  }
  .footer-mobile li a, .footer-mobile .footer-content h3 {
    font-size: 16px;
  }
  .footer-mobile .second-column {
    margin-top: 20px;
  }
}</pre></body></html>