﻿.imageGradient:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(190,234,255,1) 25%, rgba(190,234,255,0.5) 50%, rgba(255,255,255,0) 65%);
}

.imageSlideText * {
    color: #0f517f;
    font-weight: bold;
    text-align: left;
    text-shadow: 0 0 0px #000000 !important;
}

.title {
    font-size: 2.5rem;
    font-weight: bold;
}

.description {
    font-size: 14px;
}

#topPadding {
    margin-top: 0px !important;
}