footer {
	text-align: center;
	background-color: #002D62;
	margin: 0px;
	padding: 0px;
	max-width: 100%;
	color: white;
	position: sticky;
	top: 100%;
	margin-top: 15px;
	z-index: -5;
}
footer h1
{margin:0px;
}
footer h2
{
 text-decoration: underline;
}
.row
{display:flex;
flex-wrap: wrap;
text-align:left;
color: white;
margin:0px;	
padding:0px;
width:80%;
margin-left:10%;
padding-bottom:30px;
}
.column
{width: 33%;
}
.footerList
{
display: block;
list-style-type:none;
margin:0px;
padding:0px;

transition: all 0.3s ease;
	
}
.footerList li
{margin-bottom:15px;

}

.footerList a
{	color: white;
text-decoration:none;


}

.footerList a:hover
{	color: white;
text-decoration:none;
padding-left:8px;
cursor: pointer;

}

@media screen and (max-width: 940px) {
	.column
{width: 50%;
}
	
}
@media screen and (max-width: 470px) {
	.column
{width: 100%;
}
	
}