/* moving TEXT */

/* moving TEXT */

.attribution {
    font-size: 11px;
    text-align: center;
}
.attribution a {
    color: #ffffff;
}

.dropbtn {
    background-color: #4caf50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropbtn-v {
    background: linear-gradient(to right, #AFEEEE, #6FCBEC);
    border-radius: 50px;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

/* Previous CSS End */

/* New added CSS Start */
.btn-login {
    color: grey;
    font-weight: bold;
    font-size: 15px;
}
.btn-login:hover {
    color: black;
}
.btn-login-1 {
    color: grey;
    font-weight: bold;
    font-size: 15px;
}
#btn_logout:hover {
    cursor: pointer;
}
#dvTopNav section {
    padding: 2px 10rem;
    background-color: #fcd373;
}

#dvTopNav_marque section {
    padding: 2px 10rem;
    background-color: white;
}

.menu-weight-bold {
    font-weight: bold;
}