/**
 * Style sheet for home page.
 */
aside, article {
    float: left;
}

aside {
    width: 384px;
}
#bsaQuote {
    /* Color */
    color: #754E00;
    /* Content */
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}
#bsaQuote h2 {
    margin: 25px 0px 10px 0px;
}

article {
    padding: 10px;
    width: calc(100% - 410px);
}

.scouting-carousel img {
    height: 500px;
    margin: 0 auto;
}
