
.t-Header-nav {
    background-color: white !important;  /* White background */
    border-bottom: 3px solid #c62c2b;    /* Red line below */
         height: 20px !important;
    line-height: 20px !important;
}

.t-Header-branding {
    background-color: white !important;
    color: black !important;
    height: 170px !important;  
    margin-bottom: 0px;
    margin-top: 0px;
}


.t-Header-logo img {
    
    height: 180px !important;  
    width: auto !important;
    max-height: 180px !important;  
}

/*
.t-Header {
    margin-bottom: 0px;
    margin-top: 0px;

    min-height: 170px; 
}


.t-Header-logo {
    margin-bottom: 0px;
    margin-top: 0px;
    display: flex;
    align-items: center;
}
*/