﻿.fixed_banner {
    background-image: url('../company.jpg');
    background-attachment: fixed;
    background-size: 100% 390px;
    background-position: 0px 50px;
    background-repeat: no-repeat;
    height: 470px;
    padding: 70px 0 70px 0;
    color: #fff;
    position: relative;
}

    .fixed_banner h1 {
        color: #fff;
    }

.NewCloudSolution_banner_text {
    font-size: 100px !important;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6) !important;
    margin-left: 15px;
}

.solution_banner_text {
    background: #D20B0C;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    width: 220px;
    text-align: center;
    margin-left: 10px;
    font-size: 48px;
    border-radius: 4px;
    font-weight: 300 !important;
    margin-left: 25px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Lato", "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
}


#main-slider, .fixed_banner {
    /*background-position: -170px 70px;*/ /*background-size: 207% !important;*/ /*height: 300px !important;*/ /*padding-bottom: 0;*/
    background-image: url('../company.jpg'); /*padding-left: 10px;*/
}

    #main-slider .NewCloudSolution_banner_text, .fixed_banner .NewCloudSolution_banner_text {
        font-size: 50pt !important;
        font-weight: 400;
        margin-top: 45px !important;
    }

    #main-slider .solution_banner_text, .fixed_banner .solution_banner_text {
        font-size: 20pt;
        width: 290px;
    }
