.header-transparent #header:not(.scrolled) {
    background: rgba(0, 0, 0, 0.7);
}

/*Header selezionato*/
.dropmenu ul li a:hover, .dropmenu ul li a:focus, .dropmenu ul li a.active {
    color: #ffff !important;
}

/*Header non selezionato*/
#header a {
    color: #ffff;
}

/*Dimensione logo*/
#header .logo svg, #header .logo img {
    height: 78px;
    display: inherit;
}

/*Background dropdown*/
.dropmenu ul ul {
    position: absolute;
    top: 100%;
    list-style: none;
/*    background: #4c4c4c;*/
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 4px 2px 5px rgb(0 0 0 / 10%);
    visibility: hidden;
}

/*Full width class (for iframe)*/
.full-width {
  width: 100vw !important;
/*  height: 100vh !important;*/
  height: calc(100vh - 11.7rem); !important;
  position: relative !important;
  margin-left: -50vw !important;
  margin-top: 0px !important;
  left: 50% !important;
 }

 #header {
    color: #ffffff;
}

/*Align center (for images)*/

.align_center {
    /* for images  */ 
    display: block;
    margin: 1em auto; 
    position: relative;
    top: 0.5em;
}
