﻿#contact
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../Assets/landing/bcg_d.jpg');
    background-size: cover;
}

#contact > .cover
{
    background: rgba(24,23,23,0.88);
}

#contact > .cover  .content
{
    margin-top: 205px;
    margin-left: 10%;
    width: 77%;
    height: calc(100% - 291px);
    overflow: auto;
}

    #contact > .cover .left_pane
    {
        float:left;
        width:39%;
    }


#contact > .cover  .content  .title
{
    margin-top: 30px;
    margin-bottom: 50px;
    color: rgb(245,160,67);
    font-size: 33px;
    font-weight: bold;
    font-family: Raleway;
}

    #contact > .cover .content .para
    {
        margin-top: 30px;
        margin-bottom: 50px;
        color: white;
        font-size: 19px;
        word-spacing: 5px;
        line-height: 25px;
        font-family: Raleway;
        font-weight: normal;
    }


    #contact > .cover .content .mini_title
    {
        margin-top: 30px;
        margin-bottom: 20px;
        color: rgb(245,160,67);
        font-size: 18px;
        font-weight: bold;
        font-family: Roboto;
    }

    #contact > .cover .content .mini_title_a
    {
        margin-bottom: 20px;
        color: rgb(146,208,80);
        font-size: 16px;
        font-weight: bold;
        font-family: Roboto;
    }

    #contact > .cover .content .mini_para
    {
        margin-top: 0px;
        margin-bottom: 50px;
        color: white;
        font-size: 15px;
        word-spacing: 3px;
        line-height: 21px;
        font-family: Roboto;
        font-weight: normal;
    }



    #contact > .cover .right_pane
    {
        float: left;
        width: calc(50% - 100px);
        height: calc(88% - 50px);
        margin-left: 11%;
        margin-top: 0%;
        padding: 39px;
        background: rgba(38,38,38,0.48);
    }

        #contact > .cover .right_pane .form-title
        {
            color: white;
            font-size: 15px;
            font-family: Roboto;
            margin-top: 13px;
            font-weight: normal;
        }

    #contact > .cover .right_pane input
    {
        background:white;
        border-radius:9px;
        margin-top:3px;
        padding:12px;
    }

        #contact > .cover .right_pane textarea
        {
            background: white;
            border-radius: 9px;
            margin-top: 3px;
            padding: 12px;
            resize: none;
            width: 95%;
            height: 150px;
            font-size: 15px;
            font-family: Roboto;
            overflow: auto;
            outline: 0;
        }

        #contact > .cover .right_pane textarea:focus
        {
            outline:0;
        }