/*-------------------------------------Classes------------------------------*/
.locations-body
{
	padding-left: 0;
	left: 0px;
	top: 0px;
	background-color: white;
	height: 1000px;
	width: 100%;
	background-image: url(../images/garden-grass-green-7283.jpg);
}
/*-------------------------------------IDs------------------------------*/
#town-listings
{
	margin-left: auto;
	margin-right: auto;
    transform: translateY(300px);
    background: rgba(69,43,30,.9);
    width: 700px;
    height: 300px;
    border: 1px solid black;
    font-size: 30px;
    color: gold;
	columns: 3; 
	text-align: center;
	padding-top: 20px;
	font-family: serif;
}