.min-height-400 {
    min-height: 400px !important;
}

.img-top-carousel {
    background-color: black !important;

}

.img-top-carousel>img {
    opacity: 0.8 !important;
}

.bg-green {
    background-color: #7ed957;
}

.bg-red {
    background-color: #ff5757;
}
.carousel-caption {
    top: 15% !important;
    bottom: 15% !important;
    right: 60%;
    left: 5%;
}

.custom-heading-font {
    font-family: 'Shadows Into Light', serif !important;
}

/* MAP */
.bg-map {
    background-color: black !important;
    background-image: url("../img/backgrounds/map.jpg") !important;
}

footer {
    color: white !important;
}

.sticky-top-navbar {
    z-index: 99999 !important;
}

@media only screen and (max-width: 575px) {
    .rounded-custom-top {
        border-radius: 0rem !important;
        border-top-left-radius: 0.375rem !important;
        border-top-right-radius: 0.375rem !important;
    }
    .order-custom-last {
        order: 6 !important;
    }
}
