
/*
 * Custom translucent site header
 */

.site-header {
  /*background-color: #53afd7;*/
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  /*background-image:url(../sfondino.png);*/
  margin:0 auto;
  
}
.site-header a {
  color: #fff !important;
  transition: ease-in-out color .15s;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  font-size:1.3em;
  text-transform:uppercase;
}
.site-header a:hover {
  color: #53afd7 !important;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */




/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }
