.footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .9em;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=80);
    text-align: center;
    color: #fff;
}

@media only screen and (max-width: 1400px)  {
    .footer {
    max-width: 100%;
    position: fixed;
        font-size: 1.2em;
    }
}

@media only screen and (max-width: 1300px)  {
    
   .footer{
    max-width: 100%;  
    position: fixed;
        font-size: 0.9em;
    }
}

@media only screen and (max-width: 1080px)  {
    
    
    .footer{
     position: fixed;
    max-width: 100%;   
        font-size: 0.9em;
}
}

@media only screen and (max-width: 900px)  {
    
    
    .footer{
      position: fixed;
    max-width: 100%;  
        font-size: 0.9em;
    }
}


@media only screen and (max-width: 700px)  {
    
    
    .footer{
    position: fixed;  
    max-width: 100%;  
        font-size: 0.9em;
    }
}

@media only screen and (max-width: 600px)  {
    
    
    .footer{
    position: fixed; 
    max-width: 100%;   
        font-size: 0.9em;
    }
}

@media only screen and (max-width: 500px)  {
    
    
    .footer{
     position: fixed;
    
    max-width: 90%;   
        font-size: 1em;
       padding: .55em;
    }
}