/**
 * Header background image
*/
header {
	background-image: url('../../../assets/img/backgrounds/big-white-b-1920x1080.webp');
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	background-color: #afafaf;
}

@media (max-width: 400px) {
	header {
		background-size: cover;
	}
}

/**
 * Find our agencies section
*/
#mapSection {
	background-color: #afafaf;
}
