Can somone take a look and see why my site tagline when scrolling down the page stays above the navigation and does not go behind.
Here is the css for my tagline
#banner-tagline {
color: #FFFFFF;
font-size: 44px;
position: relative;
text-align: center;
z-index: 99999;
top: 50%;
}