body{
	background:#000 url(../images/bgs/bg-home.jpg) no-repeat;
	background-size:cover;
	overflow:hidden;
}

#slogan{
	width:100%;
	height:100px;
	position:fixed;
	top:50%;
	margin-top:-200px;
	color:#fff;
	text-align:center;
}

#slogan h2{
	font-size:16px;
	margin:0;
}

#services{
	width:100%;
	height:300px;
	margin:auto;
	margin-top:-50px;
	text-align:center;
	position:absolute;
	top:50%;
}

.service{
	width:16%;
	transition-duration:0.5s;
}

.service:hover{
	transform:rotate(20deg) scale(1.2,1.2);
}
