.header {
    position: fixed;
    top: 0px;
    margin: auto;
    width: 100% ; 
    z-index: 100;
    background-color: #fff;
}

/**************************************************/
.grayBar {
    top: 0px;
    margin: auto;
    width: 100%; 
    height: 32px;
    text-align: center;
    background-color: #555;
}

@media (max-width: 400px) {
    .grayBar {
        height: 20px;
    }

}

@media (min-width:401px) and (max-width: 768px) {
    .grayBar {
        height: 25px;
        margin-top: -20px;
    }
}

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

.blu_bar {
    top: 0px;
    margin: auto;
    width: 100%; 
    height: 26px;
    text-align: center;
    background-color: #0073e6 ;
    /*    box-shadow: 0 18px 14px -14px rgba(0,0,0,0.6), 0 -18px 14px -14px rgba(0,0,0,0.6);*/
}

/**************************************************/
.voci_menu {
    margin: auto;
    background-color: #555;
    font-weight: bold;
    font-size: 20px;
    font-family:  "Titillium Web";
}
@media (max-width: 400px) {
    .voci_menu {
        margin: 0;
        margin-left: -8px;
    }

}
@media (min-width:401px) and (max-width: 768px) {
    .voci_menu {
        margin: 0;
        margin-left: 50px;
    }

}
/**************************************************/


.voci_menu  a{
    color: #eee;
}

/**************************************************/
.navigation {
    list-style: none;
    text-align: center;
    margin: 0;
    font-weight: bold;
    padding-top: 4px;

}
.navigation li{
    display: inline-block;
    padding: 0 25px 0 0;
}

.navigation a:link, a:visited {
    color: #fff;
    text-decoration: none;
}
/*
.navigation a:hover {
color: #000;
background-color: #ccc;
text-decoration: none;
border-radius: 0;
}
*/



@media (max-width: 768px) {
    .navigation {
        list-style: none;
        text-align: left;
        margin: 0;
        font-weight: bold;
        padding-top: 0px;
    }
    .navigation li{
        display: inline-block;
        padding: 0 25px 0 0;
    }

}
/**************************************************/


/**************************************************/
.logo {
    width: 400px;
    height: auto;
    vertical-align: middle;
    border: 0;
    text-align: left
}

@media (max-width: 400px) {
    .logo {
        width: 200px;
    }
}
@media (min-width:401px) and (max-width: 768px) {
    .logo {
        width: 300px;
    }
}
/**************************************************/

/**************************************************/
.button_prenota {
    background-color: #0095d5; 
    text-align: center;
    text-decoration: none;
    border: none;
    color: #ffffff;
    padding: 15px;
    display: inline-block;
    font-weight: bolder;
    /*    margin: 4px 2px;*/
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .button_prenota {
        padding: 5px;
        font-weight: bold;
        border-radius: 2px;
    }
}
/**************************************************/

/**************************************************/
.prenota {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: bolder;
}
@media (max-width: 400px) {
    .prenota {
        font-size: 12px;
    }
}
@media (min-width: 401px) and (max-width: 768px) {
    .prenota {
        font-size: 14px;
    }
}

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


a:link, a:visited {
    color: #fff;
    text-decoration: none;
}


@media (max-width: 768px) {

    capitolo {
        display: block;
        width: 100%;
        padding: 0.25rem 1.5rem;
        clear: both;
        font-weight: bolder;
        color: #000;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

    .dropdown-menu {
        transition: all 0.7s;
        overflow: hidden;
        transform-origin: top center;
        transform: scale(0,0);
        display: block;
    }
    .dropdown-menu:hover {
        transform: scale(1);
    }

    .dropdown-divider {
        height: 0;
        margin: 0.5rem 0;
        overflow: hidden;
        border-top: 1px solid #ccc;
    }
}