.shadows{text-shadow: 1px 2px 4px #000000;color:#ffffff;}
.text-capitalize {
    text-transform: capitalize!important;
    text-shadow: 4px 5px 5px #151515;
    color: white;
}


.sticky-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    transition: padding 0.5s;
    z-index: 1030;
    background-color: #fbfbfb70;
}