body {
/*  background: url('images/bg.jpg') rgba(0,0,0,0.3);
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; */
  background-color: rgba(255, 255, 255, 1.0);
}
.bs-dark-rgb {
  background-color: rgba(24, 22, 23, 1.0);
}
.hashtag {
  font-size: .85rem;
  padding-left: 15px;
  font-weight: normal;
}
.mobile-logo {
  display: none;
}

@media(max-width: 991px) {
  .sidebar {
    background-color: rgba(24, 22, 23, 1.0);
    backdrop-filter: blur(10px);
  }
  .sidebar-image {
    display: none;
  }
  .mobile-logo{
    display: flex;
    margin: 0;
    padding: 0;
    background-color: rgba(24, 22, 23, 1.0);
  }
  .navbar-brand {
    background-color: rgba(24, 22, 23, 1.0); 
  }
  #navbar-title-custom {
    display: none; /* Not working yet 7/13/23 */
  }
  .p-2 { 
    flex-basis: 100%;
  }
}
