header nav.navbar-default, nav.navbar.bootsnav, .full-width-pull-menu {
    background-color: #a19986;
}

header a.logo-light img {
    max-height: 70px;
}

header a.logo-dark img {
    max-height: 70px;
}

header.sticky nav.navbar-default, header.sticky nav.navbar.bootsnav {
    background-color: #a19986 !important;
}

.text_filo_bis {
font-family: 'Mostra Nuova AltB';
    font-weight: 900;
    font-size: 25px;
    color: #000;
}

.text_bis {
    font-family: 'Outfit';
    font-weight: 300;
    color: #000000;
    line-height: 24px;
    font-size: 15px;
}

.title_filo {
font-family: 'Mostra Nuova AltB';
    font-weight: 900;
    font-size: 30px;
    color: #000;
}

.sub_filo {
    font-family: 'Outfit';
    font-weight: 300;
    color: #000000;
    line-height: 24px;
    font-size: 15px;
}

.end_filo {
    font-family: 'Outfit';
    font-weight: bold;
    color: #000000;
    line-height: 26px;
    font-size: 22px;
    text-align: left;
}


.text_prod {
   font-family: 'Outfit';
   font-weight: normal;
    color: #000000;
    line-height: 20px;
    font-size: 16px;
    text-align: left;
}

.text_comm {
font-family: 'Staatliches';
    font-weight: normal;
color: #000000;
    line-height: 20px;
    font-size: 35px;
    text-align: left;
}

.text_bott {
font-family: 'Rodchenko  Constructed ML';
    font-weight: normal;
color: #000000;
    line-height: 20px;
    font-size: 27px;
    text-align: center;
}


.myButton {
       background-color: #6B1519;
    border: 1px solid #6B1519;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    padding: 2px 7px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #a51611;
    width: 120px;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
}
.myButton:hover {
    background-color:#a51611;
color:#fff !Important;
}
.myButton:active {
    position:relative;
    top:1px;
}
