/* footer */
.footer {
	background: url(../img/footerBackground.png);
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: top center;
	z-index: -100;
}

.logoIcon, .footerTitle, .contactinfo, .socialicon1 {
	color: white;
	margin-left: 100px;
}

.logoIcon {
	margin-top: 100px;
	margin-bottom: 50px;
	width: 75px;
	height: auto;
}

.footerTitle {
	font-size: 25px;
	font-weight: 700;
	padding-bottom: 20px;
}

.contactinfo {
	line-height: 40px;
	font-weight: 400;
	font-size: 15px;
}

.footer h4 a {
	text-decoration: none;
	color: white;
}

.footer h4 a:hover {
	text-decoration: underline;
}

.footer h4 a[href^="tel:"] {
  color: white;
	background: none;
	height: auto;
}

.socialicon1, .socialicon2 {
	width: 40px;
	height: auto;
	margin-top: 20px;
}
.socialicon1 {
	margin-right: 25px;
}

.textEmely {
	font-size: 11px;
	font-weight: 400;
	float: right;
	padding-top: 25px;
	padding-right: 50px;
	line-height: 15px;
	color: white;
}

.textEmely a {
	color: white;
}
.textEmely a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 950px) {
	.footer {
		height: 450px;
	}

	.logoIcon, .footerTitle, .contactinfo, .socialicon1 {
		margin-left: 50px;
	}

	.logoIcon {
		margin-top: 50px;
		margin-bottom: 40px;
	}

	.textEmely {
		margin-left: 50px;
	}

}

@media screen and (max-width: 750px) {
	.footer {
		height: 400px;
	}

	.logoIcon, .footerTitle, .contactinfo, .socialicon1 {
		margin-left: 30px;
	}

	.logoIcon {
		margin-top: 40px;
		margin-bottom: 30px;
		width: 60px;
	}

	.footerTitle {
		font-size: 18px;
		padding-bottom: 15px;
	}

	.contactinfo {
		line-height: 30px;
		font-size: 13px;
	}

	.socialicon1, .socialicon2 {
		width: 35px;
	}
	.socialicon1 {
		margin-right: 20px;
	}

	.textEmely {
		float: none;
		padding-top: 20px;
		padding-right: 0;
		margin-left: 30px;
	}

}
