.page-body {
    margin-top: 0;
    margin-bottom: 0;
}

.container-100 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}

#meteo {
    font-family: Inter, sans-serif;
    color: #ffffff;
}

.header-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    opacity: .15;
    z-index: -1;
}

.card-top {
    position: relative;
    background-color: #3D6AA2;
    z-index: 1;
}

.titolo {
    font-weight: 300;
}

.sottotitolo {
    font-size: 0.7em;
    font-weight: 300;
    text-transform: uppercase;
}

.separatore {
    height: 1px;
    background-color: #ffffff;
    margin: 0.2em 0 0.5em;
}

.dati {
    margin: 1.5em 0 0 0;
}

.dato-intestazione {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 2em;
}

.dato-corpo {
    font-size: 5em;
    font-weight: 50;
}

#direzione-vento {
    display: block;
    text-align: center;
}

#grafico {
    padding: 2em 0;
}

.graph{
    font-size: 7px;
}

#card-slideshow {
    padding-top: 75%;
    position: relative;
}

#card-slideshow > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#slideshow > div > img {
    object-fit: cover;
}

.carousel-item {
    height: 100%;
}

#news > .card-header > .card-title  {
    font-size: 1.2em;
}

#eventi > li  {
    list-style-type: none;
    font-size: 1em;
}