/* CSS Document */

.footMessage {
	margin-top: 230px;
}

@media screen and (max-width: 767px) {
	.footMessage {
		margin-top: 50px;
	}
}