﻿.pulsate {
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.25;
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 0.25;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.25;
    }
}


.breadcrumb-item a {
    color: black;
    text-decoration: none;
}

.pb-2 {
    font-weight: 700;
    text-transform: uppercase;
}

.carousel-item {
    /*height: 800px;*/
    min-height: 500px;
}

.carousel-item img {
    height: 600px;
    min-height: 500px;
    object-fit: contain;
}

.carousel-control-prev-icon {
    background-color: #f11843;
    color: #f11843;
    padding: 15px;
}

.carousel-control-next-icon {
    background-color: #f11843;
    color: #f11843;
    padding: 15px;
}

.btn-outline-success {
    color: #f11843;
    border-color: #f11843;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #f11843;
        border-color: #f11843;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #5d5d5d;
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.5rem;
}

.nav-link {
    color: #555960;
}

.nav-link :hover {
    color: black !important;
}
