/* footer formatting */
@media (min-width: 1025px)
{
	.footerformat
	{
		background-color: black;
		width: 100%;
		height: 50px;
		color: white;
		text-align: center;
		padding: 10px 0 10px 0;
	}
}

@media (min-width: 768px) and (max-width: 1024px)
{
	.footerformat
	{
		background-color: black;
		width: 100%;
		height: 50px;
		color: white;
		text-align: center;
		padding: 10px 0 10px 0;
	}
}

@media (max-width: 767px)
{
	.footerformat
	{
		background-color: black;
		width: 100%;
		height: 50px;
		color: white;
		text-align: center;
		padding: 10px 0 10px 0;
	}
}