/* Homepage styles: the Wallflower 3 hero and the closing citation. */

/* The hero: product name and tagline read as one unit. */
#main h1 {
    margin-bottom: 0;
}

#main h1 + h2 {
    margin-top: .5em;
}

#main img {
    max-width: 100%;
    margin-top: 1.5em;
}

/* The Tim Cook quote — no longer the yellow box, just a quiet citation that
   closes the page. */
#main .citation {
    margin: 6em 0 0 0;
    padding: 0;
    font-size: .7em;
    font-weight: normal;
    font-style: italic;
}

#main .citation footer {
    margin-top: .5em;
    font-size: .85em;
    font-style: normal;
    text-align: right;
}
