/*
 T h*eme Name: Al-Rayan School
 Theme URI: https://alrayanschools.sc.ke
 Author: Custom Development
 Description: Custom WordPress theme for Al-Rayan Primary & Junior Secondary School based on Mihrab template.
 Version: 1.0.0
 Text Domain: alrayan
 */

/* Custom Header Logo Sizing */
.site-logo img,
.custom-logo {
    max-height: 75px; /* Adjust height to fit the top navigation bar */
    width: auto;      /* Keeps the original circular aspect ratio */
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
}

/* Footer Logo Sizing */
.footer-logo img {
    max-height: 85px;
    width: auto;
}
