::selection {
    color: black;
    background-color: #F18500;
}

.navbar-text {
    color: #fff;
    transition: 0.3s ease-in-out;
}

.navbar-text ul, li, a:hover {
    color: #f18500!important;
}