@charset "UTF-8";
/* CSS Document */

footer{
	width:100%;
	height:220px;
	color:#fff;
	background-color:#0852a0;
    overflow:hidden;
  }
footer p{
	display:block;
	width:100%;
	background-color:#000;
	font-size:80%;
	text-align:center;
	margin:0 auto 36px;
	}
@media only screen and (min-width: 481px) {
	footer{
	height:276px;
    }
	}
	
@media only screen and (min-width: 769px) {
	
footer p{
	margin:112px 0;
	font-size:90%;
	}	
}
@media screen and (min-width: 1301px) {
	footer {
		position:relative;
	}
	footer p{
		margin:0;
		position:absolute;
		bottom:0;
	}
}