.btn-md {
  border-radius: 0;
}

/* Ensure header stays above slider */
header {
  position: relative;
  z-index: 1050;
}

p {
  color: #545454;
}

/* Make slider container full screen */
.wrapper .columns {
  padding: 0;
  margin: 0;
}

/* Ensure carousel takes full height */
#mizio-slider {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

/* Adjust main container for overlay */
.container .row .col-md-12 .wrapper {
  position: relative;
  z-index: 2;
}

.mt-100 {
  margin-top: 100px;
}

.mizio-character {
  opacity: 0.5;
  z-index: 999;
}

/* Contorno grigio per le frecce del carousel */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: drop-shadow(1px 0px 0px #ccc)
          drop-shadow(-1px 0px 0px #ccc);
}

/* Contorno grigio per i bullet indicators */
.carousel-indicators button {
  border: 1px solid #ccc!important;
  margin: 10px 0;
}

/* Rimuovi effetto sfocatura hover sul portfolio */
.cbp.minimal .image-box:hover img {
  -webkit-filter: none !important;
  -moz-filter: none !important;
  -o-filter: none !important;
  -ms-filter: none !important;
  filter: none !important;
}

footer .footer-contact, .footer-social-icons {
  margin-top: 15px;
}

/* Anonymous Pro font per menu classic */
@import url('https://fonts.googleapis.com/css2?family=Anonymous+Pro:wght@400;700&display=swap');

nav.classic-menu .menu a span {
  font-family: 'Anonymous Pro', monospace;
  text-transform: lowercase;
  font-weight: 400;
  font-size: 16px;
}

@media only screen and (max-width: 667px) {
  .page-template-template-slider header {
      margin-top: 14px;
  }
}