.header-row {
    background-color: #bf2734;
    height: 35px;
}

.hero {
    position: relative;
    background-color: #fff;
    height: 200px;
    background-image: url(../img/paper-shredding-webp.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

h1.content-header {
    color: #bf2734;
    font-size: 1.5em;
    font-weight: bold;
}

.footer {
    width: 100%;
    background-color: #bf2734;
    height: 35px;
    padding: 0;
}

.logo {
    color: #bf2734;
}

@media only screen and (max-width: 768px){

    .logo {
        width: 100%;
        font-size: 1.2em !important;
    }

}

