body {
    background: url('/bg.jpg') no-repeat center center;
    background-size: cover;
}
a{
    color: #af9c72 !important;
}
a:hover{
    color: #af9c72 !important;
}

.search-bar {
    height: 150px;
    background-color: transparent;
}
.grigio {
    background-color: #343e48;
    color: #fff;
    padding-top: 50px !important;
   /* padding-bottom: 120px !important;*/
}
/*
.footer img.stemma {
    width: 200px;
}*/
.nav-item { text-transform: uppercase; }
.nav-item a { text-decoration: none !important; font-size: 19px !important; color: #ad9a71 !important; text-decoration: none !important; }
.nav-item a:hover { text-decoration: underline !important; font-size: 19px !important; color: #ad9a71; }

/** home page **/
body#home .navbar{
    background-color: transparent !important;
}

body#home .navbar-nav a.menu-link {
    color: #000000 !important;
    /*text-decoration: underline !important;*/
    font-weight: 300;
    padding-left: 15px;
}

body#home .search-icon {
    cursor: pointer;
}
/** fine home page */

p.giallo{color:#af9c72 !important;}
p.pubblicato{font-weight:bold;font-size:0.8em}
p.categoria{font-size:0.8em}
.articolo h3{font-weight:bold;}
select.categoria{background-color: white !important;}
select.categoria option:first-child {
    color: #333 !important;       /* Colore del testo */
}
select.categoria option {
    color:#000 !important;
}
.form-button {
    background-color: #000 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    width: 50% !important;
    float: left !important;
}

.form-button_undo {
    background-color: #ad9a70 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    width: 45% !important;
    float: left !important;
    margin-left:10px !important;
}