#eventfield{
    border: dashed 3px black;
    width: 96%;
    height: 620px;
    margin-bottom: 10px;
}



#displaydiv{
    transition: background-color 0.5s ease;
}

#VA{
    transition: color 0.5s ease;
    font-size: x-large;
    margin-left: 1%;
}

#IE,#OR,#slash{
    transition: color 0.5s ease;
}

#bar{
    transition: color 0.5s ease;
    margin-right: 10px;
    text-align: center;
    width:129px;
}
#id01{
    z-index: 3000;
}
#eventfield{
    overflow-y:scroll;
    text-align: left;
}

.black{
    background-color: #292929;
}

.filtercheck{
    margin-left: 8px;
    width: 64px;
    height: 64px;
}

.filterMain{
    width: 64px;
    height: 64px;
}

.checkboxes {
    font-size: large;
    color: #ffffff;
    background: #a0a0a0;
    border-radius: 5px;
    margin-left: 3px;
    padding: 4px;
}

body, input, button {
    transition: background-color 0.5s, color 0.5s;

}

body{
    background-color: white;
    min-width: 418px;
}

:focus {
    outline-style: none;
    outline-width: 0px !important;
    outline-color: none !important;
}

#selectsound{
    border: 3px solid black;
    transition: color 0.5s ease;
    background-color: white;
}
#changecolors,#aboutbutton,#selectsound,#bar{
    margin-right: 10px;
    height: 40px;
    margin-top: 7px;
}
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 30%;
    background: #4CAF50;
    cursor: pointer;
}
@media (max-width: 420px) {
    .navbar-toggler,#navbarNavDropdown{
        display: none;
    }
}

@media (max-width: 992px){
    #navbarNavDropdown{
        width: 300px;
        text-align: center;
        border-radius: 40px;
        background-color: #878787;
        border: solid 4px;
    }
    #bar{
        width: 100%;
    }
    #soundslabel{
        display: none;
    }
}
#navbar{
    height: 6vh;
    min-height: 53px;
    border-bottom:2px solid;
    background-color: white;
}

#soundslabel{
    transition: color 0.5s ease;
    margin-right: 5px;
}
