/* carousel */

/*.container-carousel {
    margin-top: -105px;
}
*/
/* IE11 */
@media all and (-ms-high-contrast:none) {
    .container-carousel {
        margin-top: 0;
    }
}

.carousel-caption {
    /*background-color: rgba(0, 0, 0, 0.6);*/
    color: #fff;
    top: 40%;
    left: 20%;
    padding: 1rem;
    text-align: left;
    width: 50%;
}

.carousel-item {
    height: 100%;
    min-height: 550px;
    background: no-repeat center center scroll;
    background-size: cover;
}

.carousel-caption h1 {
    animation-delay: .75s;
    color: #fff;
    font-size: 3rem;
    font-weight: 400;
    text-transform: none;
}

.carousel-caption h1 a {
    color: #fff;
}

.carousel-caption h1:after {
    content: none;
}

.carousel-caption .lead {
    animation-delay: 1.2s;
    font-size: 1rem;
    /*text-shadow: 1px 1px 1px black;*/
}

.carousel-caption .btn {
    border-radius: 20px;
}

.carousel-control-wrapper {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0;
    color: #fff;
    height: 75px;
    width: 75px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    padding-top: 75px;
}
