@charset "utf-8";
/* CSS Document */

body {
  background-color: #EBE8E4;
  color:black;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size:25px;
}
footer {
	background-color:#999;
	color:White;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size:15px;
}
nav {
  background-color:#36F;
  border: 1px solid #dedede;
  border-radius: 2  px;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
  color: #888;
  display: block;
  margin:24px 0px 24px 0px;
  overflow: hidden;
  width: 100%; 
  font-size:15px;
  
}

  nav ul {
    margin: 0;
    padding: 0;
  }

    nav ul li {
      display: inline-block;
      list-style-type: none;
      
      -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; 
    }
      
      nav > ul > li > a > .caret {
        border-top: 4px solid #aaa;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        content: "";
        display: inline-block;
        height: 0;
        width: 0;
        vertical-align: middle;
  
        -webkit-transition: color 0.1s linear;
     	  -moz-transition: color 0.1s linear;
       	-o-transition: color 0.1s linear;
          transition: color 0.1s linear; 
      }

      nav > ul > li > a {
        color: White;
        display: block;
        line-height: 56px;
        padding: 0 0px;
        text-decoration: none;
      }

        nav > ul > li:hover {
          background-color: rgb( 40, 44, 47 );
        }

        nav > ul > li:hover > a {
          color: rgb( 255, 255, 255 );
        }

        nav > ul > li:hover > a > .caret {
          border-top-color: rgb( 255, 255, 255 );
        }
      
      nav > ul > li > div {
        background-color: rgb( 40, 44, 47 );
        border-top: 0;
        border-radius: 0 0 4px 4px;
        box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
        display: none;
        margin: 0;
        opacity: 0;
        position: absolute;
        width:200px;
	visibility: hidden;
	z-index: 100;
  
        -webkit-transiton: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -ms-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        -transition: opacity 0.2s;
      }

        nav > ul > li:hover > div {
          display: block;
          opacity: 1;
          visibility: visible;
        }

          nav > ul > li > div ul > li {
            display: block;
          }

            nav > ul > li > div ul > li > a {
              color: #fff;
              display: block;
              padding: 10px 10px;
              text-decoration: none;
            }

              nav > ul > li > div ul > li:hover > a {
                background-color: rgba( 255, 255, 255, 0.1);
              }
section {
    display: none;
}

#home { height: 500px; background: seashell; display: block;}
#newcustomer { height:1000px; background: seashell; }
#returningcustomer { height: 500px; background: seashell; }
#services{ height: 500px; background: seashell; }
#load{ height: 500px; background: seashell; }
#packing{ height: 750px; background: seashell; }
#residential { height: 525px; background: seashell; }
#commercial { height: 800px; background: seashell; }
#cleanservices{ height: 500px; background: seashell; }
#clean { height: 700px; background: seashell; }
#houseclean { height: 700px; background: seashell; }
#action { height: 825px; background: seashell; }
#care { height: 825px; background: seashell; }
#about { height: 900px; background: seashell; }
#contact { height: 500px; background: seashell; }

.error {color: #FF0000;}
.imgcontainer {
margin: 0 auto;
width: xxxpx;
text-align: center;
} 
input:required {
	border:1px solid blue;
}
  input:invalid:after:focus {
    background-image:url(../images/invalid.png) );
    background-position: right top;
    background-repeat: no-repeat;
  }
  input:valid:after:focus {
	border:1px solid green;
    background-image :url(../images/valid.png) );
    background-position: right top;
    background-repeat: no-repeat;
  }


