body {
    font-family: Arial, sans-serif;
  }


.navbar {
  background-color: rgba(255, 255, 255, 0.5);
  font-family: 'Abolition Test', sans-serif;
  font-size: 1.6rem;
}

/* Adjust text color on transparent navigation */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.7);
}

/* Dark text color on hover */
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 1);
}

.navbar-brand img {
  display: block;
  max-width: 100px; /* Adjust the maximum width as needed */
  height: auto;
}

.lead{
    font-family:  Helvetica;
}


#footer {
    background: #343a40;
    color: #fff;
    padding: 20px 0;
    font-family: 'Abolition Test', sans-serif !important;
    font-size: 1.2rem;
  }