html {
    scroll-padding-top: 8rem;
/*     scroll-behavior: smooth; */
}


@media only screen and (max-width: 920px) {
html {
    scroll-padding-top: 12rem;
    }
}

@media only screen and (max-width: 600px) {
html {
    scroll-padding-top: 16rem;
    }
}

p {
  text-align: justify;
  text-justify: auto;
  text-indent: 1rem;
  margin-top:0;
  margin-bottom:0;
}

dl {
    display: grid;
    grid-template-columns: max-content auto;
}

dt {
    grid-column-start: 1;
    text-align: justify;
    text-justify: auto;
}

dd {
    margin-left: 1rem;
    grid-column-start: 2;
    text-align: justify;
    text-justify: auto;
}

.logo {
     height: 128px;
     width: auto;
     margin: -1.8rem 0 -1.8rem 0;
}

.avviso {
    font-size:1.6vw;
}

/* bootstrap personalization */
.bg-company {
    background-color: MediumSeaGreen;
    border-color: MediumSeaGreen;
}

.txt-company {
    color: MediumSeaGreen;
}

a.nav-link {
    color: white;
}

a.current {
    color: DarkOliveGreen;
    background-color: LightGreen;
}

