
@media screen and (max-width: 767px){
  footer{
    margin-top:80px;
  }
}


@media screen and (min-width: 768px){
  footer{
    margin-top:100px;
  }
}