/* OVERRIDE */
.dh-header-wrapper {
    background-image: url('https://storage.googleapis.com/static.drivetrainhub.com/img/FallFlatironsVista.jpg');
    background-color: rgba(255,255,255,.1);
    z-index: -1;
}
.dh-header {
    height: 150px;
}

/* ABOUT */
#about {
    padding: var(--content-padding-desktop);
    background-color: var(--color-light-gray);
}
#about h2 {
    text-align: center;
}
#about ul {
    list-style: none;
    padding: 0 .5em;
}
#about ul li {
    padding: .2em 0;
}

@media only screen and (min-width: 961px) {
    #about {
        padding: 2em 20vw 4em;
    }
    #about h2 {
        text-align: left;
    }
    #about ul {
        padding: 0 1.5em;
    }
}
