.site-header{
	z-index: 1;
	background-color: transparent;
}
.vs-up{
	opacity: 0.8;
}
body {
  overflow-x: hidden;
}
.min-high{
	min-height: 100vh;
}
.site-header{
	z-index: 10;
}
.menu-item-1675 {
    display: none !important;
  }
.menu-item-1704 {
    display: none !important;
  }
.menu-item-1713 {
    display: none !important;
  }
.menu-item-1725 {
    display: none !important;
  }
.menu-item-1724 {
    display: none !important;
  }
.menu-item-1749{
	 display: none !important;
}
.menu-item-1769 {
    display: none !important;
  }
.menu-item-1768 {
    display: none !important;
  }
@media only screen and (max-width: 768px) {
	.menu-item-382 {
    display: none !important;
  }
	.menu-item-383 {
    display: none !important;
  }
	.menu-item-384 {
    display: none !important;
  }
	.menu-item-273 {
    display: none !important;
  }
	.menu-item-275 {
    display: none !important;
  }
	.menu-item-1081 {
    display: none !important;
  }
	.menu-item-1750 {
    display: none !important;
  }
  .menu-item-1675 {
    display: block !important;
  }
	.menu-item-1704 {
    display: block !important;
  }
	.menu-item-1713 {
    display: block !important;
  }
	.menu-item-1725 {
    display: block !important;
  }
	.menu-item-1724 {
    display: block !important;
  }
	.menu-item-1749 {
    display: block !important;
  }
	.menu-item-1769 {
    display: block !important;
  }
	.menu-item-1768 {
    display: block !important;
  }
}

.my-grid-layout{
		display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex-direction: row;
    padding: 30px;
}


.listing-item{
	  display: flex;
    flex-direction: column;
    align-items: center;
	  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 25%);
    transition: 0.3s;
    width: 30%;
    padding: 30px;
	  border-radius: 20px;
	  margin-left: 20px;
	  background-color: white;
	}
.listing-item a {
	width: 90%;
	color: Blue;
}
.listing-item a img{
	height: 90%;
  width: 100%;
}
.title {
	text-align: center;
}
.listing-item:hover {
	background-color: #c9c9c9;
}