/* Custom footer height reduction */
footer {
  padding: 1.5rem 0 !important; /* Reduced from 3.125rem (50px) to 1.5rem (24px) */
}

@media (min-width: 768px) {
  footer {
    padding: 1.5rem 0 !important; /* Reduced from 3.125rem to 1.5rem */
  }
}

/* Logo styling 
.avatar-img {
  max-width: 100px;
  height: auto;
  border-radius: 50%;
}

.logo-img {
  max-width: 150px;
  height: auto;
} 
  */