footer {
    position: relative;
    width: 100%;
    color: #767c1a; ;
    background: var(--color-secondary);
    font-size: 14px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

    .information {
        width: 17.5%;
        position: relative;
        display: inline-block;
        vertical-align: top;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-items: center;
        align-content: center;
        text-align: left;  
        list-style: none;     
        padding: 15px;
        
    }
    ul {
        list-style: none;
    }

    .footer_titles {
        margin: 0px;
        position: relative;
        text-align: left;
      
        top: 0;
    }

    .information span,
    .information ul li a{
    
        color: var(--color-primary);
        text-decoration: none;
       

    }

    .information li a {
        list-style: none;
        text-decoration: none;
     
        color: var(--color-primary);
        font-family: Helvetica, sans-serif;
        font-size: 1em;
        line-height: 1.3em;
        font-weight: normal;
        left: 0;
    }

            
    .information li a h3 {
            list-style: none;
            text-decoration: none;
         
            color: var(--color-primary);
            font-family: Helvetica, sans-serif;
            font-size: 1em;
            line-height: .3em;
            padding: 0;
            font-weight: normal;
            left: 0;
        }  

    .footer_titles {
        color: rgb(255, 255, 255);
        text-align: left;
        font-family: Helvetica, sans-serif;
        font-weight: bolder;
        font-size: 24px;
        padding: 25 0 20 0;
    }

    .copyright{
        background: var(--color-secondary);

        font-family: Helvetica, sans-serif;
        font-size: 1.0vw;
        padding: 25px;  
    }    
    
    .years { 
            text-align: center;
             position: relative;
             width: 100%;
            
            display: inline-block ;
            text-align: center;
            font-size: 1vw;
            color:white;
            padding: 10 0 0 0;
        }
            
    .brand {
        text-align: center;
        font-size: 4vw; 
      
        }
        
    
    
    .developer {
        text-align: left;
        color: white; 
        font-family: Helvetica;
        font-size: 1vw; 
        padding: 0 0 20 20;
        }

    .developer img {
        width: 4%;
        height: auto;
    }

@media only screen and (max-width: 800px) {
    .information {
        display: inline-block;
        text-align: left;
        vertical-align: top;
        width: 80%;
        padding: 10 0 10 0;
        
    }

    .footer_titles {
        padding: 5 0 5 0;
    }

    .copyrigth{
        font-family: Helvetica, sans-serif;
        font-size: 4vw;
        text-decoration:none;
        height: 50px;
    }
    
    .years { 
        font-size: 4vw; 
        padding: 10 0 0 0;
        }	
    
    .brand {
        width: 100%;
        
        font-size: 10vw; 
        color: white;
        }

    .developer {
        padding: 0 0 10 20;
        text-align: left;
        font-size: 3.5vw; 

        }		
     .developer img {
        width: 12%;
        height: auto;
    }	

}