/* ============================================================
   DONAKI PARTNERS FOOTER
   ============================================================ */

.dakp-footer{
  background:var(--primary-color);
  padding:10px 5px;
  display:flex;
  margin: 20px auto;
  max-width: 1200px;
  width:100%;
}

.dakp-footer-card{
  width:100%;
}

.dakp-footer-grid{
  display:grid;
  grid-template-columns:auto 1fr;
}

.dakp-footer-logo {
  grid-row: 1 / span 2;
  background: #B8B8F1;
  padding: 7px;
  border: none;
  border-radius: 20px;
}

.dakp-footer-lang{
  grid-column:2;
  grid-row:1;
  justify-self:end;
}

.dakp-footer-link{
  text-align:center;
  font-size:13px;
  color: #fff;
}

.dakp-footer-copy{
  text-align:center;
  margin-top:15px;
  font-size:13px;
  font-style: italic;
  color: #fff;
}

.dakp-footer-logo img{
  height:50px;
}

.dakp-footer-link a{
  text-decoration:none;
  color: #fff;
}

.dakp-footer-links a:hover{
  text-decoration:underline;
}
