
.footer {
	margin: -100px auto 0;
	min-height: 100px;
	background: #a50000;
	position: relative;
	font-size:20px;	
		text-align: center;
	
	width: 100%;
}

@media screen and (max-width:600px){
footer .footer_text{
		display:none;
	}
}


@media screen and (min-width:802px){
.a_icon {
  display:none;
}
}