footer
{
	padding-top:40px;
	padding-bottom:20px;
	width:100%;
	/*width: 39rem;*/
	max-width: 700px;
	min-height: 10px;
	/*background-color: gold;*/
	margin:auto;
	font-size: 0.7rem;
	color:#666;
}

footer a:hover
{
	border-bottom: 1px solid #666;
}

footer>div nav
{
	margin:auto;
	margin-top:0px;
	margin-bottom:0px;
}

footer>div nav li
{
	margin:auto;
	vertical-align: middle;
	margin-right:1rem;
	border-right: 1px solid #666;
	letter-spacing:0.03em;
	padding-right:1rem;
}


footer>div nav li a:hover
{
	/*border-bottom: 1px solid orangered;*/
}

footer>div nav li:last-child
{
	border-right: 0;
}


footer>div:first-child
{
	margin:auto;
	margin-left:0px;
}

footer>div:last-child
{
	margin:auto;
	margin-right:0px;
}

@media only screen and (max-width:650px)
{
	#id_footer
	{
		flex-direction: column;
	}

	footer>div:first-child
	{
		margin:auto;
		margin-bottom: 1rem;
	}

	footer>div:last-child, footer>div:last-child nav, footer>div:last-child nav ul
	{
		margin:auto;
	}
}