/*
 * Header
 */

.header-nav {
  background: #023628;
  background: linear-gradient(90deg, rgba(2, 54, 40, 1) 0%, rgba(6, 89, 68, 1) 50%, rgba(2, 54, 40, 1) 100%);
}

.nav-masthead svg {
  color: rgba(255, 255, 255, .75);
  border-bottom: .2rem solid transparent;
}

.nav-masthead .nav-text {
  color: rgba(255, 255, 255, .75);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-text:hover,
.nav-masthead .nav-text:focus {
  border-bottom-color: rgba(255, 255, 255, .5);
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .nav-masthead li + li {
    margin-left: 1rem;
  }
}

/*
 *  Paginazione
 */

.pagination .page-item.active .page-link {
  color: #fff;
}

.pagination .page-item .page-link {
  color: var(--bs-dark);
}

/*
 * Footer
 */

footer, footer a, main a {
  color: var(--bs-dark);
}