@media only screen and (max-device-width: 1600px) {
	.bgimg-1,
	.bgimg-2,
	.bgimg-3 {
		background-attachment: scroll;
		min-height: 400px;
	}
}
@media (max-width: 768px) {
	.contact-elements,
	footer .w3-row {
		flex-direction: column;
	}
	.w3-col.m6 {
		width: 100%;
	}
	footer .w3-col {
		margin-bottom: 20px;
	}
}
