Hi,
Maybe you want the transparent menu as in the reference site you showed. For this replace the CSS which I have given you before with the below CSS.
@media screen and (min-width: 768px) {
div#header {
position: absolute;
background-color: rgba(28, 50, 72, 0.7);
}
}
Thanks.