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

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

città degli archivi - 2024
Provincia S. Antonio dei Frati Minori - 2024

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


/********************************************************************
HEADER
********************************************************************/


.bj-header {
    margin: 0px;
    background: var(--light);
    }

.bj-header .bj-logo {
    margin: 18px 20px 0px 0px;
    padding: 0px;
    max-height: 80px;
    display: inline-block;
    float: left;
    }

.bj-header .bj-title {
    margin: 0px;
    padding: 0px;
    float: left;
    }

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

.bj-header h1 {
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 500;
    font-size: 2.375rem;
    line-height: 30px;
    color: var(--title);
    margin: 20px 0px 10px 0px;
    display: block;
    }

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


.bj-header h2 {
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 24px;
    text-transform: none;
    color: var(--subtitle);
    margin: 0px 0px 20px 0px;
    display: inline-block;
    }

.bj-header h3 {
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 18px;
    color: var(--subtitle);
    margin: 0px 0px 0px 10px;
    display: none;
    }
