@media (min-width: 991.98px) { 
  .li-login{
    margin-right: 7px;
  }
}

@media (max-width: 991.98px) {
  .li-login{
    margin-bottom: 7px;
    padding-top: 15px;
  }
  .li-item{
    border-bottom: 2px solid white;
  }
  #bottomHeader{
    padding-bottom: 15px;
  }
}


.li-item{
  padding: 0 3px;
}


.a-item{
  color: white !important;
}

.a-item:hover{
  color: yellow !important;
}

.dropdown-item:hover{
  color: red !important;
}

.btn-login:hover{
  background-color:green ;
}

.btn-register:hover{
  background-color:red ;
}

nav {
  position: sticky !important;

}

#row-footer{
  padding: 30px 25px;
}

.dropdown-item:active{
  background-color: white !important;
}