.gallery {
  background: linear-gradient(to bottom, #fff 50%, #effbff 50%);
  /* min-height: 110vh; */
  font: normal 16px sans-serif;
}
.container.gallery-container {
  background-color: #fff;
  color: #35373a;
  /* min-height: 100vh; */
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}

.gallery-container h1 {
  padding-top: 2rem;
  text-align: center;
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  max-width: 800px;
  margin: 25px auto;
  color: rgb(56, 53, 53);
  font-size: 18px;
}

.tz-gallery {
  padding: 40px;
}

.tz-gallery .lightbox img {
  width: 100%;
  margin-bottom: 30px;
  transition: 0.2s ease-in-out;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.tz-gallery .lightbox img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.tz-gallery img {
  border-radius: 4px;
}

.baguetteBox-button {
  background-color: transparent !important;
}

.btn_gallery a {
  text-decoration: none;
  color: white;
}

.btn_gallery a:hover {
  text-decoration: none;
  color: white;
}

.btn_gallery {
  appearance: none;
  -webkit-appearance: none;
  /* usual styles */
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border: none;
  background-color: #0d77aa;
  color: #fff;
  font-weight: 400;
  font-style: italic;
  font-size: 1.5rem;
  border-radius: 60px;
  width: 16rem;
}

@media (max-width: 576px) {
  .gallery {
    min-height: 130vh;
  }
  #two {
    display: none;
  }
}

@media (max-width: 768px) {
  body {
    padding: 0;
  }

  .container.gallery-container {
    border-radius: 0;
  }

  .gallery {
    min-height: 76vh;
  }

  .container.gallery-container {
    min-height: 70vh;
  }
}
