#footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=80);
    text-align: center;
    color: #fff;
    max-width: 100%;
}

@media only screen and (max-width: 1400px)  {
    .footer{
        position: fixed;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=80);
    text-align: center;
    color: #fff;
    max-width: 100%;
        font-size: 1.2em;
    }
}

@media only screen and (max-width: 1300px)  {
    
    
    .footer{
      position: fixed;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=80);
    text-align: center;
    color: #fff;
    max-width: 100%;  
        font-size: 0.9em;
    }
}

@media only screen and (max-width: 1080px)  {
    
    
    .footer{
     position: fixed;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=80);
    text-align: center;
    color: #fff;
    max-width: 100%;   
        font-size: 0.9em;
}
}

@media only screen and (max-width: 900px)  {
    
    
    .footer{
      position: fixed;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=80);
    text-align: center;
    color: #fff;
    max-width: 100%;  
        font-size: 0.9em;
    }
}


@media only screen and (max-width: 700px)  {
    
    
    .footer{
      position: fixed;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=80);
    text-align: center;
    color: #fff;
    max-width: 100%;  
        font-size: 0.9em;
    }
}

@media only screen and (max-width: 600px)  {
    
    
    .footer{
     position: fixed;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=80);
    text-align: center;
    color: #fff;
    max-width: 100%;   
        font-size: 0.9em;
    }
}

@media only screen and (max-width: 500px)  {
    
    
    .footer{
     position: fixed;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=80);
    text-align: center;
    color: #fff;
    max-width: 100%;   
        font-size: 0.9em;
    }
}