﻿li:hover {
    background-color: rgba(0, 0, 0, 0.00) !important;
}

.dropdown-item:focus, .dropdown-item:hover{
    background:none !important;
}

#myDIV a:hover {
    color: #eaba4a !important;
}
#myDIV a:hover, a:focus {
    text-decoration: none !important;
}
#myDIV .dropdown-toggle::after {
    display:none;
}
.divCourtin {
    z-index: 1;
    position: absolute;
    top: 88px;
    left: 0px;
}
@media only screen and (max-width: 600px) {
    .divOverlay {
        z-index: 2;
        left: 0px;
        background-position: 100px 200px;
        display: none;
        width: 225px;
        height: 492px;
        background-color: black;
    }
}
@media only screen and (min-width: 600px) {
    .divOverlay {
        z-index: 2;
        left: 0px;
        background-position: 100px 200px;
        display: none;
        width: 225px;
        height: 500px;
        background-color: black;
    }
}
