.section.banner-nav::before {
background-color: rgba(0,0,0,.4);

}

h1 {
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom:0;
    color: #661c22;
    border-bottom: 1px solid #661c22;
    padding-bottom: 1.25rem;
}


.section--light .editable__container a, .section--light a {
    color: #661c22;
}