.landing-page section p {
    color: black;
    font-size: 14px;
}

.landing-page h1, .landing-page .features h2, .landing-page .services h2 {
    color: #6c27a8;
}

.landing-page .testimonials h1 {
    color: #ffffff;
}

.landing-page .comments-avatar .commens-name {
    color: #6c27a8;
}

.landing-page .widget p {
    color: #ffffff;
}
.production-img-box {
    border: 1px solid purple;
    min-height: 450px;
}
#content-wrapper {
    padding-bottom: 60px;
}

figure.c-thumbnail {
    text-align: center;
    border: 1px solid lightgray;
    border-radius: 4px;
    height: 450px;
    margin: 3px 3px 10px;
}

figure.c-thumbnail img {
    margin-top: 1em;
    max-width: 250px;
    max-height: 375px;
}

figure.c-thumbnail figcaption {
    margin: 1em 1em;
    overflow: hidden;
    font-size: 1.2em;
    color: #6D28A9;
}

img.transition {
    position: relative;
    -webkit-transform: scale(1.75);
    -moz-transform: scale(1.75);
    -o-transform: scale(1.75);
    transform: scale(1.75);
    z-index: 99999;
    border: 1px solid #6d28a9;
    cursor: pointer;
}

