
body {
  font-family:Cambria !important;
  font-size:15pt !important;
  background-color: rgb(255, 250, 208);
    }

    
    
    .col-md-6 { 
      text-align: center;
      margin-left: 25%;
      margin-right: 50%;
      color:black;
    }
.container-fluid {background-color: rgb(255, 250, 208);
}

.swiper {
  width: 100%;
  height: 100%;
}
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  
    .swiper-wrapper img {
      width: 100%;
      height: 70%;
      object-fit: cover;
    }

    .card-body{
      background-color: rgba(165, 42, 42, 0.466);;
    }

    .card-img-top{
      max-height: 800px; /* Imposta l'altezza massima */
      object-fit: contain; /* fa in modo che l'immagine mantenga le proporzioni originali e si adatti all'altezza massima specificata. */
    }

    .card-img-top:hover {
      opacity: 0.5;    
    }
    .navbar-brand {
      font-size: 50px;
    }

    .bg-dark text-light py-3 {color: black;

    }
    .btn btn-primary {color:rgb(255, 250, 208);
      background-color: solid black;

    }
    #mappa {
      width:100%;
      height: 150px; 
    /*
      allowfullscreen=""
      referrerpolicy="no-referrer-when-downgrade";*/
      margin-top:10px;
      
    }
    .footer {
      background-color: black;
      color: black;
      width: 100%;
      margin-top: 30px;
    }
    .footercontent {
      max-width: 350px;
      text-align: center;
      margin: 0 auto;
      font-size: 12px;
      color: black;
      font-family:Cambria;
      
    }
    .row {text-align: center;
      align-items: center;
    margin-left: 50px;
    margin-right: 50px;
  }
  .contact-info {
    margin-bottom: 20px;
  }

  .contact-info p {
    margin: 10px 0;
    background-color: rgba(165, 42, 42, 0.466);
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .contact-form {
    max-width: 700px;
    background-color:rgba(165, 42, 42, 0.466);
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: auto;
    margin-bottom: 30px ;
    margin-top: 0px ;
    
    
  }
  .form-group {
    margin-bottom:5px;
  }

  .form-group label {
    font-weight: bold;
    display: block;
  }

  .form-group input,
  .form-group textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ffffff;
    border-radius: 3px;
  
  }

  .form-group textarea {
    resize: vertical;
    height: 100px;
  }

  .form-group button {
    background-color: brown;
    color: white;
    border: none;
    padding: 10px 16px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px ;
  }

  .form-control{
    background-color: rgba(165, 42, 42, 0.466);
  }

  
  
  

  .contact-info {
   padding: 4%;
   text-align: center;
  }

  
  .raw {text-align: center;
    align-items: center;
  margin-left: 10vw;
  margin-right: 10vw;}

  
  #cookiewindow {
    position: fixed;
    bottom: 150px;
    left: 100px;
    width: 230px;
    height: 50px;
    cursor:pointer;
    z-index: 9999;
  }
  
  #innercookie {
    position: absolute;
    color:black;
    font-size: 10px;
     background-color: rgba(165, 42, 42, 0.466);
    padding: 15px;
    border-radius:20px;
    z-index: 9999;
  }
  #perchiudere {
    font-size: 15px;
    margin-left: 190px;
  }
  #bottoncino {
     background-color: rgba(165, 42, 42, 0.466);
    height:70px;
    width: 70px;
    bottom: 10px;
    left: 20px;
    position: fixed;
    text-align: center;
    border-radius: 90px;
    cursor:pointer;
    padding:3px;
    z-index: 9999;
    }
  #iconcookie{
    font-size:60px !important;
    margin:auto;
    padding-top:3.7px;
   }
