section.gray, header {
    background-color: #ad9b9b;
    background-image: url("/images/collection/daum/bg.jpg");
    background-position: center -5rem;
    color: #FFFFFF;
}
header {
    background-position: center top;
}
.timeline {
    background-color: #483e10;
}
.timeline ul li {
    border-color: #ad9b9b;
}
.timeline ul li:after {
    background-color: #ad9b9b !important;
}
section.gray .text h1 {
    text-shadow: none;
    font-size: 4rem;
    line-height: 4.5rem;
}
section.gray .text {
    max-width: none;
}
p, .description h3 {
    color: #483e10;
}
.description {
    background-color: #ad9b9b;
}
footer {
    background-color: #ad9b9b;
}
section.gray p, section.gray a {
    color: #FFFFFF;
}
@media all and ( max-width: 680px ) {
    section.gray .text h1 {
        font-size: 4rem;
        line-height: 4.4rem;
    }
}
