.nomobile {
  display: none;
}
section p {
  text-align: justify !important;
  font-size: 17px;
}
section img {
  margin-top: 10px;
  margin-bottom: 10px;
}
#carousel {
  margin-top: 40px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll !important;
  margin-bottom: 40px;
}
.carousel-element {
  min-width: 150px;
  max-width: 150px;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 5px solid white;
  flex: 0 0 auto;
  margin-right: 5px;
}
.navbar-collapse {
  background-color: white;
  padding: 10px;
  border: 1px solid #424242;
}
#logonav {
  opacity: 1;
}
#sectionHomeBG {
  background-image: url('/images/bgmobile.jpg');
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  overflow: hidden;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  opacity: 1;
  z-index: -1;
  max-height: 100vh;
}
.parallax1fixed, .parallax2fixed {
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 200px;
  max-height: 400px;
  min-width: 100vw;
  z-index: 20 !important;
}
.parallax1fixed {
  background-image: url('/images/attivita/brunelli_attivita_1.jpg');
}
.parallax1fixed, .parallax2fixed {
  background-position: center center !important;
}
.sectionStaff img
{
	width: 94vw !important;
}