:root {
  --site-font-sans: "Rawline", Verdana, Geneva, Tahoma, sans-serif;
}

body {
  font-family: var(--site-font-sans);
}

.pnab-logo {
  max-height: 160px;
  width: auto;
}

@media (min-width: 768px) {
  .pnab-logo {
    max-height: 150px;
  }
}

.btn-center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer-logo {
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

.footer-logo--1 {
  width: 200px;
  max-width: 100%;
}

.footer-logo--2 {
  max-height: 170px;
}

.footer-logo--4 {
  max-height: 95px;
}

.footer-logo--5 {
  max-height: 90px;
}

.footer-logo--6 {
  max-height: 85px;
}

@media (min-width: 1400px) {
  .footer-logo--2 {
    max-height: 150px;
  }
  .footer-logo--4 {
    max-height: 85px;
  }
  .footer-logo--5 {
    max-height: 80px;
  }
  .footer-logo--6 {
    max-height: 76px;
  }
}
