.signature {
	position: bottom;
	background-color: black;
	color: orange;
}

.logo {
	background-color: black;

}

.Contact {
	text-indent: 5px;
	padding: 5px;
	
}

.storeimg {
	align-content: center;
}

.location {
	
	color: black;
	text-indent: 5px;
	padding: 5px;
}

.links {
	text-decoration: underline;
	font-weight: bold;
	color: black;
	background-color: orange;
	word-wrap: normal;
	margin-right: 20px;
	display: inline;

}

.map {
	position: relative;
}

footer {
	align-self: auto;
	text-align: center;
}

.products.table {
	border-spacing: 5px;
	text-align: justify-all;

}

.products {
	font-weight: bold;
	color: black;
	position: center;
	font-size: 18px;
}

th, td {
	padding: 15px;
	text-align: center;
}



.links {
	background-color: orange;
}

ul {
	list-style-position: inside;
}