html, body {
    font-weight: normal !important;
}
.active {
    border: 1px solid #c49b63;
    padding-left: 30px;
    padding-right: 30px;
}


 .navbar-toggler {
     border: 1px solid #c49b63 !important; 
 }



header {
    background-color: rgba(0,0,0,0.4);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    background-position: fixed;
}

.bg-dark {
    background-color: rgba(0, 0, 0, 0.2)!important;
    
}

.navbar-brand img{
    margin-left: 50px;
    width: 157.7px;
    height: 50px;
}

/*
.nav-item {
    
}
*/

.fixed-top.scrolled {
    background-color: rgb(50,50,50) !important;
    transition: background-color 200ms linear;
}

@media (max-width: 991px) {
    .navbar-yellow {
        background-color: rgb(50,50,50) !important;
    }
    .active {
       border: 0;
       padding-left: 0;
    }
    .active a{
        color: #c49b63 !important;
    }
    .nav-item .nav-link {
        padding-left: 0px;
    }
    .navbar-brand {
        margin-left: 0px !important;
        max-width: 138px;
    }
    .navbar-brand img{
        width: 138px !important;
        height: 40px;
        position: relative;
        left: -30px;
    }
    .navbar-toggler {
        margin-right: 15px;
    }

}


@font-face {
    font-family: 'hance';
    src: url('../fonts/hence.ttf');
    font-style: normal;
    font-weight: normal;
}


#new-font {
    font-family: 'hance';
    font-weight: 100;
}





.ytp-videowall-still-image {
    display: none !important;
}