body { background: ;	}

.carousel-caption h2 { text-shadow: 3px 4px #FF0000;	}
.carousel-caption p { background: grey; }

.text-justify { text-align:justify;}


#logo-standout {
	text-shadow: 3px 4px grey;
	color: white;
	font-size: 1.5em;
	}

/* 
CONTACT FORM 
adjusted from the provided css
*************************/

.form-input {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-input:focus {
  border-color: #0000fd;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

textarea.form-input {
  height: auto;
}

/*
Navigation Menu
Creating a header for the drop down menuusing the supplied css and adjusting
*************************/

.nav-head {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: bold;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
  background: #F0F0F0;
  /* cursor: not-allowed; */
}


/*
Dispaly Images
createing a class to dispalay the before and after images for jobs completed. 
*************************/

.img-work {
	max-width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: #4DFF4D;
	}

/*
FOOTER
I am going to invert the footer teh same way that the navagation bar is. 
*************************/

.footer {
	/*min-height: 50px;*/
	background: transparent;
	color: #999999;
	}


.shadow {
	-webkit-box-shadow: 8px 8px 7px 1px rgba(50, 50, 50, 0.71);
	-moz-box-shadow: 8px 8px 7px 1px rgba(50, 50, 50, 0.71);
	box-shadow: 8px 8px 7px 1px rgba(50, 50, 50, 0.71);
	}
	
.border-gallery { border: 2px double black; }
.center { margin: auto; }
	
/*
-moz-transform: scale(5) rotate(45deg) translateX(25px) translateY(-10px) skewX(15deg) skewY(360deg);
-webkit-transform: scale(5) rotate(45deg) translateX(25px) translateY(-10px) skewX(15deg) skewY(360deg);
-o-transform: scale(5) rotate(45deg) translateX(25px) translateY(-10px) skewX(15deg) skewY(360deg);
-ms-transform: scale(5) rotate(45deg) translateX(25px) translateY(-10px) skewX(15deg) skewY(360deg);
transform: scale(5) rotate(45deg) translateX(25px) translateY(-10px) skewX(15deg) skewY(360deg);
*/






