.locations-heading {
	font-size: 30px;
	letter-spacing: 1px;
	color: #796749;
	margin: 30px;
	margin-bottom: 0;
	padding: 10px;
}

.north-stores, .south-stores {
	display: flex;
}

.locations-text-container {
	width: 50%;
}

.locations-nap-container {
	display: flex;
	flex-wrap: wrap;
	margin: 30px;
	margin-top: 0;
	gap: 20px;
}

.south-stores .locations-nap-container {
	margin-left: 0;

}

.south-stores .locations-heading {
	margin-left: 0;
}

.store-column {
	width: 46%;
}

.store {
	padding: 10px;
}

.store-name {
	color: #1d1d1d;
	font-size: 16px;
	letter-spacing: 1px;
}

.store-ap {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #1d1d1d;
	line-height: 1.5em;
	letter-spacing: 1px;
}

.locations-map {
	width: 50%;
	padding-top: 40px;
}

.south-stores .map-embed {
	padding-left: 30px;
}

.map-embed {
	width: 90%;
	height: 400px;
	margin: 0 auto;
}

.phone {
	color: #796749;
}

@media screen and (max-width: 890px) {
	.north-stores {
		flex-direction: column;
	}
	
	.south-stores {
		flex-direction: column-reverse;
	}
	
	.map-embed {
		height: 300px;
		padding-left: 30px;
	}
	
	.south-stores .locations-heading, .south-stores .locations-nap-container {
		margin-left: 30px;
	}
	
	.locations-map {
		width: 80%;
		padding: 0;
	}
	
	.locations-text-container {
		width: 80%;
	}
	
}

@media screen and (max-width: 500px) {

	.north-stores {
		flex-direction: column;
	}
	
	.south-stores {
		flex-direction: column-reverse;
	}
	
	.locations-nap-container {
		flex-direction: column;
		gap: 0;
	}
	
	.locations-heading {
		font-size: 20px;
		padding: 0;
	}
	
	.locations-text-container {
		width: 80%;
	}
		
	.store-column {
		width: 100%;
	}
	
	.locations-map {
		width: 80%;
		padding: 0;
	}
	
	.store {
		padding: 0;
	}
	
	.map-embed {
		height: 300px;
		padding-left: 30px;
	}
	
	.south-stores .locations-heading, .south-stores .locations-nap-container {
		margin-left: 30px;
	}


}
	
	
