*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html{
  scroll-behavior: smooth;
}

body{
  min-height: 100vh;
  background-color: #0a0a0a;
  color: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

header{
  height: auto;
  padding: 40px 0 80px;
  /* display: flex;
  flex-wrap: wrap;
  height: auto;
  gap: 100px;
  justify-content: center;
  align-items: center;
  padding: 40px 0 100px; */
  /* display: grid;
  grid-template-columns: 1fr, 500px, 1fr;
  grid-template-rows: auto;
  grid-template-areas: "LogoSx Testo LogoDx"; */
}

header .loghi{
  max-width: 800px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  /* margin-bottom: 60px; */
}

header .head{
  /* grid-area: Testo; */
  text-align: center;
  height: 100%;
}

header .img{
  /*
  height: 80px;
  text-align: center;
  */
  display: flex;
  justify-content: center;
  align-items: center;
}

header img{
  /* height: 100%; */
  height: 60px;
}

/* header .imgLtc{
  grid-area: LogoSx;
}

header .imgUilt{
  grid-area: LogoDx;
} */

header .ltc{
  font-weight: bold;
  font-size: 22px;
}

header .ltcAssociazione{
  font-size: 20px;
  margin-bottom: 5px;
}

@media screen and (max-width: 350px){
  /* header{
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    grid-template-areas: "LogoSx LogoDx" "Testo Testo";
    gap: 50px;
  } */

  /* header .imgLtc{
    justify-content: left;
    margin-left: 40px;
  }

  header .imgUilt{
    justify-content: right;
    margin-right: 40px;
  } */

  header img{
    /* height: 100%; */
    height: 40px;
  }
}

/* ========== Main. ========== */

main{
  margin-bottom: 180px;
}

.intro{
  text-align: center;
  margin-bottom: 100px;
}

.intro .d1{
  font-size: 30px;
  margin-bottom: 5px;
}

.intro h1{
  font-size: 54px;
  margin-bottom: 5px;
}

.intro h1 b{
  margin-right: 20px;
}

.intro h1 span{
  font-size: 40px;
}

.intro .d2{
  font-size: 24px;
  margin-bottom: 10px;
}

.intro .d3{
  font-size: 36px;;
}

/* ========== Container. ========== */

.container{
  width: 80%;
  margin: auto;
}

.container .articolo{
  margin-bottom: 80px;
}

.container h2{
  margin-bottom: 25px;
}

.container h3{
  margin-bottom: 25px;
  width: fit-content;
}

.container h3{
  border-bottom: 1px solid #fff;
}

.container .txt:not(.txt:last-child){
  margin-bottom: 25px;
 }

 .container .txt p:not(p:last-child){
  margin-bottom: 8px;
 }

/* .container a:not(a[class="sr-only"]){
  color: #0ef;
} */

.container a{
  color: #0ef;
  text-decoration: none;
  /* font-weight: bold; */
  /* transition-duration: .5s; */
  transition-property: font-weight;
  /* transition-timing-function: ease; */
}

.container a:hover{
  font-weight: bold;
}

ul, ol{
  margin-left: 30px;
  margin-bottom: 8px;
}

ul li:not(li:last-child), ol li:not(li:last-child){
  margin-bottom: 2px;
}

.allegati{
  padding-top: 80px;
}

.allegati ul{
  list-style: none;
  margin-left: 0;
}

.allegati ul li:not(li:last-child){
  margin-bottom: 5px;
}
