﻿body, html {
    font-family: "Apercu-Medium", "Helvetica Neue", "SimHei", "Microsoft YaHei", "PingFang SC", "sans-serif"
}

#queryform {
    box-sizing: border-box;
    padding: 20px 30px 30px;
    float: right;
    width: 440px;
    min-height: 523px;
    border: 1px solid #dbdbdb;
    margin-top: -241px;
    margin-right: 75px;
    background-color: #fffffe;
}

#welcome {
    min-height: 400px;
}

.container {
    max-width: 1600px;
    width: 100% !important;
    position: relative;
    margin: 0 auto !important;
}

#welcome-img {
    height: 540px;
    background: url("/Images/NegBg.jpg") no-repeat;
    background-size: cover;
}

#welcome-text {
    padding:60px 100px;
    color: #252729; 
    margin: 0;
}

#welcome-img-modal {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding-top: 8%;
    padding-left: 8%;
    padding-right: 8%;
    text-align: left;
}

.welcome-img-heading-one {
    font-family: "Knockout1", "Helvetica Neue", "SimHei", "Microsoft YaHei", "PingFang SC", "sans-serif" !important;
    font-weight: 600 !important;
    font-size: 80px;
}

#bg {
    position: absolute;
    top: 540px;
    width: 100%;
}

@media all and (max-width:992px) {
    #queryform {
        width: 80% !important;
        float: none !important;
        margin: 0 auto !important;
    }

    #welcome {
        min-height:360px !important;
        height: 360px !important;
    }
    #welcome-text {
        padding: 40px 30px;
        color: #252729;
        margin: 0;
    }
    .welcome-img-heading-one {
        font-family: "Knockout1", "Helvetica Neue", "SimHei", "Microsoft YaHei", "PingFang SC", "sans-serif" !important;
        font-weight: 600 !important;
        font-size: 32px;
    }

    #welcome-img {
        width:auto;
        height:auto;
        background: url("/Images/NegBg.jpg");
        background-size:cover;
    }
}
