#navbarSupportedContent {
    background-color: inherit;
}

.front_page h4 {
    text-transform: uppercase;
    font-size: small;
    font-weight: bold;
}

img.manufacturer-logotype {
    display: block;
    width: 50%;
    margin: 0 auto;
}

.card.product {
    padding: 0.5rem;
    background-color: whitesmoke !important;
}

.manufacturers {
    display: grid;
    grid-gap: 3rem;
    grid-template-columns: 1fr 1fr;
}

.manufacturer.card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: none;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: rgb(0, 0, 0);
}

.carousel-caption h5, .carousel-caption p {
    color: rgb(0, 0, 0);
    text-align: left;
}