/*======================================================================
    MOBILE HEADER LOGO
----------------------------------------------------------------------*/
/*
Purpose:
Increase the size and visibility of the Certification & Safety
logo on mobile devices. The standard Divi mobile header limits
the logo height, making the circular logo difficult to recognize.

Applies To:
Standard Divi Header

File:
css/nbc-mobile-header.css

Author:
Thomas L. Vaughn
Nuts and Bolts Coaching (NBC)

Date Added:
2026-07-23

Notes:
- Mobile only.
- Desktop header is not affected.
- Designed for the standard Divi header.
*/
/*====================================================================*/


@media only screen and (max-width: 980px) {

    #main-header #logo {
        max-height: 60px;
        width: auto;
    }

    #main-header .logo_container {
        height: 80px;
    }

    #main-header .container {
        min-height: 80px;
    }

}