footer{
   background-color: var(--a-bkgn-footer);
   position: relative;
   color:var(--a-text-footer);
   font-size: 14px;
   overflow: hidden;
}
footer h1,
footer h2,
footer h3{
    color: inherit;
}
   
    footer img{
        /* filter: brightness(14.5);   */
      width: 100%;
      max-width: 250px!important;
    }
 

footer a{
  text-decoration: none;
   color:var(--a-link-footer);
}

footer a:hover{
   text-decoration: none;
    color:var(--a-link-footer-hover);
 }

footer h1{
   font-size: 16px;
 }

 footer li{
    list-style: none;
 }

 
footer label{
        width: 100%;
    max-width: 300px;
 }
footer input,
footer textarea{
    background-color: #000;
    border:0;
    padding: 10px;
    border-bottom: 2px solid white;
        width: 100%;
    max-width: 300px;
}

footer input,
footer textarea {
    text-align: center;
    color: white;
}

footer input::placeholder,
footer textarea::placeholder {
    color: white;
    text-align: center;
}

footer input[type="submit"]{

    border: 0;
    color:#333;
    text-align: center;
    background-color:rgb(113, 113, 113); ;
}