body{
    background-color: palegoldenrod;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.navbar-brand {
    width: 10px;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color:rgb(82, 38, 8);
}

.dropdown-menu{
    background-color: palegoldenrod;
    font-style: oblique;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


.dropdown-item{
    color: rgb(82, 38, 8);
    font-weight: bold;
}

.dropdown-item:hover{
    color: rgb(82, 38, 8);
    font-weight: bold;
    text-shadow: 0 -1px rgba(0,0,0,.1);
    font-weight: bold;
    border-color: rgb(82, 38, 8);
    background: rgb(218, 185, 104) linear-gradient(khaki, rgb(218, 185, 104));
    box-shadow: 0 -1px 1px rgb(218, 185, 104), 0 rgb(218, 185, 104), 0 0 0 1px khaki, 0 2px 5px rgba(0,0,0,.3);
    animation-play-state: paused;
}

.navbar .navbar-collapse .navbar-nav > li > a {
    font-size: 16px;
    font-weight: bold;
    font-style:oblique;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: rgb(82, 38, 8)
}

.header-sezione {
    border-bottom: 2px solid rgb(82, 38, 8);
    margin-bottom: 2em;
    margin-top: 2em;
    text-align: center;
    color:rgb(82, 38, 8);
    font-style: italic;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.copiright {
    border-top: 0.3px solid rgb(82, 38, 8);
    margin-top: 0.25cm;
    margin-bottom: 0.1cm;
    text-align: center;
    color:rgb(82, 38, 8);
    font-size:x-small;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

p {
    font-size: 17.5px;
    font-weight: 400;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color:rgb(82, 38, 8);
    text-align: justify;
}


.th1 {

    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color:rgb(105, 56, 23);
    text-align: center;
}


.current {
    background-color:rgb(218, 185, 104);
}


.card-intro {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: medium;
    background-color: rgb(238, 204, 118);
    border-color: rgb(82, 38, 8);
    color: rgb(82, 38, 8);
}

.card-prenota {
    background-color:transparent;
    border-color:transparent;
    color: transparent;
}

.card {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: small;
    background-color: rgb(235, 206, 135);
    border-color: rgb(82, 38, 8);
}

.img-thumbnail {
    background: rgb(82, 38, 8);
}

.btn-testa{
    color: rgb(82, 38, 8);
    text-shadow: 0 -1px rgba(0,0,0,.1);
    font-weight: bold;
    border-color: rgb(82, 38, 8);
    background: goldenrod linear-gradient(rgb(247, 218, 57), goldenrod);
    box-shadow: 0 -1px 1px rgb(238, 204, 118), 0 rgb(223, 199, 62), 0 0 0 1px goldenrod, 0 2px 5px rgba(0,0,0,.3);
}

.btn-testa:hover{
    color: rgb(82, 38, 8);
    text-shadow: 0 -1px rgba(0,0,0,.1);
    font-weight: bold;
    border-color: rgb(82, 38, 8);
    background: rgb(204, 161, 53) linear-gradient(rgb(247, 218, 57), rgb(204, 161, 53));
    box-shadow: 0 -1px 1px rgb(238, 204, 118), 0 rgb(223, 199, 62), 0 0 0 1px rgb(204, 161, 53), 0 2px 5px rgba(0,0,0,.3);
}

.btn-elimina
{
    color: #fff;
    background: rgb(212,75,56);
}

.btn-elimina:hover
{
    color: #fff;
    background: rgb(232,95,76);
    border: none;
}


.btn-prodotti
{
    color: rgb(82, 38, 8);
    text-shadow: 0 -1px rgba(0,0,0,.1);
    font-weight: bold;
    border-color: rgb(82, 38, 8);
    background: goldenrod linear-gradient(rgb(247, 218, 57), goldenrod);
    box-shadow: 0 -1px 1px gold, 0 rgb(223, 199, 62), 0 0 0 1px rgb(219, 173, 54), 0 2px 5px rgba(0,0,0,.3);
    animation: pulsate 1.2s linear infinite;
}

.btn-prodotti:hover
{
    color: rgb(82, 38, 8);
    text-shadow: 0 -1px rgba(0,0,0,.1);
    font-weight: bold;
    border-color: rgb(82, 38, 8);
    background: goldenrod linear-gradient(rgb(247, 218, 57), goldenrod);
    box-shadow: 0 -1px 1px gold, 0 rgb(223, 199, 62), 0 0 0 1px goldenrod, 0 2px 5px rgba(0,0,0,.3);
    animation-play-state: paused;
}

@keyframes pulsate {
  50% {color: saddlebrown; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px white, 0 0 8px wheat;}
}
