.nav-chi-siamo {
    padding: 4px 2em 4px 2em;
    margin: 0 1em 0 1em;
    background-color: #009FE3;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    color: white;
    text-decoration: none;
}

.nav-chi-siamo:hover {
    color: white;
}

#vista {
    background-image: url(images/vista.jpg);
    background-size: cover;
    background-position-x: 70%;
    background-position-y: 50%;
    width: 100%;
    height: 281px;
}

#page {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    max-width: 1240px;
    padding: 1em;
}

#storia {
    padding: 1em;
    flex: 1;
}

.title {
    font-size: 48px;
    font-weight: 600;
    padding-top: 1em;
}

.subtitle {
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 1em 0;
}

#immagini {
    padding: 1em;
    flex: 1;
    flex-shrink: 1;
}

#immagini IMG {
    max-width: 100%;
    min-width: 300px;
}
