.hero-header {
    position: relative;
    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url("img/OILProducts.png") no-repeat center / cover;
    overflow: hidden;
}

.hero-header img {
    animation: none;
}

.logo img {
    height: 2em;
    width: auto;
    vertical-align: middle;
}

.text-primary {
    color: #e15c29 !important;
}

.btn-primary {
    background-color: #e15c29 !important;
}

 :root {
    --primary: #e15c29 !important;
}