body {
  background-image: url(imm/sfondo.svg);
  background-repeat: no-repeat;
  margin: 0;
} 

.container {
  position: relative;
  width: 80%;
  margin: auto;
  top: 25px;
  padding: 5px 10px 10px 10px;
  background-color: white;
  box-shadow: 3px 3px 5px #b4b4b4;
}

img {
  max-width: 100%;      
}

.boxBelvedere {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}

.boxBelvedere > p {
  float: left;
  padding-right: 5px;
  font-family: "Brush Script MT", cursive;
  font-size: small;
  color: #b4b4b4;
}

.boxBelvedere > img {
  max-width: 150px;
}

#navbar {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  background-color: white;
  opacity: 0.95;
  z-index: 1;
}

#navbar a {
  width: 10%;
  padding: 10px;
  margin-right: 5px;
  text-decoration: none;
  color: #b4b4b4;
  display: inline-block;
  font-size: 18px;
  text-align: center;
}

#navbar a:hover {
  font-weight: bold;
}

.mapImage > img {
  max-width: 50%;
  padding-top: 20px;
  padding-bottom:20px;
  display: block;
  margin: auto;
}

#map {
  height: 700px;
}

.container {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-align: justify;
  line-height: 1.6;
}

a:link {
  color: #0c492fff;
}

a:hover {
  font-weight: bold;
}

a:visited {
  color: #0c492fff;
}

h2 {
  text-align: center;
}

#catena {
  display: flex;
  justify-content: center;
}

#brochure {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.footer {
  display: flex;
  justify-content: center;
  font-family: Verdana, sans-serif;
  margin-top: 50px;
  font-size: 9px;
}

@media (max-width: 500px) {
  body {
    background-image: none;
  }
   
  .container {
    box-shadow: none;
  }
}