
body {
    overflow-x: hidden;
}

.bg-dark{
    background-color: transparent!important;
    height: 80px !Important;
    transition: .5s;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link{
    color: black;
}
.navbar-dark .navbar-nav .nav-link {
    color: #e94e1b;
}

.navbar-dark .navbar-nav .nav-link {
    color: #e94e1b;
    font-family: 'dosis', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0px 12px;
}


.menuu{
    background-color: white !Important;
    box-shadow: 0px 1px 7px black;
    
}
.header {
    text-align: center;
    top: 0;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-image: url('img/drums-musical-instrument-music-sound-60636.png');
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: black;
}




