/***********************************************************
***		CONTACTS
***********************************************************/

#contacts{
	background:rgba(0, 0, 0, 0) url("../img/background3.jpg") no-repeat scroll center center / cover ;

	height:100%;

}
#contacts .half-left img{
	vertical-align: middle;
	margin-right:1%;
}
.top
{
	margin: 35vh auto 0;
}
.half-left{
	position:absolute;
	width:50%;
	height:100%;
	background:white;
	text-align:center;
}
@media screen and (max-width: 1023px) {
.half-left{
	width:100%;
	background:rgba(255,255,255,0.7) ;
}
}