/* FOOTER */
footer {
    background-color: #17202A;
    padding: 20px;
  }
  
  .column-1 {
    width: 80%;
    margin: auto;
    text-align: center;
  }

    
  .column-1 img.footer-logo{
    max-width: 30%;
  }
  
  .column-1 ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
   padding: 0;
  }
  
  .column-1 ul li {
    display: flex;
    align-items: center;
    margin-top: 20px;
    flex-direction: column;
  }

  .column-1 ul li a{
    color: #fff;
    text-decoration: none;
  }
  
  .column-1 ul li p {
    margin-top: 20px;
    color: #f2f2f2;
  }
  
  .column-1 ul li img {
    width: 24px;
  }
  
  @media screen and (max-width: 769px) {
    footer {
      padding: 10px;
      margin-top: 20px;
    }
    
    footer img {
      width: 100%;
    }

    .column-1 {
      width: 90%;
    }
    
    .column-1 ul {
     flex-direction: column;
     margin-left: 0;
     padding: 0;
    }
  
  }
  

  .contact-button-wp {
    width: 70px;
    height: 70px;
    background-color: #62d467;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  
  .contact-button-wp a {
    text-align: center;
    width: 100%;
  }
  
  .contact-button-wp a img {
    width: 50%;
  }
  
  /*PDF*/
  
  .pdf-button {
    width: 70px;
    height: 70px;
    background-color: #083d66;
    border-radius: 50%;
    position: fixed;
    bottom: 100px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  
  .pdf-button a {
    text-align: center;
    width: 100%;
  }
  
  .pdf-button a img {
    width: 50%;
  }
  
  
  
  .copyright {
    width:75%;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    color: #f2f2f2;
    margin-top: 20px;
    padding: 10px 0;
  }

  .copyright span{
    margin: auto;
    display: flex;
    justify-content: flex-start;
    color: #fff;
  }  

  .copyright span p, 
  .copyright span a{
    margin-right: 10px;
    font-size: 13px;
  }  


@media screen and (max-width: 569px) {

  .copyright {
    width:90%;
  }

}