body {
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(55, 142, 181, 0.2)), url("../img/safe2.JPG") top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  margin-bottom: -90px;
}

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    border-radius: 10px;
    margin-top: 90px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

    .gallery-container-btn btn {
        display: inline-block;
        background: #fff;
        padding: 6px 44px 8px 30px;
        color:  #7bbad7;
        border-radius: 50px;
        transition: 0.3s;
        position: relative;
        margin-top: 15px;
    }
    .gallery-container-btn i {
        font-size: 18px;
        position: absolute;
        right: 18px;
        top: 9px;
    }
    .gallery-container-btn:hover {
      background: #7bbad7;
    }

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    padding-top: 60px;
}

.gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
    color: #888;
    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.5);
}

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

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


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

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