#report_main {
    background: #eee;
}

#report_left {
    background: #eee;
}

#report_right {
    background: #fff;
}

#hero_img {
    background-image: url(/img/hero.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 400px;
}

.navbar {
    background-color: #000D30;
}

@media (min-width: 1280px) {
    #hero_img {
        background-position: center -200px;
    }
}
