.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
}

.carousel-caption {
        color: black;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
        color: black;
}

.superCenter {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: rgb(255, 255, 255);
        /*white text*/
        font-weight: bold
}

.btn-custom {
        color: #fff;
        background-color: #CF488F;
        border-color: #CF488F;
}

@media (min-width: 768px) {
        .bd-placeholder-img-lg {
                font-size: 3.5rem;
        }
}

