h4 a {
  /* text-decoration: none; */
  color: white;
}

* {
  font-family: "Montserrat", sans-serif;
}

.webmadewell {
    background-color: white;
  }
  body {
    margin: 0;
    padding: 0;
  }
  .sample-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-image: url("/static/images/servizi-sociali-home.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
  }
  .sample-header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: 0.3;
    mix-blend-mode: luminosity;
  }
  .sample-header-section {
    position: relative;
    padding: 15% 0 10%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
  }
  h1 {
    font-weight: 500;
  }
  h3 {
    font-weight: 400;
  }
  h4 {
    font-size: small;
    font-weight: 400;
  }
  .sample-section-wrap {
    position: relative;
    background-color: white;
  }
  .sample-section {
    position: relative;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    margin-top: 25em
  }

/* .footer {
  width: 100%;
  height: 80px;
  background-color: #cecece;
} */

.footer {
  position: static;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #cecece;
  margin-top: 105px;
  margin-bottom: -5px;
  display: inline-block;
}

.footer-item1 {
  font-size: medium;
  display: inline;
  position: absolute;
  color: black;
  font-family: "Montserrat", sans-serif;
  left: 18%;
  top: 93.5%;
}

.footer-item2 {
  margin: 0;
  font-size: medium;
  display: inline;
  position: absolute;
  color: black;
  font-family: "Montserrat", sans-serif;
  left: 18%;
  top: 97%;
}

.footer-item3 {
  margin: 0;
  font-size: medium;
  display: inline;
  position: absolute;
  color: black;
  font-family: "Montserrat", sans-serif;
  left: 65%;
  top: 93.5%;
}

.footer-item4 {
  margin: 0;
  font-size: medium;
  display: inline;
  position: absolute;
  color: black;
  font-family: "Montserrat", sans-serif;
  left: 65%;
  top: 97%;
}

a .pdf {
  /* width: 100px; */
  color: #0000EE;
  position: absolute;
  display: inline;
}

.ul-pdf > li {
  list-style-type: none;
  margin: 13px;
}

body::-webkit-scrollbar {
  width: 9px;               /* width of the entire scrollbar */
}

/* body::-webkit-scrollbar-track {
} */

body::-webkit-scrollbar-thumb {
  background-color: gray;    /* color of the scroll thumb */
  border-radius: 10px;       /* roundness of the scroll thumb */
}

@media (max-width: 670px) {
  * {
    font-size: x-large;
  }
  .footer-item1,
  .footer-item2,
  .footer-item3,
  .footer-item4 {
    font-size: x-large;
  }
  .footer-item1 {
    left: 18%;
    top: 95%;
  }
  .footer-item2 {
    left: 18%;
    top: 97.6%;
  }
  .footer-item3 {
    left: 55%;
    top: 95%;
  }
  .footer-item4 {
    left: 55%;
    top: 97.6%;
  }
  .sample-section-wrap {
    position: relative;
    align-items: center;
    background-color: white;
    width: min-content;
  }
  .sample-section {
    position: relative;
    width: max-content;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 788px;
    padding: 40px;
    margin-top: 15em;
  }
}
