.nav-container {
    background: #5941a7;
    max-width: 1920px;
    margin: auto;
    position: relative;
    z-index: 20;
}

.navv {
    z-index: 42;
    width: 100%;
}

.sticky {
    position: fixed;
    top: 15px;
    animation: thedrop 1s 1;
    -moz-animation: thedrop 1s 1;
    -webkit-animation: thedrop 1s 1;
    width: 100%;
    background: #5941a7;
    opacity: 0.9;
    filter: Alpha(opacity=90);
    max-width: 1920px;
}