.carousel-item >.slider-text{
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: 20%;
}
.carousel-item > .slider-text > span{
    font-size: 3em;
    font-family: Apple Chancery;
    color: white;
    text-shadow: 0px 1px 11px #000000;
}
.carousel-item > .slider-text > p{
    font-size: 22px;
    padding-top: 18px;
    width: 75%;
    margin: auto;
    color: white;
    text-shadow: 1px 1px 18px #000000;
}
.carousel-indicators > li{
    background: #e7a237;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    padding: 0px;
    border:0px;
}