#hero {
    background: url('../img/hero-keyboard.png') no-repeat center center;
    background-size: cover;
    color: rgba(17, 17, 17, 0.852); 
    min-height: 60vh; /*regolazione Hero*/
}

#partners{
    color: white;
}

.bg-blue{
    background-color: #0097b2;
}
.bg-blueDark{
    background-color: #00778d;
}

.txtWhite{
    color: white;
}

.d-flex.align-items-center {
    min-height: inherit;
}

.txtHero{
    font-size: larger;
}

.navbar-nav a:hover{
    color: white !important;
}