

/*
*
* FOOTER
*
* * * * * * * * * * * */

footer {
  background-color: #fff;
  min-height: 100px;
  padding: 2rem 0 1rem 0;
 
}

footer a, footer p {
   font-family: font-family: "din-2014", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 21px;
  color:rgba(86, 25, 136, 1);
}


footer .container {
     max-width: 1000px;
}


.footer-content {
  vertical-align: middle;
}


#tatr {
  width: 100%!important;
  margin: 1rem auto 0 auto !important;
}



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

  footer img {
    max-width: 400px;
    height: auto;
    display: block;
    margin: 1rem auto 0 auto !important;
  }

  footer img#tatr {
   
    max-width: 100%;
  }

}


