body {
  font-family: 'Arial', 'Lora', 'Times New Roman', serif;
}

.intro-header.big-img > a,
.intro-header.big-img > a:hover {
  text-decoration: none;
  color: inherit;
}

.navbar-custom .nav-item.navlinks-container .navlinks-children a {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  white-space: nowrap;
}

.navbar-custom .navlinks-children {
  width: max-content;
  min-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'chela_oneregular', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

table tr:nth-child(2n) {
  background-color: transparent;
}

@media (prefers-color-scheme: dark) {
  table tr {
    background-color: black;
  }
  table tr:nth-child(2n) {
    background-color: transparent;
  }
}
