@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400&display=swap');
* {
    font-family: 'Outfit', sans-serif;
}
.video {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
h1 {padding-top: 160px;}

.navbar-dark .navbar-nav .nav-link:hover {
color:#D5B702;
}

.nav-link {
    color:#ffffff;
}



.nav-link:hover {
    color:#D5B702;
    border: none;
    }
    
    .nav-link:focus-visible {
        color:#D5B702;
        border: none;
        }

#menu-main-menu li:last-child a {
    border: 1px solid #ffffff;
    border-radius: 8px;

}

#menu-main-menu li:last-child a:hover {
    border: 1px solid #D5B702;
    border-radius: 8px;

}
.background-contatti {
    background-size: cover;
    background-position: center center;
}

.linkedin:hover svg path {
   fill: #D5B702;
}

.wpcf7 label, .wpcf7 label * {
    width: 100%;
}

#breadcrumbs span a {
    color:#ffffff;
}

.breadcrumb_last {
    color:#D5B702;
}

.dropdown-menu {
background-color: #101323;
}

.dropdown-item {
    color:#ffffff;
}

#menu-main-menu .dropdown-menu li:last-child a {
    border: none;
    border-radius: 0;

}

.card-body {
    color: #000000;
}

#footer {
    padding-top: 24px;
}

.gapflex {
    gap: 16px;
}
ul {list-style: none;}

.scroll nav{ 
    background-color: #101323;
    opacity: 0.9;
    transition: 0.3s ease-in;
}

@media only screen and (max-width: 576px) {
    h1 {
      font-size: 40px !important;
    }
    .h2mobile {
        font-size: 24px !important;
      }
    .h3mobile {
        font-size: 20px !important;
      }

   
    .trattino{
        display:none;
    }
    .lorenzofooter{
        font-size: 18px;
    }

    .bianconiheader {
        font-size: 16px;
    }

    #bs-example-navbar-collapse-1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 100px;
        text-align: center;
        background-color: #101323df;
    transition: 0.3s ease-in;
    }
    #brand, .navbar-toggler {
        position: relative;
        z-index: 1000;
    }
.custom-logo{
    max-width: 50px;
    object-fit: contain;
}

.herobanner {
    background-image: url("https://22bianconi.iftscnosfapbologna.it/wp5/wp-content/uploads/2022/07/home_mobile_ok.jpeg");
    background-repeat: no-repeat;
    background-position: center center;
}

  }
