.body{
    background-image: none;
    }
 
.contactUsTitle {
    font-size: 20pt;
    padding:20px;
}


.testarea {
    height: auto;
    border: 5px solid red;

}

.contactUsTitle {
    font-size: 30px;
    font-weight: 400;
    color: #2285a2;
    padding: 20px;
    margin-top: 0px;
}

.contact_leftbackground{
    background-image: url("../../branham/images/squared_metal.png");
    background-repeat: repeat;
    border-radius: 10px 0 0 10px ;
    padding: 20px 20px 0 20px;
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.addressBox {

    background-color: #fff;
    padding: 20px;
    border-top: 1px solid #b9b9b9;
    border-right: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
    border-radius: 0 10px 10px 0;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 30px;

}

#map_canvas {
    border-radius: 10px;
    margin-left: 0px;

}

#map_canvas img {
    padding-left: 4px;
    padding-top: 5px;
    border-radius: 10px;
      width: 100%;
}

.addressHeader {
    font-size: 10pt;
    color: #2285a2;
    font-weight: bold;
    padding-bottom: 5px;
    text-decoration: underline;

}

.addressText {
    font-size: 12pt;
    padding-bottom: 20px;
    line-height: 120%;

}

.mapArea {
    padding-right: 0px;
}

.button {
    font-weight: 600;
    font-size: 12pt;
}

.button:hover, .button:focus {
    color: #000;
}

.titleSpan {
    color: #000;
    font-size: 11pt;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 25px;
    padding-left: 10px;
    padding-right: 20px;
}

.contactUsTitleBackground {
    background-color: #fff;
    border-radius: 10px;
}









            @media only screen and (max-width: 640px){

  .backgroundSpace {
        border: none;
        margin-top: 10px;
    }

    .contact_leftbackground {
        border-radius: 10px;
        margin-right: 20px;
        padding: 10px 10px 0 10px;
    }
    .addressBox {
        background-color: #fff;
        border:1px solid #b9b9b9;
        border-radius: 10px;
        margin: 20px;
        padding: 20px;
    }

    .contactUsTitle {
        padding-bottom: 10px;
        padding-top: 10px;
        font-size: 30px;
        font-weight: 400;
        color: #2285a2;
        margin-top: 0px;

    }
    .titleSpan {
        padding-left: 0px;
                }
            }
