/* background setup */
.myfull_bkg{
    width:100%;
    height:100%;
    z-index: 50;
}

body{
    background-color: #336633;
}
#cookie_choice{
    width: 480px;
}

#header_home {
    background-color: #4b628e;
    height: 100px;

}
.content_loghi {
    position: fixed;
    top: 120px;
    left: 30px;
    background-color:rgba(255, 255, 255, 0.1);;
    color:#FFF;  
    z-index: 999;
}

.content_loghi  a:hover{
    background-color: #FF5542; 
    color:#FFF;
    text-decoration: none;
}
.content_loghi  a{ 
    color:#FFF;
    text-decoration: none;
}


.content_home {
    background-color: #336633;
    color:#FFF;
}
.content_home  a:hover{
    background-color: #FF5542; 
    color:#FFF;
    text-decoration: none;
}
.content_home  a{ 
    color:#FFF;
    text-decoration: none;
}
/* CODICE PER IL BLOCCO EVIDENZA e SAP */
.space{
    margin-top:50px;
}
.titolo_sede{
        font-size: 1em;
}
.citazione{
    font-size: 1em;
}
.text_home {
  font-family: 'Open Sans', arial;
    font-size: 1.1em;
}
.text_home_bold {
  font-family: 'Open Sans', arial;
    font-size: 1.1em;
    font-weight: bold;
}
