﻿
.home-title {
    background-image: url(Images/title.png);
    background-position: top;
    background-repeat: no-repeat;
    min-height: 600px;
}



    .home-title .title-image {
        background-color: rgba(10, 10, 10, 0.7);
        position: absolute;
        left: 0;
        width: 100%;
        height: 600px;
        color: white;
        margin: auto;
    }

        .home-title .title-image .text {
            margin: auto;
            max-width: 60%;
            padding-top: 130px;
            text-align: center;
        }

.info-left {
    float: left;
    min-height: 220px;
    padding: 20px;
    vertical-align: central;
    text-align: center;
}

.info-right {
    float: right;
    min-height: 220px;
    text-align: left;
    width: calc(100vw - 400px);
    vertical-align: central;
}

.home-left {
    width: 50%;
    float: left;
    min-height: 420px;
    padding: 20px;
}

@media (max-width: 800px) {
    .home-title {
        min-height: 600px;
    }

        .home-title .title-image .text {
            margin: auto;
            max-width: 90%;
            padding-top: 80px;
        }
}

@media (max-width: 600px) {
    .home-title {
        min-height: 730px;
    }

        .home-title .title-image .text {
            margin: auto;
            max-width: 90%;
            padding-top: 30px;
        }
}

@media (max-width: 1000px) {
    .home-left {
        width: 100%;
        min-height: 420px;
        margin: auto;
        text-align: center;
    }
}

.home-right {
    width: calc(50% - 50px);
    float: right;
    min-height: 420px;
}

@media (max-width: 1000px) {
    .home-right {
        display: none;
    }
}

.run-creator-pane {
    background-color: #f4fbf7;
    width: 100%;
    height: 100%;
    text-align: center;
    color: black;
}

    .run-creator-pane .text1 {
        font-size: 72px;
        font-weight: bolder;
        letter-spacing: 0.0em;
        direction: ltr;
        line-height: 1.0em;
    }

    .run-creator-pane .text2 {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0.0em;
        direction: ltr;
        line-height: 1.6em;
        font-style: normal;
        text-decoration: none;
        text-transform: none;
    }

    .run-creator-pane h1 {
        font-size: 40px;
    }

.run-creator-menu {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    /*background-color: rgb(53, 53, 53);*/
    text-align: center;
    color: rgb(53, 53, 53);
}

    .run-creator-menu .welcome-text {
        font-size: 34px;
        font-weight: bold;
        letter-spacing: 0.0em;
        direction: ltr;
        line-height: 1.0em;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .run-creator-menu .card-text {
        font-size: 18px;
        font-family: 'Playfair Display';
        font-weight: normal;
        letter-spacing: 0.0em;
        direction: ltr;
        line-height: 1.6em;
        padding-top: 10px;
        padding-bottom: 30px;
    }

@media screen and (min-width: 901px) {
    .home-menu {
        display: inline-block;
        padding-right: 50px;
        text-align: center;
    }
}

.features {
    margin-top: 40px;
}

    .features .media {
        margin-top: 20px;
    }

    .features .featureIcon {
        font-size: 50px;
    }



.formLayout-printflow-info2 {
    font-family: Segoe UI;
    margin: auto;
    font-size: small;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5px;
    padding-bottom: 5px;
}



.formLayout-logo-verlogic {
    margin: auto;
    text-align: center;
    background: url('Images/Account/logo-verlogic.png') no-repeat center;
    height: 90px;
}

.formLayout-logo-client {
    margin: auto;
    text-align: center;
    background: url('Images/logo_poziome.png') no-repeat center;
    height: 115px;
    padding-top: 80px;
}

.formLayout-logo-client-ue {
    margin: auto;
    text-align: center;
    background: url('Images/ClientDedicated/logo_poziome.png') no-repeat center;
    height: 115px;
    padding-top: 80px;
}

.formLayout-logo-ue {
    margin: auto;
    text-align: center;
    background: url('Images/ClientDedicated/logo_ue_parp.png') no-repeat center;
    height: 88px;
    padding-top: 20px;
}

.formLayout-blenda {
        margin: auto;
        text-align: center;
        background: url('Images/blendy.png') no-repeat center;
        height: 320px;
        padding-top: 20px;
    }

.formLayout-text-client {
    margin: auto;
    text-align: center;
    font-family: Segoe UI;
    font-size: 32px;
    color: rgb(48, 48, 48);
    font-weight: 600;
    padding-top: 80px;
    max-width: 800px;
}

.formLayout-desc-client {
    margin: auto;
    text-align: justify;
    font-family: Segoe UI;
    font-size: 22px;
    color: rgb(48, 48, 48);
    font-weight: 300;
    padding-top: 50px;
    width: 90%;
    max-width: 1400px;
}

.homeLayout-verticalAlign {
    padding-top: 10px;
    background-color: rgb(250, 250, 250);
}

@media (min-width: 600px) {
    .homeLayout-verticalAlign {
        padding-top: 10px;
        background-image: url('images/cubeon01.png');
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
    }
}


@media (min-width: 1300px) {
    .homeLayout-verticalAlign {
        background-image: url('images/cubeon01.png'), url('images/cubeon02.png');
        background-repeat: no-repeat;
        background-position-x: 20px, right;
        background-position-y: top, calc(100% - 100px);
    }
}

.image-slider {
    width: 80%;
    padding-top: 20px;
    margin: auto;
    text-align: center;
}

@media (max-width: 1000px) {
    .image-slider {
        display: none;
    }
}

.formLayout-page {
    min-height: calc(100vh - 120px);
}

.formLayout-desc-client a {
    text-decoration: none;
    color: black;
}

.formLayout-printflow-info {
    margin: auto;
    text-align: justify;
    font-family: Segoe UI;
    font-size: 18px;
    color: rgb(48, 48, 48);
    font-weight: 300;
    padding-top: 50px;
    width: 90%;
    max-width: 1400px;
}

    .formLayout-printflow-info a {
        text-decoration: none;
        color: rgb(48, 48, 48);
    }

@media (max-width: 610px) {
    .formLayout-logo-verlogic {
        margin: auto;
        text-align: center;
        padding-top: 80px;
        background: url('Images/Account/logo-verlogic-small.png') no-repeat center;
        height: 80px;
    }

    .formLayout-logo-client {
        margin: auto;
        text-align: center;
        padding-top: 80px;
        background: url('Images/logo_poziome_small.png') no-repeat center;
        height: 50px;
    }

    .formLayout-logo-client-ue {
        margin: auto;
        text-align: center;
        background: url('Images/ClientDedicated/logo_poziome_small.png') no-repeat center;
        height: 115px;
        padding-top: 80px;
    }

    .formLayout-logo-ue {
        margin: auto;
        text-align: center;
        background: url('Images/ClientDedicated/logo_ue_parp_small.png') no-repeat center;
        height: 88px;
        padding-top: 20px;
    }

    .formLayout-blenda {
        margin: auto;
        text-align: center;
        background: url('Images/blendy_small.png') no-repeat center;
        height: 138px;
        padding-top: 20px;
    }
}
