body{
	margin: 0px;
	background-color: #6c6d6f;
	font-family: Arial;
}


@media only screen and (min-width : 1000px) {
	.lightGrey{
		width: 100%;
		height: 280px;
		background-color: #9fa0a1;
		position: relative;
	}

	.logo{
		position: absolute;
		bottom: 16px;
		width: 158px;
		height: 76px;
		margin-left: 50%;
	}

	.claim{
		position: absolute;
		bottom: 14px;
		margin-left: 50%;
		left: 195px;
		color: #6c6d6f;
		font-size: 16px;
	}

	.address{
		color: #fff;
		font-size: 16px;
		position: absolute;
		bottom: 50px;
		left: 50%;
		margin-left: 195px;
	}

	.purple{
		color: #c225b9;
	}

	a{
		color: #fff;
		text-decoration: none;
	}
}


@media only screen and (min-width : 700px) and (max-width : 1000px) {
	.lightGrey{
		width: 100%;
		height: 200px;
		background-color: #9fa0a1;
		position: relative;
	}

	.logo{
		position: absolute;
		bottom: 16px;
		width: 158px;
		height: 76px;
		margin-left: 50%;
		left: -200px;
	}

	.claim{
		position: absolute;
		bottom: 14px;
		margin-left: 50%;
		left: -5px;
		color: #6c6d6f;
		font-size: 16px;
	}

	.address{
		color: #fff;
		font-size: 16px;
		position: absolute;
		bottom: 50px;
		left: 50%;
		margin-left: -5px;
	}

	.purple{
		color: #c225b9;
	}

	a{
		color: #fff;
		text-decoration: none;
	}
}





@media only screen and (max-width : 700px) {
	.lightGrey{
		width: 100%;
		height: 200px;
		background-color: #9fa0a1;
		position: relative;
	}

	.logo{
		position: absolute;
		bottom: 63px;
		width: 158px;
		height: 76px;
		left: 30px;
	}

	.claim{
		position: absolute;
		bottom: 16px;
		left: 30px;
		color: #6c6d6f;
		font-size: 16px;
	}

	.address{
		color: #fff;
		font-size: 16px;
		position: absolute;
		top: 216px;
		left: 30px;
	}

	.purple{
		color: #c225b9;
	}

	a{
		color: #fff;
		text-decoration: none;
	}
}