@media screen and (max-width:850px){
footer div {
  font-size: 90%;
}
}

@media screen and (max-width:700px){
body > footer > div:nth-of-type(2){
	font-size: 75%;
}
}

@media screen and (max-width:550px){
footer div {
  font-size: 85%;
}
footer img{
  width:2em;
}
}


@media screen and (max-width:450px){
footer div {
  font-size: 80%;
}
}

@media screen and (max-width:375px){
footer div {
  font-size: 75%;
}
}
