.album-pic-info {
  color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  text-align: right;
  text-decoration-color: rgba(0, 0, 0, 0.3);
}

.card {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.no-color {
  color: black;
  text-decoration: none;
}

.card-body {
  padding-top: 10px;
}

.link-card {
  transition: all 0.2s ease-in-out;
}

.link-card:hover {
  box-shadow: 10px;
  transform: scale(1.02);
  color: black;
}

.card-img-top {
  transition: transform 0.3s ease;
}

.nav-link {
  color: white;
}

.nav-pills .nav-link.active {
  color: black;
  background-color: white;
}

.nav-pills .footer {
  color: rgba(255, 255, 255, 0.5);
}

.nav-link:hover {
  color: rgba(255, 255, 255, 0.5);
}

.nav-header {
  padding: 8px 8px;
  font-weight: bolder;
  color: white;
}

.heading-light {
  color: rgba(255, 255, 255, 0.7);
  font-size: smaller;
  text-align: center;
}

#closeSidebar {
  color: #ffffff;
  position: absolute;
  left: 245px;
  top: 5px;
  width: 64px;
}

.header-section {
}

.subtext {
  color: #c5c5c5;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 1px;
}

.niceImage {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 2rem 0rem;
  width: 100%;
  padding: 0;
}
