body {
    background-image: url(/img/bgb.jpg);
    background-repeat: repeat-x;
    background-position: center top;
}

.section {
    background-color: rgba(247, 247, 247, 0.9);
    border-radius: 4px;
    text-shadow: 2px 4px 30px #fff;
    padding: 2em;
}
#content-spacer h3 {
    color: #6034BF;
    font-weight: 700;
}

.pb-10{
    margin-bottom: 0.8em;
}

@media screen and (max-width: 30em) {
    .timeline-series dt {
        white-space: normal;
        margin-left: 1em;
    }
    .section {
        padding: 2rem !important;
    } 
}