nav {

background:rgba(0,0,0,0.5) !important;
    height: 60x;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;

}

.nav a{

color: #ffffff !important;
}

.nav-up {

    top: -60px;
}

.jumbotron{
  height: 200px;
  width:100%;
  border: solid ;
}

.bodyB {
    background-image: linear-gradient(to top, #ecedee 0%, #eceeef 75%, #e7e8e9 100%) !important;
    min-height: 100vh;
    font: normal 16px sans-serif;
    padding: 30px 0;
  font-family: 'Cairo', 'Open Sans', sans-serif;
}

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

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

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

.tz-gallery {
    padding-bottom: 100px;
}

.tz-gallery .lightbox img {

    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: 100px;
}

.tz-gallery {
    width: 20%;
align:center;
}

.tz-galleryB {
    width: 100%;
align:center;

}

.baguetteBox-button {
    background-color: transparent !important;
}
.bg-theme-colored-darker2 {
  background-color: #0066B3 !important;
}
.bg-theme-colored-darker3 {
  background-color: #0066B3 !important;
}
.bg-theme-colored-darker4 {
  background-color: #0066B3 !important;
}
