.hero {
    background-image: url(images/agir.jpg);
    padding-top: 15%;
    height: 80%;
    background-position: center top;
}

    .hero h1 {
        color: #b3006e;
        font-size: 8em;
    }

.Band:nth-child(odd) {
    background-color: white;
}


p.Note {
    font-size: .8em;
}
