html, body {
  background-image: linear-gradient(to top, #dbf0c5 0%, #e2ebf0 100%);
  background-repeat: no-repeat;   
  background-position: center center; 
  background-attachment: fixed;
  background-size: cover;
}

.t2 {
  background-image: linear-gradient(to top, #cfd9df 0%, #c7d6df 100%);
  border-radius: 22px;
  padding: 10px;
  font-family: "EB Garamond", serif;
}

#header {
  background-color: #fff;
  height: 70px;
  /*transition: all 0.5s;*/
  z-index: 997;
  /*transition: all 0.5s;*/
  padding: 0px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  /*transition: all 0.5s;*/
  z-index: 997;
}

#header.header-scrolled,
#header.header-pages {
height: 70px;
padding: 0px 0;
background-color: #fff;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
display: none;
}

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

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

.gallery-block .heading h2{
    font-family: "EB Garamond", serif;
    color: #1e352e;
    font-weight: 700;
    font-size: 55px;
}

.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-family: "EB Garamond", serif;
  font-size: 18px;
  color: #4d6286; 
}

/* .gallery-block.cards-gallery a {
  color: #212529; 
} */

.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);
	    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important; 
	}
}