.gallery-block{
	padding-bottom: 60px;
	padding-top: 60px;
}

.gallery-block .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}
.gallery-home  {
  text-decoration: none;
  color: white;
  margin-left: 24px;
}
a.gallery-home:hover{
  text-decoration: none;
  color: white;
}
.gallery-block.cards-gallery h6 {
  font-size: 17px;
  font-weight: bold;

}

.gallery-block.cards-gallery .card{
  transition: 0.4s ease;
}

.gallery-block.cards-gallery .card img {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

.gallery-block.cards-gallery .card-body {
  text-align: center;
}

.gallery-block.cards-gallery .card-body p {
  font-size: 15px;
}
.card-container {
  width: 350px; /* 285px */
  display: inline-block;
  vertical-align: top;
  max-height: 350px;
  height: 350px;
  background-color: #0a0505;
  margin: 5px;
  margin-bottom: 25px;;

}

.card-image-box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /*width: 100%;*/
  height: 190px;
  overflow: hidden;
}
.card-img-top {
  vertical-align: middle;
}
.h100 {
  height: 100%;
}
.w100 {
  width: 100%;
}
.cards {
  width: 1450px;
  margin: 0 auto;
}
.gallery-block.cards-gallery a {
  color: #dcdfe2;
}

.gallery-block.cards-gallery a:hover {
  text-decoration: none;
}

.gallery-block.cards-gallery .card {
  margin-bottom: 30px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

@media (min-width: 576px) {

	.gallery-block .transform-on-hover:hover {
      /*transform: translateY(-10px) scale(1.02);*/
      transform: translate(-10px, -10px) scale(1.02);
	    box-shadow: 0px 10px 10px rgba(240, 158, 158, 0.7) !important;
  }

}
@media (max-width: 1550px) {

  .cards {
    width: 1100px;
  }
}
@media (max-width: 1150px) {
  .card-container {
    width: 240px;
  }
  .cards {
    width: 750px;
  }
}
@media (max-width: 850px) {
  .cards {
    width: 500px;
  }
}
@media (max-width: 510px) {
  .cards {
    width: 250px;
  }
}
.card {
  background-color: #0a0505;
  height: 100%;
}
.card :hover {
  cursor: pointer;
}
.card {
  pointer-events: visible;
}
.card-body .card-text {
  color: #e4d3d5;
}


