#footer{
	margin-top:50px;
	width:100%;
	
	padding-top:30px;
	padding-bottom:30px;
	color:white;
	font-family: 'Pompiere', arial,sans-serif;
	background-image:url('footer.png');
	/*background-color:rgba(0,0,42,1);*/
	background-size:100% 100%;
	font-size:21px;
	color:rgba(0,255,255,1)
}
#footwra{
	width:80%;
	margin:auto;
	text-align:center;
}
#foot1,#foot2,#foot3{display:inline-block;vertical-align:top;}
#foot1{}
#foot3{display:inline-block;vertical-align:middle;}
#foot1{text-align:left;margin-right:50px}
#foot2{text-align:left;}
#foot3{text-align:right;}
#footlogo{
	height:70px;
}

.footm,.footm2{display:inline-block;vertical-align:top;margin-right:17px}
.footm2{margin-right:30px}
.foottitle{
	margin-bottom:13px;
	/*color:white;*/
	/*color:rgba(0,50,150,1)*/
	
}

@media screen and (max-width: 1000px)  {#footwra{width:90%}#footer{font-size:17px}}
@media screen and (max-width: 600px)  {.foottitle{margin-bottom:6px;}#footwra{width:95%}#footer{font-size:15px}#foot1{margin-bottom:20px}}