
.logo {
	position: absolute;
	left: 46%;
	transform: translateX(-50%);
	width: 300px;
}

.menu {
	display: flex; 
   justify-content: center;
   flex-direction: row;
   flex-wrap: wrap;
   width: 100%;
   height: auto; 
   margin-top: 2%;
   margin-bottom: 2%;	
}
.horizontal-separator {
    opacity: 1;
    color: #979393;
    margin: auto;
    margin-bottom: 2rem;
    margin-top: 1rem;
    width: 40%;
  }

.menu-btn {
	font-size: 24px;
   font-family: 'Arual', Arial, sans-serif;
   padding: 8px; 
	color: black;
}

.menu-btn:hover {
	color: inherit;
text-decoration: none;
color: black;
}
	
	
	
/*div.galleryContainer{
	margin-bottom: 2%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 1.5rem;
    row-gap: 1.5rem;
	margin-left: 1.4rem;
}*/

.loaderContainer {
	display: flex;
	align-items: center;
	justify-content: center;
}

div.galleryImgContainer{
	  margin: 0;
	  display: grid;
	  grid-template-areas: "overlaydemo";
	  width: 100%;
	break-inside: avoid;
	
	
}
.galleryItem {
	padding:0;
	margin-bottom: 0;
}

div.galleryImg{
	max-width: 100%;
	max-height: 100%;
	display: block;
	grid-row: 1;
	grid-column: 1;
}

/*overlay immagini*/

.galleryOverlayContainer{
  grid-area: overlaydemo;
}

.galleryOverlayText{
	text-align: center;
	background: black;
	padding-top: 27.5%;
	color: white;
	opacity: 0;
	transition: .4s;
	font-size: 18px;
	grid-area: overlaydemo;
	box-sizing: border-box;
	padding-bottom: 1rem;
	font-family: "Century Gothic";
}
.carouselImg {
	max-width: 95vw;
	margin-bottom: 10px;
}
.galleryItem {
	margin-bottom: 0;
}

.galleryOverlayText:hover{
	opacity: 0.6;
	cursor: pointer
}



/* Carosello galleria */

.ArrowContainer{
	margin-top: 20px;
	position: fixed;
	display: flex;
	justify-content: flex-end;
	flex-direction: row;
	width: 100%;
	padding-right: 3%;
	height: auto;
}

.Arrow{
	border-radius: 10%;
	padding: 1vh 3vh;
	background: white;
	color: #555;
	font-size: 26px;
	border: none;
	outline: none;
	margin: 0 0.25vw;
	opacity: 0.6;
	transition: 0.5s;
}

.Arrow:hover{
	opacity: 0.9;
	color: #555;
}

/* animations */

.fade-in-image { animation: fadeIn 3s; }

@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

/*Loader*/
.lds-ring {
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ccc transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



/*Modifiche bootstrap*/
.footer{
	position: relative;
	bottom: 0px;
	margin-top: 4%;
	font-family: Century Gothic;
}

.header{
	position: relative;
}


.wrap {
	padding: 0!important;
}