a {
  display: block;
  padding: 4px;
  text-decoration: none;
}

.btn {
  background-color: #F4c430;
  height: fit-content;
}

h4 {
  color: black;
}

h2 {
  padding-top: 100px;
}

.intro {
  text-decoration: underline;
  margin-left: 40px;
  margin-right: 40px;
}

p {
  color: black;
  margin-left: 40px;
  margin-right: 40px;
}

.text {
  font-weight: bold;
  font-style: italic;
}

.khalsa-color {
  background-color: #F4c430 !important;
}

.nav-item a:hover {
  background-color: #f5dc90;
}

.flyerImage {
  max-width: 80vw;
  height: auto;
}