/*  
body {
  background-color: #aa010a;
  min-height: 100vh;
  font: normal 16px sans-serif;
  padding: 40px 0;
}

.nav {
  display: flex;
  justify-content: center;
  font-size: 21px;
  border-radius: 20px;
  padding: 12px 10px;
  background-color: rgba(255, 0, 0, 0.548);
}

nav {
  display: flex;
}

.navbarItem .active {
  color: rgb(0, 0, 0);
}

.navbarItem a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.527);
  margin: 0 20px;
}


.container.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 100vh;
  padding: 30px 50px;
}

.gallery-container h1 {
  text-align: center;
  margin-top: 50px;
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}

.tz-gallery {
  padding: 40px;
}

.tz-gallery .row>div {
  padding: 2px;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: "Glyphicons Halflings";
  content: "\e003";
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}

.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(177, 177, 177, 0.623);
  content: "";
  transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

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

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



.float-button {
  text-decoration: none;
  position: fixed;
  padding: 10px;
  padding-right: 15px;
  bottom: 30px;
  right: 30px;
  color: #fff;
  background: linear-gradient(45deg, yellow, red, red, yellow);
  border-radius: 25px 30px 5px 25px;
  z-index: 100;
  font-family: Arial;
  font-size: 17px;
  animation: whatsapp-animation 0.5s ease-in-out;
  box-shadow: 1px 2px 5px 2px rgba(30, 30, 30, 0.3);
  transition: all 0.3s ease-out;
}


.float-button span img {
  width: 110px;
  border-radius: 15px;
}



@keyframes whatsapp-animation {
  from {
    opacity: 0%;
  }

  to {
    opacity: 100%
  }
}

@media screen and (max-width: 545px) {
  span {
    display: none;
  }
  
  .float-button {
    bottom: 15px;
    right: 15px;
    width: 20px;
    border-radius: 20px 20px 5px 20px;
  }

  .fa-whatsapp {
    font-size: 22px !important;
    padding: 4px;
  }
}


*/


body {
  background-color: #aa010a;
  min-height: 100vh;
  font: normal 16px sans-serif;
  padding: 40px 0;
}

.nav {
  display: flex;
  justify-content: center;
  font-size: 21px;
  border-radius: 20px;
  padding: 12px 10px;
  background-color: rgba(255, 0, 0, 0.548);
}

nav {
  display: flex;
}

.navbarItem .active {
  color: rgb(0, 0, 0);
}

.navbarItem a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.527);
  margin: 0 20px;
}


.container.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 100vh;
  padding: 30px 50px;
}

.gallery-container h1 {
  text-align: center;
  margin-top: 50px;
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}

.tz-gallery {
  padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row>div {
  padding: 2px;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: "Glyphicons Halflings";
  content: "\e003";
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}

.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /* background-color: rgba(46, 132, 206, 0.7); */
  background-color: rgba(177, 177, 177, 0.623);
  content: "";
  transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

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

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




/* floating button here float */

.float-button {
  text-decoration: none;
  position: fixed;
  padding: 10px;
  padding-right: 15px;
  bottom: 30px;
  right: 30px;
  color: #fff;
  background: linear-gradient(45deg, rgb(49, 49, 189), rgb(101, 43, 155), rgb(33, 33, 226), rgb(22, 22, 207));
  border-radius: 25px 30px 5px 25px;
  z-index: 100;
  font-family: Arial;
  font-size: 17px;
  animation: whatsapp-animation 0.5s ease-in-out;
  box-shadow: 1px 2px 5px 2px rgba(30, 30, 30, 0.3);
  transition: all 0.3s ease-out;
}


.float-button span img {
  width: 110px;
  border-radius: 15px;
}



@keyframes whatsapp-animation {
  from {
    opacity: 0%;
  }

  to {
    opacity: 100%
  }
}

@media screen and (max-width: 545px) {

  .float-button {
    /* bottom: 10px;
    right: 10px;
    width: 50px; */
    border-radius: 20px 20px 5px 20px;
  }

}

@media (max-width: 500px) {
  .nav {
    font-size: 5px;
  }

    .navbarItem a {
        margin: 0 5px;
      }
}   

@media (max-width: 767px) {
  .nav {
    font-size: 13px;
  }

  .navbarItem a {
    margin: 0 5px;
  }

  .container.gallery-container {
    padding: 20px 30px;
  }

  .gallery-container h1 {
    font-size: 28px;
  }

  .gallery-container p.page-description {
    font-size: 16px;
  }

  .float-button {
    /* padding: 20px 40px; */
  }
}