.bg-nav {
    background-color:#023B3C;
}

.header {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.header-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    background-position: right center;
}

.footer a {
    color:#8A9198
}