@charset utf-8;
#content{height:810px;}
#services{margin-top:-212px;}
#contactInfo{float:left;width:600px;height:200px;border:1px solid red;margin:10px;}
#contactInfo p{text-align:center;margin:10px;}
#contactForm{float:left;width:600px;height:445px;border:1px solid red;margin:10px;}
#contactForm img{transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-o-transition:.5s;-ms-transition:.5s;z-index:99;}
#contactForm img:hover{transform:scale(2);-webkit-transform:scale(2);-moz-transform:scale(2);-o-transform:scale(2);-ms-transform:scale(2);}
#contactForm form{width:550px;margin:10px;}
#blank{clear:both;width:550px;text-align:center;}
#recaptcha_widget_div{margin-left:130px;}
#blank input{padding:3px;}.conInput{width:550px;float:left;margin:2px;}.contactLabel{float:left;}.contactInput{float:right;width:400px;}textarea.contactInput{height:70px;}#contactInfo h1,#contactForm h2{text-align:center;}
#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white; /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}