@font-face {
  font-family: 'GruntGrotesk';
  src: url('/assets/fonts/GruntGrotesk-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

.bg-hero-image {
  min-height: 800px;
  width: 100%;
}

.footer-logo {
  align-self: flex-start;
  display: block;
  margin-left: -10px;
}

.footer-logo img {
  width: 196px;
  max-width: 100%;
  height: auto;
}

.footer-copyright {
  opacity: 0.5;
}

.footer-copyright--desktop {
  display: none;
}

.footer-copyright--mobile {
  display: block;
  margin-top: 1.5rem;
}

.footer-logo-col {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .footer-copyright--desktop {
    display: block;
  }

  .footer-copyright--mobile {
    display: none;
  }

  .footer-logo-col {
    margin-bottom: 0;
  }
}
