footer {
    background-color: var(--theme-dark-blue);
}

footer a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

footer a:hover {
    color: white;
    text-decoration: underline;
}

.footer-section {
    display: none;
}

body[data-section="team"] .footer-section.footer-team {
    display: block;
}

body[data-section="project"] .footer-section.footer-project {
    display: block;
}

body[data-section="wet-lab"] .footer-section.footer-wet-lab {
    display: block;
}

body[data-section="dry-lab"] .footer-section.footer-dry-lab {
    display: block;
}

body[data-section="human-practices"] .footer-section.footer-human-practices {
    display: block;
}

body[data-section="education"] .footer-section.footer-education {
    display: block;
}

.carousel {
  overflow: hidden;
}
.carousel .carousel-inner {
  display: flex;
  transition: transform 0.6s ease;
}
.carousel .carousel-item {
  width: 100%;
  flex: 0 0 100%;
}
#logoCarousel img {
    height: 200px !important;
    max-width: 200px;
    width: 18% !important;
    height: auto !important;
}
