.navigationBar{
    box-shadow: 0 0 10px 0 rgba(168, 168, 168, 0.2);
    position: sticky;
    top: 74px;
    z-index: 10;
    background-color: #fff;
}

.navigationBar .navbar-element a{
    font-family: CircularStd;
    font-size: 0.9375em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a8a8a8;
    padding: 13px 60px 10px 0;
    float: left;

}

.navigationBar .navbar-element a:hover{
    color: #0d67b8 !important;
}

.navigationBar .color-blue{
    color: var(--blue) !important;
}
@media (min-width: 576px) { /* sm */ }

@media (min-width: 768px) { /* md */ }
@media (min-width: 992px) { /* lg */
    .navigationBar{
        top: 80px;
    }
}