html { font-size: 20px; line-height: 1.5;}
body { color: #000;  font-family: 'Bellota Text', sans-serif; font-variant-ligatures: none; }
a, a:active, a:visited {
  background-image: linear-gradient(#000080, #000080);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 3px;
  color: #000080;
  text-decoration: none;
  transition: background-size 750ms ease-in-out;
}
a:hover { background-size: 100% 3px; color: #000080; }
h1 { font-size: calc(1.7rem + 1.5vw); }
.page-header h2 {
  padding-top: 3rem;
}
.kluz-box {
  background-color: #2b296a;
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.logo-legal img { margin-top: 2rem; }
.logo-legal img { margin-bottom: 2rem; }
.legal-link a { background: none; }
.logo img { margin-bottom: 1rem; }
.logo h4 { margin-bottom: 2rem; }
/* footer { background-color: #008; color: #fff; } */
footer { background-color: #fff; color: #000; font-size: 16px; }
footer { padding-bottom: 1rem; }
footer a, footer a:active, footer a:visited {
  background-image: linear-gradient(#000080, #000080);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 3px;
  color: #000080;
  text-decoration: none;
  transition: background-size 750ms ease-in-out;
}
footer a:hover { background-size: 100% 3px; color: #000080; }
footer p { font-size: .75rem; padding-top: 1.5rem; }
address { margin-bottom: 0; }

.a-kv-fund {
  margin-top: 2rem;
}
.legal {
  font-size: 12px;
  margin-top: 1rem;
}

/* --- Media Queries --- */
/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 576px) { }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 768px) {
  h1 { line-height: 1; }
  .icon {
    padding-top: 7.5rem;
  }
  .about { border-bottom: 1px solid #004a9a; border-top: 1px solid #004a9a; border-left: none; border-right: none; margin-top: 5rem; margin-bottom: 5rem; }
  .about h5 { line-height: 1.5; }
  .leading img { max-width: 60%; height: auto; }
  .innovating img { max-width: 60%; height: auto; }
  .companies div:nth-child(-n+2) { margin-bottom: 1rem; }
  .market-list div:nth-child(odd) { padding-right: 0; }
  .market-list p { font-size: .95rem; }
  /* .footer { margin-top: 5em; padding-top: 5em; padding-bottom: 1rem; } */
  .footer-logo { margin-bottom: 5rem; }
  .footer-email { margin-bottom: 1rem; }
  .footer-address { margin-bottom: 1rem; }

  .a-kv-fund {
    margin-top: 0;
  }
  .legal {
    margin-top: 1rem;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { }

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { }

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) { }
