.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar {
    background-color: #00399b;
}

.footer {
    background-color: #00399b;
}

.text-muted {
    color: #abababb0!important;
}

.card-gamma {
    border-radius: 10px;
    padding: 0px;
}

.img-carousel {
    background-size: cover;
}

.text-master-carousel {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    height: 50px;
    padding-top: 12px;
}

@media only screen and (max-width: 576px) {
    .carousel-gallery {
        height: 250px;
    }
    .img-card-gamma {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .loghi-home {
        padding-top: 15px;
    }
    .loghi-home2 {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 577px) {
    .carousel-gallery {
        height: 300px;
    }
    .img-card-gamma {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        height: 175px;
    }
    .loghi-home {
        padding-top: 15px;
    }
    .loghi-home2 {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 768px) {
    .carousel-gallery {
        height: 300px;
    }
    .img-card-gamma {
        height: 200px;
    }
    .loghi-home {
        padding-top: 15px;
    }
    .loghi-home2 {
        padding-top: 15px;
    }
}

@media only screen and (min-width: 992px) {
    .carousel-gallery {
        height: 450px;
    }
    .img-card-gamma {
        height: 200px;
    }
    .loghi-home {
        padding-top: 15px;
    }
    .loghi-home2 {
        padding-top: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .carousel-gallery {
        height: 550px;
    }
}