
html {
  scroll-padding-top: 98px; /* Adjust this value to match your navbar height */
}

.italics {
  font-style: italic;
}

.heading1 {
  background-color:#444444;
  color: white;
  font-size: 26px;
  padding-top: 8px;
  padding-bottom: 10px;
}

.heading2 {
  background-color:#999999;
  color: black;
  font-size: 20px;
  padding-top: 6px;
  padding-bottom: 8px;
}

.heading4 {
  font-size: 16px;
  font-weight: bold;
}

.navigation {
  background-color:#444444;
  color: white;
}

.menu {
  color: white;
}

.menu:hover {
  color: lightgray;
}

.navsmall {
  color: white !important;
  font-size: 16px;
}
