<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Footer */


footer{
 padding-top: 10px;
 padding-bottom: 10px;
 background: #eeeeee; 
    }

footer .copyright{
    
font-size: 0.8rem; color: #fff;
padding-bottom: 0.5rem; padding-top:0.5rem; }


footer .logo img{
    width: 150px;
    padding-bottom: 10px;
}

footer ul{
    list-style: none; 
    }



footer li{
  display: inline-block;
  border-left: 2px solid #8baea2;
  line-height: 0.85rem; padding-right: 1rem;padding-left: .3rem;
  margin-left: -0.3rem;
    }
footer li a{
    color: #7d7d7d;font-size: 0.85rem;text-decoration:none;
    }
footer li a:hover{
    color: #8baea2;
    text-decoration:none;
    }


.copyright-bg {
 background-color: #8baea2;
  } 



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