:root{
  --brand: #0d6efd;
  --text: #1b1f24;
  --muted: #6c757d;
}

body{
  color: var(--text);
}

.skip-link{
  position:absolute;
  left:-999px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}
.skip-link:focus{
  left:1rem;
  top:1rem;
  width:auto;
  height:auto;
  padding:.5rem .75rem;
  background:#fff;
  border:2px solid var(--brand);
  border-radius:.5rem;
  z-index:1050;
}

.brand-logos img{
  max-height:72px;
  width:auto;
}

.hero{
  background: radial-gradient(1200px 600px at 10% 10%, rgba(13,110,253,.10), transparent 60%),
              radial-gradient(1200px 600px at 90% 10%, rgba(25,135,84,.08), transparent 55%);
  border-bottom:1px solid rgba(0,0,0,.08);
}

.section-title{
  letter-spacing:.02em;
}

.card img{
  object-fit: cover;
}

.footer-affiliations img{
  max-height:72px;
  width:auto;
}

#cookie-banner{
  position: fixed;
  inset: auto 1rem 1rem 1rem;
  z-index: 1090;
  display:none;
}
#cookie-banner .card{
  box-shadow: 0 1rem 2rem rgba(0,0,0,.18);
}

/* Colore originale barra di navigazione */
.navbar-site {
  background-color: #CC0033;
}
/* Colore link nella navbar */
.navbar-site .nav-link,
.navbar-site .navbar-brand {
  color: #ffffff;
}

.navbar-site .nav-link:hover,
.navbar-site .nav-link:focus {
  color: #ffe5ea;
}

/* Stato attivo */
.navbar-site .nav-link.active {
  font-weight: 500;
  /* text-decoration: underline;*/
}