  body {
      font-family: 'Roboto', sans-serif;
      background-color: #f8f9fa;
      color: #333;
    }

    .navbar {
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    .navbar-brand img {
      height: 80px;
    }

    .hero {
      background: url('img/ponteggi-hero-no-text-small.jpg') center/cover no-repeat;
      color: white;
      padding: 120px 0;
      text-align: center;
      background-blend-mode: darken;
      background-color: rgba(0, 0, 0, 0.6);
    }

    .hero h1 {
      font-size: 3rem;
      font-weight: 700;
    }

    .hero p {
      font-size: 1.25rem;
    }

    .servizi-icon {
      font-size: 2.5rem;
      color: #0d6efd;
    }

    .section-bg {
      background-color: white;
      border-radius: 12px;
      padding: 40px;
      box-shadow: 0 0 20px rgba(0,0,0,0.05);
    }
	
	.gallery-div{
		max-width:410px;
		max-height:410px;
	}

	.gallery-img {
		max-width:330px;
		max-height:330px;	
	}

    footer {
      font-size: 0.9rem;
    }