html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: rgba(255,255,255,1.0);
}
span {
	display: none;
}
#title {
	width: 340px;
	height: 375px;
	background-image: url(https://pitmanlawns.com/assets/images/logo_old.png);
	background-size: cover;
	display: block;
	position: absolute;
	top: 15%;
	left: 50%;
	margin: 0 0 0 -170px;
	transition: 1s all;
}
@media (min-width: 650px) { 
	#title {
		width: 450px;
		height: 497px;
		position: absolute;
		top: 10%;
		left: 50%;
		margin: 0 0 0 -225px;
	}
}
#email {
	width: 250px;
	height: 14px;
	color: rgba(27,117,188,1.0);
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	display: block;
	position: absolute;
	bottom: 6.5%;
	left: 50%;
	margin: 0 0 0 -125px;
}