section.orange, header {
    background-color: #2f6765;
    background-image: url("/images/collection/brocard/bg.jpg");
    background-position: center -5rem;
}
header {
    background-position: center top;
}
section.orange .text h1 {
    text-shadow: none;
    font-size: 4rem;
    line-height: 4.5rem;
}
section.orange .text {
    max-width: none;
}
p {
    color: #FFFFFF;
}
.description {
    background-color: #2f6765;
}
section.darkorange, footer {
    background-color: #2f6765;
}
section.green {
    background-color: #808080;
    color: #FFFFFF;
}
section.green p, section.green a {
    color: #FFFFFF;
}
@media all and ( max-width: 680px ) {
    section.orange .text h1 {
        font-size: 4rem;
        line-height: 4.4rem;
    }
}
