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

BLUE JAY 1.0
First light

CSS - Default theme // Front end

www.catbird.it - 2019

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


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


.bj-header {
    margin: 0px;
    background: #ffffff;
    }

.bj-header .bj-logo {
    margin: 0px;
    padding: 0px;
    max-width: 100px;
    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: 'Nunito', sans-serif;
    font-size: 2.375rem;
    line-height: 30px;
    font-weight: 400;
    color: #3c87c7;
    margin: 20px 0px 10px 0px;
    display: block;
    }

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


.bj-header h2 {
    font-family: 'Nunito', sans-serif;
    font-size: 1.5rem;
    line-height: 24px;
    font-weight: normal;
    text-transform: none;
    color: #3c87c7;
    margin: 0px 0px 20px 0px;
    display: inline-block;
    }

.bj-header h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 1.125rem;
    line-height: 18px;
    font-weight: 400;
    color: #4a4a4a;
    margin: 0px 0px 0px 10px;
    display: none;
    }
