
/***********scrollbar************/



/* width */
::-webkit-scrollbar {
  width: 26px;
	background: #0d0d0d;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px black;
  border-radius: 15px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
	height: 10em !important;
  background:  #333333;
  border-radius: 10px !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #4d4d4d;
}


.nav-link{
    color: white !important;
}
.navbar-nav li{
    margin: 10px;
}
.navbar-toggler:focus{
    outline: none;
    border: none;
    display: block;   
}
.wreqwr{
    background-color: rgba(0,0,0,1);
}
#foot{
    background-color: rgba(0,0,0,1);
    color: white;
}
#fimg{
    max-width: 100%;
    height: auto;
}
.link{
    text-decoration: none;
    color: white;
    font-size: 25px;
    transition: 0.2s linear;
}
.link:hover{
    color: #ccc;
    font-size: 27px;
}
.social i{
    font-size: 30px;
    margin : 15px;
}
.navbar-toggler-icon{
    color: white;
    
}
.speclogo{
    width: 50%;
    height: 50%;
}
.navbar-nav li a:hover{
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    transition: 0.2s ease;
}
