/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 22 2025 | 21:59:26 */

.site-branding {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
    margin: 0 auto !important;
}

.site-branding img {
    max-width: 210px !important;
    height: auto !important;
    margin-top: 30px !important;
    display: block !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    border: 10px solid #fff !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3) !important;
    transition: transform 0.3s, box-shadow 0.3s !important;
}

.site-branding img:hover {
    transform: scale(1.05) rotate(-1deg) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4) !important;
}

