/* Small Phones to small Tablet 481-767px(Ipad) */
@media only screen and (max-width: 380px) {
    #footerContent {
        font-size: 14px;
    }
}
@media only screen and (max-width: 330px) {
    #footerContent {
        font-size: 12px;
    }
}
