/*CSS file for the contractor sample site*/

#logo{
    height: 5em;
    width: 5em;
}

#coName{
    font-size: 5em;
}

#left1{
    height: 20em;
    width: 20em;
}

#right1{
    height: 20em;
    Width: 20em;
}

#center1{
    height:20em;
    width:20em;
}

@media screen and (width > 600px){

    #left1{
        float: left;
    }

    #center1{
        float: left;
    }

    #custInfo{
        width: 50em;
    }

   #content{
        width: 60em;
    }

    #content #cell1{
        width: 10em;
    }

    #content #cell2{
        width: 40em;
    }

    #content #cell3{
        width: 10em;
    }

    form{
        margin-left: 33%;
    }

    textarea{
        height:10em;
        width:20em;
    }
}

