body {
  position: relative;
  background: url('img/pawsback.jpg');
  background-repeat: repeat;
  background-size: contain;
}

body::before {
  content: "";
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(247, 236, 221, 0.8);
  z-index: -1;
}

#titolo{
  font-family: "ABeeZee", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.btn:hover{
  border-radius: 5px;
    
}

.list-group {
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
}

.list-group-item {
  background-color: #fffdf8;
  border: none;
  font-size: 1.1rem;
}

/* :nth-child(odd) -> prende solo i dispari */
.list-group-item:nth-child(odd) {
  background-color: #f8f4ed;
}

.card-img-top{
  padding: 10px;
}

.cute-card {
  background-color: #fff8f1;
  border: 2px solid rgba(108, 150, 18, 0.548);
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 1rem 2rem;
  position: relative;
}

#map {
  height: 400px !important;
  width: 100% !important;
  display: block;
  z-index: 1;
  position: relative;
}
