﻿@media (min-width: 1200px) {
    /*nav bar outter wrapper*/
    .navigation-bar-outer-wrapper {
        background-color: #6C6D70;
        color: white;
        margin-top: 10px;
    }

    .navbar-nav li a {
        color: white !important;
    }

    .navbar-nav li:hover {
        background: #6C6D70;
    }


    .dropdown-menu li a {
        color: black !important;
    }
}


#Deals_Link, #COVID-19_Link {
    background-color: #f52f18 !important;
    border: solid 1px #f52f18 !important;
}