/* Add here all your CSS customizations */
.gradient-bottom {
    background: transparent linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 85%) repeat scroll 0 0;
    bottom: 0;
    height: 350px;
    position: absolute;
    width: 100%;
    z-index: 80;
}
.text-spacing{ letter-spacing: 5px !important;}

.gradient-top {
    background: transparent linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    height: 350px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 80;
}
.testimonial blockquote p {
    font-size: 19px;
}

h6.cv p{ margin: 0px !important;}