@font-face {
    font-family : "Gotham-Bold";
    src : url('../fonts/Gotham-Bold.otf');
}

.wrap-nav-app-2 {
    /* background-image: linear-gradient(to bottom, rgba(10,9,10,.04) 0%, rgba(226,226,226,0) 100%); */
    background-image: url('../images/Shadow.png');
    background-position: 100% 70%;
    background-size: 100%;
    background-repeat: no-repeat;
}

ul li {
    padding: 1.5em 4.5em;
}

li a {
    font-family: "Gotham-Bold" !important;
    color: #598e9a;
    opacity: .4;
    font-size: 1.1em;
    font-weight: 800;
}

li a:hover {
    color: #598e9a;
    opacity: 1;
}

li a.active {
    opacity: 1;
}