#nav {
    height: auto;
    margin: auto;
    width: 100%;
}

#shop, #shop:visited, #contact, #contact:visited, #question, #question:visited, #slash, #slash:visited {
    color: rgba(255, 255, 255, .5);
}

#shop:hover, #contact:hover, #question:hover, #slash:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.767);
}

#shop:active, #contact:active, #question:active, #slash:active {
    color: white;
}

.dropdown-menu.show {
    background-color: #6d6d6b;
}

a.dropdown-item {
    color: rgba(255, 255, 255, .5);
}

a.dropdown-item:hover {
    color: rgba(255, 255, 255, 0.767);
    background-color: #af1415;
}

a.dropdown-item:active {
    color: white;
    background-color: #af1415;
}

li.nav-item {
    margin: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.767)!important;
}

#backLogo {
    width: 100%;
    height: 129px;
} 
