/* ================================================================
   CORREZIONI CSS LEBIBLIOTECHE - ALLINEATE AL MASTER BIOGRAFIA
   ================================================================ */

/* HEADER SECTION - CORRETTO COME BIOGRAFIA */

/* Logo positioning - CORRETTO COME BIOGRAFIA */


.custom-navbar-overlay-lebiblioteche ul {
  display: flex;
  list-style: none;
  margin-top: clamp(0.2rem, 0.4vw, 0.4rem);  /* CORRETTO: identico a biografia */
  padding: 0;
  gap: clamp(3rem, 4.3vw, 4.3rem);  /* CORRETTO: identico a biografia */
}

/* Line under navbar - CORRETTO COME BIOGRAFIA */

/* Title styling - CORRETTO COME BIOGRAFIA */
.lebiblioteche-main-title {
  text-align: center;
  font-size: clamp(2rem, 2.5vw, 2.5rem);  /* CORRETTO: identico a biografia */
  font-weight: 500;  /* CORRETTO: era 400, ora 500 come biografia */
  color: #333;  /* CORRETTO: era var(--text-dark), ora #333 come biografia */
  margin: clamp(30px, 3vw, 40px) 0;  /* CORRETTO: identico a biografia */
  letter-spacing: 0.5px;
}

.lebiblioteche-main-subtitle {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: clamp(16px, 1.3vw, 18px);  /* CORRETTO: identico a biografia */
  line-height: clamp(20px, 1.6vw, 22px);  /* CORRETTO: identico a biografia */
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin: 0 auto;
  font-weight: 400;  /* CORRETTO: aggiunto come biografia */
  max-width: 100%;  /* CORRETTO: era 80%, ora 100% come biografia */
  white-space: pre-line;
}

/* Banner styling - CORRETTO COME BIOGRAFIA */
.lebiblioteche-banner-section {
  position: relative;
  width: 100%;
  aspect-ratio: 1728 / 771;  /* CORRETTO: identico a biografia */
  overflow: hidden;
  margin-top: clamp(-180px, -10vw, -146px);  /* CORRETTO: identico a biografia */
}

/* ================================================================
   RESPONSIVE DESIGN - CORRETTO COME BIOGRAFIA
   ================================================================ */

    .bio-links ul li::before {
  content: "";
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 2px;
  background-color: black;
}

 .dropbtn.dropdown-active {
  color: #ffffff;
}

 .dropbtn:hover,
 .dropdown:hover .dropbtn {
  color: black
}

 .navbar .dropbtn:hover {
  color: black;
}

body .logo {
  position: absolute;
  bottom: 172%;
  left: 34%;
  /*top: -11.98em;*/
  width: 35%;
  z-index: 999;
}

 #vita > div > h4 {
  font-size: large;
}

body {
  background-color: white;
}

 .dropdown-content.biografia-dropdown a {
  color: darkred;
}

 .dropdown-content.biografia-dropdown a:hover {
  background-color: #f0e0e0;
}

body .bio-banner {
    padding-top: 10%;
    /*padding-top: 25%;*/
    margin-top: 15%;
}

/*body #body-wrapper .container {*/
    /*padding: 7rem 0 2rem;*/
    /*padding: 2rem 0 2rem;*/
/*}*/
