<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer {
    background-color:silver;
    display:grid;
    grid-template-columns: 1fr;
    box-sizing:border-box;
}

.div-footer-line {
    background-color:white;
    height:2px;
    width:100%;
}


.div-footer-top {
      display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
           align-items:center;
    padding:1em;       
     gap:1em;
        
   
}

.div-footer-left {
    display:grid;
    grid-template-columns: auto 1fr;
    align-items:center;
    font-size:1em;
    gap:0.5em;
}



.div-footer-logo {
    background-image:url("https://robertgravesonline.co.uk/fundacio/svg/logo-grey.svg");
    aspect-ratio:1;
 height:100%;
  }

.img-footer-logo {


}

.div-footer-contact {
    color:white;
    font-family:'Open Sans';
    font-size:0.9em;
    font-weight:100;
}

.div-footer-deia {
    color:white;
    font-family:'Noto Sans';
    font-size:0.8em;
    text-align:center;

          vertical-align:center;
      
}



.div-footer-caib {

}



.div-footer-right {
    display:flex;
    flex-wrap:wrap;
    gap:2em;
    justify-content:space-around;
        background-color: rgb(0,0,255,0);
            align-items:center;
}

.div-footer-bottom {
    box-sizing:border-box;
    background-color:var(--grey);
    color:white;
    padding:1em;
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
    width:100%;
      font-family:'Open Sans';
      font-size:1em;
}


.a-footer {
    color:white;
    text-decoration:none;
  
    border-bottom:1px dotted white;
}


@media only screen and (max-width: 720px) { 
    
    footer {
        font-size:0.8em;
    }
    
    
    
.img-footer-logo {
    width:60px;
}

    
.div-footer-top {

    grid-template-columns: 1fr;
}

.div-footer-right {


}




   
    
}</pre></body></html>