/**********************************************************

BLUE JAY 1.0
First light
CSS - Default theme // Front end
www.catbird.it

Risorgimento - 2025

**********************************************************/


.bj-header {
    margin: 0px;
    background: var(--light);
    }
    
.bj-header .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1rem 0;
    }


.bj-header .bj-logo {
    padding: 0px;
    max-width: 100px;
    width: 100px;
}

.bj-header .bj-logo img {
    width: 100%;
}

.bj-header .bj-title {
    padding: 0 0 0 1.4rem;
}

.bj-header input[type="text"] {
    display: inline;
    }

.bj-header h1 {
    font-family: 'Lora';
    font-size: 2rem;
    font-weight: 300;
    color: var(--secondary);
    margin: 0px;
    }

.bj-header h1 .bj-light {
    font-weight: 200;
    }


.bj-header h2 {
    font-family: 'Lora';
    font-size: 1.4rem;
    margin:0;
    font-weight: normal;
    text-transform: none;
    color: var(--title);
    }

.bj-header h3 {
    font-family: 'Lora';
    font-size: 1.125rem;
    line-height: 18px;
    font-weight: 400;
    color: var(--title);
    margin: 0px 0px 0px 10px;
    display: none;
    }
