﻿#hero {
    background: linear-gradient(90deg, rgba(32,31,91,0.75), rgba(32,31,91,0.75)), url("../images/blog/blog-hero-01.jpg");
    background-blend-mode: normal;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.listing {
    background-color: white !important;
}

.listing:hover {
    background-color: lightgray !important;
}
.listing:hover p, .listing:active p, .listing:focus p, a:hover p {
    color: black !important;
    font-weight: 400 !important;
}

.navigation:hover p, .navigation:active p, .navigation:focus p, .navigation a:hover p {
    color: darkorange !important;
    font-weight: 400 !important;
}





