
/* ===========================
--- Construction
============================ */

.construction-intro {
	width:100%;
	position:relative;
}

.construction-intro-content {
	/*background: url(../img/blog/breadboard-cut.jpg) no-repeat top center;*/
	background: url(../construction/logo2.jpg);
	background-repeat: no-repeat;
  	background-position: center top;
	padding:200px 0px 400px;

}

