#footer-container {
    top: 2970px;
}

@media  only screen and (max-width: 1300px) { 
    @supports (-webkit-touch-callout: none) {        
        body{
           font-size: 15px;
        }
    }
}