#footer_container
{
	width : 100%;
	margin : 0px;
	padding : 0px;
	display : flex;
	align-items : center;
	justify-content : center;
	background-color : #1c7ed6;
}

#footer
{
	width : 80%;
	margin : 0px;
	padding : 0px;
	display : flex;
	align-items : center;
	justify-content : center;
	flex-direction : column;
}

@media screen and (max-width: 1024px)
{
	#footer
	{
		width : 100%;
	}
}

#footer_links
{
	width : 100%;
	margin : 0px;
	padding : 0px;
	border-collapse : collapse;
	text-align : center;
	margin-top : 10px;
	margin-bottom : 10px;
}

#footer_links tr
{
	
}

#footer_links tr td
{
	padding-top : 2px;
}

.footer_title
{
	font-size : 1.3em;
	color : white;
}

#footer_links tr td a
{
	color : white;
	font-size : 0.8em;
}

#footer_links tr td a:hover
{
	color : #303030;
	font-size : 0.8em;
}

#wee_links
{
	margin : 0px;
	padding : 0px;
	padding-top : 10px;
	padding-bottom : 10px;
	width : 100%;
	text-align : center;
	border-top : 1px solid #D3D3D3;
	border-bottom : 1px solid #D3D3D3;
}

#wee_links tr
{
	width : 100%;
}

#wee_links tr td
{
	
}

#wee_links a
{
	color : white;
	font-size : 0.8em;
}

.links_title
{
	font-size : 1.3em;
	color : white;
	padding-bottom : 10px;
}

#copyright
{
	color : white;
	width : 100%;
	margin : 0px;
	padding : 0px;
	font-size : 0.8em;
	padding-top : 10px;
	padding-bottom : 10px;
	text-align : center;
}

#copyright a
{
	color : white;
}

