body {
  margin: 0;
  padding-top: 80px;
  font-family: Arial, Helvetica, sans-serif;
}
.no-underline {
  text-decoration: none;
}a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

.db-nav {
  position: fixed;
  top: 0;
  width: 100%;
  background: #381b09;
  z-index: 9999;
}

.db-nav-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
}

.db-logo a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}

.db-menu a {
  color: white;
  text-decoration: none;
  margin-left: 28px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.5px;
  transition: opacity 0.2s ease;
}

.db-menu a:hover {
  opacity: 0.6;
}
.db-menu a.active {
  opacity: 0.5;
  border-bottom: none;
  padding-bottom: 4px;
}

.db-nav-container {
  display: flex;
  justify-content: space-between; /* logo left, links right */
  align-items: center;            /* vertically center them */
}

.db-menu a {
  margin-left: 20px; /* spacing between links */
}
.db-nav {
  background-color: #381b09;
}
.db-nav {
  padding: 15px 0;
}
.db-nav a {
  color: white;
  text-decoration: none;
}



