
/* CTEJA Header + Footer Logo Size V1 */

/* HEADER */
#cteja-hz-v2-header .cteja-hz-brand{
    min-width:250px!important;
    flex:0 0 250px!important;
    overflow:visible!important;
}

#cteja-hz-v2-header .cteja-hz-brand img{
    display:block!important;
    width:auto!important;
    height:auto!important;
    max-width:245px!important;
    max-height:66px!important;
    object-fit:contain!important;
    filter:none!important;
}

/* Keep nav aligned after enlarging logo */
#cteja-hz-v2-header .cteja-hz-inner{
    min-height:72px!important;
}

/* FOOTER */
#cteja-global-footer .cteja-footer-logo{
    display:inline-flex!important;
    align-items:center!important;
    min-height:78px!important;
    overflow:visible!important;
}

#cteja-global-footer .cteja-footer-logo img{
    display:block!important;
    width:auto!important;
    height:auto!important;
    max-width:260px!important;
    max-height:82px!important;
    object-fit:contain!important;
    filter:none!important;
}

/* Tablet */
@media(max-width:1100px){
    #cteja-hz-v2-header .cteja-hz-brand{
        min-width:205px!important;
        flex-basis:205px!important;
    }
    #cteja-hz-v2-header .cteja-hz-brand img{
        max-width:200px!important;
        max-height:58px!important;
    }
    #cteja-global-footer .cteja-footer-logo img{
        max-width:225px!important;
        max-height:74px!important;
    }
}

/* Mobile */
@media(max-width:920px){
    #cteja-hz-v2-header .cteja-hz-brand{
        min-width:auto!important;
        flex:1 1 auto!important;
    }
    #cteja-hz-v2-header .cteja-hz-brand img{
        max-width:175px!important;
        max-height:52px!important;
    }
}

@media(max-width:600px){
    #cteja-hz-v2-header .cteja-hz-brand img{
        max-width:150px!important;
        max-height:46px!important;
    }
    #cteja-global-footer .cteja-footer-logo img{
        max-width:205px!important;
        max-height:68px!important;
    }
}
