.nav_bar {
    background: black;
}

.nonebtn {
    background: #7dad98;
}

.sound {
    min-width: 6%;
}

.dropdown {
    position: relative;
    display: inline-block;

}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    min-width: 127px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 0;
}

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

.local_aray {
    min-width: 127px;
    text-align: center;
    cursor: pointer;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: white;
}

.time {
    color: black;
    text-align: center;
    font-size: 30px;
}

#poped_img {
    display: none;
    position: absolute;
}

/* ECLIPSE WINDOWED STYLES */
@media (min-width: 1600px) {
    .rightStuff .btn {
        height: 50px;
        padding-top: 17px;
    }

    .rightStuff .btnName {
        height: 50px;
        padding-top: 10px;
    }

    .rsBackground {
        height: 860px;
    }

    #unifyGroup {
        height: 180px;
    }

    #figureGroup {
        padding-top: 0px;
    }
}

/* ECLIPSE FULLSCREEN STYLES */
@media (min-width: 1800px) {
    .rightStuff .btn {
        height: 60px;
        padding-top: 23px;
    }

    .rightStuff .btnName {
        height: 60px;
        padding-top: 15px;
    }

    .rsBackground {
        height: 990px;
    }

    #unifyGroup {
        height: 200px;
    }

    #figureGroup {
        padding-top: 0px;
    }

    .smallBtn {
        width: 33px;
        height: 33px;
        margin-top: -33px;
        background-size: cover;
        border-radius: 6px;
    }

    .smallBtn img {
        max-width: 33px;
        max-height: 33px;
        min-width: 33px;
        min-height: 33px;
    }

    #unifyGroup {
        margin-left: 6px;
        height: 220px;
    }

    #figureGroup {
        height: 80px;
    }

    #figureGroup .smallBtnGroup {
        padding-left: 3px;
        margin-left: 0px;
        margin-top: 40px;
    }
    
    #figureGroup .smallBtn{
        line-height: 1.6;
    }
}
