

/*iPad*/
@media only screen and (min-width: 481px) and (max-width: 768px) {

    footer{
        font-size: 14px;
        line-height: 34px;

    }

}


/* Smart Phone*/

@media only screen and (max-width: 480px) {

    footer{
        font-size: 12px;
        line-height: 30px;

    }



}