
body {
    background-image: url("../images/moving-bg.jpg");
}

div.white-layer {
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.55);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

img.logo {
  	width: 500px;
   	height: 620px;
	position: absolute;
	left: 50%;
	margin-left: -250px;
	top: 10%;
	z-index: 2;
		
}

p.em-desenvolvimento {
	width: 50%;
	position: absolute;
	font-size: 2em;
	z-index: 3;
	left: 25%;
	text-align: center;
	bottom: 5%;
	font-family: 'Open Sans', sans-serif;
}
