.contact {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
}

.contactImg {
	position: relative;
	float: left;
	left: 5%;
	width: 90%;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;

	border-radius: 6px;
	border: 2px solid white;
	background-color: rgba(255, 255, 255, 0.6);
	margin: 20px 0 0 0;
	cursor: pointer;
}
