.profile-image {
  margin-top : -130px;
}

.nav-margin {
  margin-top : -75px;
  margin-bottom : 35px;
}

.width-30 {
  width : 30px;
}

.mrb-5px {
  margin-left : 5px;
  margin-bottom : 5px;
}

@media only screen and (max-width: 998px) {
  .navbar-expand-lg {
    display : none;
  }
}

@media only screen and (max-width: 576px) {
  .profile-image {
    width : 100px !important;
  }
}

#user-feed i:hover {
  cursor : pointer;
}

@media only screen and (max-width: 1200px) {
  #user-feed .navbar-nav .nav-item {
    padding : 0 1rem !important;
  }
}