@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Slab&display=swap');


.lettera{
font-family: 'Roboto Slab', serif;
    color: white;
    text-shadow: 1px 1px 2px rgba(128, 0, 0, 1);
    font-weight: 800;
    letter-spacing: 0.01em;
}
.carousel-caption {
    bottom: 50%;
    transform: translateY(50%);
}
.carousel-item{
    height: 100vh;
}
.blur-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px); /* Effetto di blur */
    -webkit-backdrop-filter: blur(5px);

    background-color: rgba(0, 0, 0, 0.4); /* Colore sovrapposto con trasparenza */
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.5);
}
.header img {
    max-height: 75px;
}
