html {
    background-color: #59C2D0;
}
body {
    background-color: transparent;
}
.body {
    background-color: transparent;
} 
.container-fluid {
    max-width:1920px !important;
}

@media (max-width: 991px) {
    h1 {
        font-size:1.2em;
        line-height:20px;
    }
}
section.section {
    background-color: transparent;
}

.home .container-fluid {
}

.home .personContainer {
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}

.home .personContainer h3 a {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: white;
    font-size: 1.05em;
    line-height: 40px;
}

.home .personContainer p {
    color: white;
    margin-bottom: 0;
}

.home .personContainer img {
}

.image-container {
    position: relative;
    display: inline-block;
}

.image-container img {
    display: block;
    width: 100%;
}

.image-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( rgba(215, 21, 10, 0.4), /* Rosso */
    rgba(209, 238, 242, 0.4), /* Azzurro chiaro */
    rgba(219, 153, 98, 0.4), /* Marroncino */
    rgba(0, 0, 0, 0.4), /* Nero */
    rgba(140, 190, 223, 0.4) /* Blu pastello */
    );
    mix-blend-mode: multiply;
    pointer-events: none;
}

.btn.active {
    background-color: #D41609 !important;
    color: white !important;
}