/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* Custom Cybersmart Logo Size Limit & Position */
header img, 
.navbar-brand img, 
#logo,
img[src*="logo"] {
    max-height: 35px !important; /* Adjust this value to change size */
    width: auto !important;      /* Keeps the aspect ratio perfect */
    
    /* Vertical positioning (Down) */
    margin-top: 6px !important; 
    
    /* Horizontal positioning (Right) */
    margin-left: 12px !important; /* Increase this value (e.g., 40px, 50px) to push it further right */
    
    /* Alternative visual nudge (Uncomment the line below if margins don't behave) */
    /* transform: translate(20px, 8px) !important; */ /* Moves 20px right, 8px down */
}