

/*
Design by AdMuncie.com -  Footer
http://www.admuncie.com
*/



<style> 

*  {
		padding: 0; 
		margin: 0;
	}
body { 
		background-color: #ffffff;
		font-family:   Georgia, Arial, Helvetica;
		padding: 0; 
		margin: 0;

}
	
	.footer { 
		background-color: #333333;
		color: #FFFFFF;
		display: flex;
		flex-direction: column;
		position: fixed; 
		bottom: 0;
}
.container  {   
display:  flex;    
	padding:  50px   20px;
max-width: 2500px;
margin: 0 auto;
	background-color: #666666; 

    }

.welcome { 
        	background-color: #666666; 
			font-style: italic; 
			font-family: Georgia, Arial;
			 font-size: 12pt; 
			 color: #cccccc; 
			 line-height: 2.1;
			 padding: 25px 25;
			 margin:  25  20px;
			 text-align: center;
			 
			a  { color:  #ffffff;
	            text-decoration: none; 
				background-color: transparent;} 
			a:hover { 
	            color: #0033ff; 
				background-color: transparent;
	            text-decoration: underline; }
			 
	flex-grow: 1;
	flex-basis: 100%;

}


.column3 { 
background-color: #666666; 
			font-style: italic; 
			font-family: Georgia, Arial;
		    font-size: 14pt; 
		    color: #ffffff;

margin:  0  20px;
padding: 25px 25;
text-align: center;

flex-grow: 1;
flex-basis: 100%;
}

.column3  ul { 
	list-style-type: none; 
	line-height: 1.6;
	padding: 25px 0;
} 
.column3  a  { 
	color:  #ffffff;
	text-decoration: none; 
}
.column3 a:hover { 
	color: #003399; 
	text-decoration: underline; 
}


.middle { 
background-color: #666666; 
flex-grow: 1;
flex-basis: 70%;
text-align: center;
}
.middle  ul { 
	list-style-type: none; 
	line-height: 2;
}
.middle  a  { 
	color:  white 
	text-decoration: none; 
}
.middle  a:hover { 
	color: lightblue; 
	text-decoration: underline; 
}

.middle h3  { 
	margin-bottom:  20px; 
	font-size:  20px; 
}




.copyright { 
	padding: 15px 0; 
	
	text-align: center; 
	border-top: 1px solid gray;
		background-color: #000000; 
		font-style: italic; 
			font-family: Georgia, Arial;
			 font-size: 10pt; 
			 color: #666666; 
}
@media only screen and (max-width: 768px) 
. container { 
	flex-direction: column;
	}

</style> 

