/* Enter Your Custom CSS Here */
.nav-home {
    background: #e06f33;
}
.nav-home2 {
    background: #696969;
}
.nav-home3 {
    background: #82b965;
}
.body-link {
   position: fixed; 
    left: 0; 
    top: 0; 
    height: 1080px; 
    width: 100%; 
    z-index: 0; 
}

.body-link2 {
 position: absolute;
   top: 270px;
 
    z-index: 0;
}
.body-link3 {
 position: absolute;
  right: 0;
  top: 270px;
 
    z-index: 0;
}
.barra-sfumata
{
  background-color: rgb(221,209,181);
}
.click f {
  
    z-index: 1000;
}
.entry { color: gray; }
.entry.excerpt { color: gray; }
.widget > h3
{color: #e06f33;
}

/* Responsive iFrame */
.video 
{
position:         relative;
padding-top:      30px;
padding-bottom:   56.25%;
height:           0;
overflow:         hidden;
}
.video iframe
{
position:  absolute;
top:       0;
left:      0;
width:     100%;
height:    100%;
}

#header { background-color: transparent !important;
}

ins {
background: rgba(255,255,0,0) !important;
}