#home-slider .slide-content{
    color: black;
    text-shadow: 0 0 5px white;
    font-size: 1.3em;
    background-color: rgba(255,255,255,0.5);
    box-shadow: 0 0 25px white;
    border-radius: 15px;
}
 #home-slider .slide-content h2 {
    font-size: 48px;
    margin: 0 0 20px;
    font-weight: 400;
    color: #FFF;
    text-shadow: 0 0 7px black;
}