#home-banner {
    width: 635px;
    height: 157px;
    background: url(../images/Now-Available635_1box-enl1.gif) no-repeat;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    text-align: center;
    margin: auto;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 45px auto;
    padding-top: 10px;
}


#home-banner-narrow {
    display: none;
}


#home-banner > div:first-child {
    padding-top: 0.2em;
    grid-column: 1 / span 2;
}


#home-content {
    margin-top: 2em;
    margin-bottom: 4em;
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    justify-content: center;
}


#home-content > * {
    flex: 0 0 380px;
    margin-top: 0;
    max-width: 100%;
}


#home-content > :first-child {
    font-style: italic;
    margin-bottom: 3em;
    margin-left: auto;
    margin-right: auto;
}




/*
#home-content>div:first-child>div:first-child {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1em 1em;
    margin-bottom: 1.5em;
}


#home-content > div:first-child > div:first-child {
    display: inline-grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5em 0.5em;
    justify-content: center;
}
*/

#home-content > div:first-child > div:first-child {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    max-width: 400px;
}


#home-content > div:first-child > div:first-child > a {
    margin: 0 0.5em 0.5em 0;
    line-height: 0;
    border: 1px solid transparent;
    transition: all 0.2s;
}


#home-content > div:first-child > div:first-child > a:hover {
    border-color: #8d6546;
}


/*
#home-content > div:first-child > div:first-child > a {
    margin-bottom: 0.1em;
    margin-right: 0.3em;
}
*/

#home-content figure {
    margin-bottom: 4em;
}


#home-content figure img {
    max-width: 100%;
    height: auto;
}


#home-content + hr {
    margin-top: -6em;
}


#rotatequotes {
    margin-top: 20px;
    margin-bottom: 4em;
    margin-left: auto;
    margin-right: auto;
    width: 380px;
    max-width: 100%;
    text-align: center;
    font-size: .81em;    
    min-height: 11em;
}


#rotatequotes figcaption {
    margin-top: 1em;
}
