#header #site-name a {
    background-image: url('/static/images/jamiat-logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent; /* Hides the default text */
    display: inline-block; /* Adjust as needed */
    width: 200px; /* Adjust as needed */
    height: 50px; /* Adjust as needed */
}