:root {
    --bs-link-color:#198754;
    --bs-link-hover-color: #146c43;
}
.btn {
    --bs-btn-bg: #198754;
    --bs-btn-hover-bg: #146c43;
    --bs-btn-border-color: #146c43;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #146c43;
}
main {
    margin-top: 5rem;
}
.navbar-brand img{
    width: 50px;
}
section {
    /* Aplica uma margin quando há um scroll no elemento */
    scroll-margin-top: 6rem;
}

/* Carousel images */

.carousel-item{
    height: 500px;
}

.carousel-item img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.carousel-item::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, #1f1f1f);
    position: absolute;
}

.card-menu-item img {
    height: 300px;
    object-fit: cover;
  }

