#footer
{
	width : 100%;
	background-color : rgb(64, 64, 255);
	display : flex;
	flex-direction : column;
	align-items : space-between;
	color : white;
}

#footer_top 
{
	width : calc(80% - 22px);
	display : flex;
	margin : auto;
	padding : 0px;
	border-left : 1px solid #d3d3d3;
	border-right : 1px solid #d3d3d3;
	padding-left : 10px;
	padding-right : 10px;
	background-color : rgb(96, 96, 255);
}

#footer a
{
	color : white;
}

.footer_item, .footer_item_mid
{
	width : calc(calc(100% / 3) - 20px);
	margin : 0px;
	padding : 10px;
}

.footer_item p, .footer_item_mid p
{
	font-size : 1.2em;
	width : 100%;
	text-align : center;
	text-decoration : underline;
}

.footer_item ul, .footer_item_mid ul
{
	list-style-type : none;
}

.footer_item_mid
{
	border-left : 1px solid #d3d3d3;
	border-right : 1px solid #d3d3d3;
}


#footer_bottom 
{
	width : calc(80% - 2px);
	margin : auto;
	border-left : 1px solid #d3d3d3;
	border-right : 1px solid #d3d3d3;
	border-top : 1px solid #d3d3d3;
	background-color : rgb(96, 96, 255);
}

#footer_bottom p
{
	width : 100%;
	text-align : center;
}

#footer_bottom a
{
	color : white;
}