/*2X Clean Web Site CSS*/

/*Load Items Before Displaying*/
.js-loading *,
.js-loading *:before,
.js-loading *:after {animation-play-state: paused !important;}

/*HOME PAGE*/	

h1 { text-align: center; font-size: 50px; color: #7d3c98;}
/*h2 used on index page only*/
h2 { height: 60px; position: relative; margin-left: auto; margin-right: auto;
  font-family: 'Tangerine', serif; font-size: 40px; background-color: #5dade2;
   width: 50%; height: 100%; border: groove 10px; border-radius:10px;
 color:#000000; text-align: center; text-shadow: 1px 1px 0px white; margin-bottom:0;}
table.home1{text-align: center;}
.descr {text-align: center; font-size: 30px; color: #7d3c98;}
.homelink{background: #d7bde2; border: 4px solid black;  
  text-align: center; margin:0 auto; font-size: 20px; color: #7d3c98; width: 60%;}

/*RESIDENTIAL PAGE*/ 
.respara{text-align: center; font-size: 40px; color: #7d3c98;}
.backbutton{background-color: #9e76e8;border-radius: 5px;color: #fff;
  font: bold 12px/1 "helvetica neue", helvetica, arial, sans-serif;
padding: 10px 0 12px 0;text-align: center;text-shadow: 0 -1px 1px #473569;
width: 150px;}
img.center {display: block; margin-left: auto; margin-right: auto;border: 10px ridge purple;}
/*NEW CONSTRUCTION PAGE*/ 

/*CONTACT FORM PAGE*/
body.contact {background-image: url(../images/softbgd.jpg); background-attachment:fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
form { font-family: Arial,Helvetica Neue,Helvetica, sans-serif; text-align:left;}
div.form { border: 5px double #7d3c98; color: #7d3c98; width:50%; }
input.textarea { background-color:#9933CC ; font-family:Comic Sans MS; 
  color:#FFFFFF; border: groove 5px; border-color:#000000;}
label { float: left; width: 26em; text-align: left; } 
input { margin-left: 1em; margin-bottom: .7em;}
input:focus { border: 3px solid blue; } 
textarea.b { margin-left: 1em; margin-bottom: .7em;} 
textarea.b:focus { border: 3px solid blue; } 
input.button1 {background-color: #FFCC66; color: black;  border: 2px solid gray; font-style: italic;} 
input.button2 { font-weight: bold; background-color: #66FF66; color: #000000; border: 3px solid green; 
  font-style: italic;}
p.a {text-align: center; font-size: 6px;}

/*ALL PAGE FOOTERS*/
footer {height: 20px; font-size: 1.0em; border: groove 5px; background: #E3E0FA; border-radius:10px; 
	color:#000000; text-align: center; position: fixed; bottom: 0; width:100%;}
