#testata {
    background-color: #ccc;
    border: 1px solid #000;
}


/*qui formatto il menu principale*/

#menu {
    background-color: black;
    padding: 5px;
}

#menu a {
    text-decoration: none;
    color: white;
    font-size: 1.2em;
}

#menu a:hover {
    text-decoration: underline;
    color: red;
}


/*qui formatto il contenitore centrale della pagine*/


/*#container {border: 1px solid #CCC; }
#container h1 {color:red;}
*/

#sidebar {
    /* width: 20%; */
    min-height: 500px;
    /*border-right: 1px solid #666;*/
    float: left;
}

#sidebar li {
    list-style: none;
}

#content {
    /* width: 75%; */
    min-height: 500px;
    /*border-left: 1px solid #fc3;*/
    float: right;
}

#testata h1 {
    color: darkblue;
}

.red {
    color: darkred
}

button.white:hover {
    color: #fff;
    background-color: #bbb;
    font-weight: bold;
    font-size: 1.1em;
}

button.yellow:hover {
    color: rgb(245, 241, 43);
    background-color: #bbb;
    font-weight: bold;
    font-size: 1.1em;
}

button.orange:hover {
    color: rgb(243, 103, 38);
    background-color: #eee;
    font-weight: bold;
    font-size: 1.1em;
}

button.green:hover {
    color: rgb(17, 209, 104);
    background-color: #eee;
    font-weight: bold;
    font-size: 1.1em;
}

button.blue:hover {
    color: rgb(41, 19, 236);
    background-color: #eee;
    font-weight: bold;
    font-size: 1.1em;
}

button.brown:hover {
    color: rgb(121, 56, 54);
    background-color: #eee;
    font-weight: bold;
    font-size: 1.1em;
}

button.black:hover {
    color: rgb(0, 0, 0);
    background-color: #eee;
    font-weight: bold;
    font-size: 1.1em;
}

body {
    padding-top: 70px;
}


/*stili per le slide*/

.left p {
    font-size: 18px;
}

.left ul li {
    font-size: 24px;
}

.left h6 {
    font-size: 24px;
    color: #c30;
}

img {
    max-height: 400px;
}

.right {
    float: right;
    width: 35%;
}

.left {
    float: left;
    width: 60%;
}

h3 {
    margin-bottom: 20px !important;
}

.smaller {
    font-size: 0.5em;
    line-height: 1.4em;
}

.slides>article.current,
.slides>article.past,
.slides>article.next {
    top: 450px;
}