body {
  font-family: 'Noto Sans', sans-serif;
  font-size: larger;
  background-color: #ffffff;
  color: #333;
}

.text-purple {
  color: #4B0082;
}

a.text-purple {
  font-weight: 500;
  text-decoration: none;
}

a.text-purple:hover {
  text-decoration: underline;
  color: #6A0DAD;
}

.navbar-light .nav-link:hover {
  color: #6A0DAD;
}

.event-card {
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 20px;
  width: auto;
}

.logo-img {
  max-width: 700px;
  height: auto;
}

h2 {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', 'Noto Sans', Arial, sans-serif;
}

strong {
  font-weight: bold;
  color: #6A0DAD;
}

.lead {
  font-size: 1.5vm;
  color: #333;
}

p {
  margin-bottom: 1rem;
}

a {
  color: #b85ff7
}

