#nav-topbar.nav-container {
    background: #04202C;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%), 0 1px 0 rgb(255 255 255 / 15%);
    box-shadow: 0 0 5px rgb(0 0 0 / 20%), 0 1px 0 rgb(255 255 255 / 15%);
    -webkit-transition: -webkit-transform .35s ease-in-out,height .25s ease-in-out,background-color .45s ease-in-out;
    -moz-transition: -moz-transform .35s ease-in-out,height .25s ease-in-out,background-color .45s ease-in-out;
    -o-transition: -o-transform .35s ease-in-out,height .25s ease-in-out,background-color .45s ease-in-out;
    transition: transform .35s ease-in-out,height .25s ease-in-out,background-color .45s ease-in-out;
}

.sub-menu {
		background: #04202C;
}

.container 
{
		background: #04202C;
}

#header {
		background: #04202C;
}