header{
    background: #0095db;
}

header img.facebook{
    position: absolute;
    right: 240px;
    top:2px;
    height: 30px;
}

header .container{
    padding-top: 22px;
}

body.front-homepage header .container h1
{
    color: #ffffff;
    font-size: 28px;
}

body.front-homepage header
{
    background-position: calc(50% + 680px) 0px;
    background-image: url("./images/figure_search.jpg");
    background-repeat: no-repeat;
    background-size: auto 490px;
}

header ul.multi-button {
    height: 34px;
    display: inline-block;
    list-style: none;
    margin: 0px 34px 0px 0px;
    padding: 0px;
    border: 1px solid #DFF2FA;
    border-radius: 8px;
}

header ul li{
    float: left;
}

header ul.multi-button > :last-child a{
    border-right: none;
}

header ul.multi-button li a{
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0px 20px;
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 0.34px;
    font-weight: 700;
    border-right: 1px solid #DFF2FA;
}

header ul.multi-button li:hover a{
    color: #322B80;
    text-decoration: underline;
}


@media screen and (max-width: 575.98px) {
    header ul.multi-button{
        display: none;
    }
}