body {
    background-color: #ffffff;
    min-height: 100vh;
    font: normal 16px sans-serif;
   font-family:"Lucidatypewriter", monospace;
}

.gallery-container {
    width:95%!important;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 15px;
    font-family:"Lucidatypewriter", monospace;
    font-weight: normal;
    color: #222222;
}

.gallery-container h3 {
    text-align: center;
    font-family:"Lucidatypewriter", monospace;
}
.h3 {
    text-align: center;
    font-family:"Lucidatypewriter", monospace;
}

.caption h3{
    padding: 26px 30px;
    text-align: center;
     font-family:"Lucidatypewriter", monospace;
}

.gallery-container .page-description {
    text-align: center;
    margin: 30px auto;
    font-size: 18px;
    color: #85878c;
}

/* Styles for the gallery */

.tz-gallery {
    padding-top: 15px; 
}

 a {
  color: black;
}


/* Style the navbar */
#navbar {
  overflow: hidden;
  background-color: #ffffff;
  z-index: 1;
}

/* Navbar links */
#navbar a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
 
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}
.top
{
    font-size: 52px;
    font-weight: bold;
}
 
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
 .tz-gallery {
    padding: 0px!important;
  }
  
}


@media (min-width: 481px) and (max-width: 767px) {
  
 .tz-gallery {
    padding: 0px!important;
  }
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
.gallery-container {
    width:100%!important;
}
}

@media (min-width: 481px) and (max-width: 767px) {
  
 .gallery-container {
    width:100%!important;
}
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
.gallery-container h1 {
    margin-top: 0px;
 
}
}

@media (min-width: 481px) and (max-width: 767px) {
  
.gallery-container h1 {
    margin-top: 0px;
 
}
}
 
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
.col-sm-6.col-md-8 {
    padding-right: 5px;
    padding-left: 5px;
}
}

@media (min-width: 481px) and (max-width: 767px) {
  
.col-sm-6.col-md-8 {
    padding-right: 5px;
    padding-left: 5px;
}
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
.col-sm-6.col-md-4 {
    padding-right: 5px;
    padding-left: 5px;
}
}

@media (min-width: 481px) and (max-width: 767px) {
  
.col-sm-6.col-md-4 {
    padding-right: 5px;
    padding-left: 5px;
}
}

.tz-gallery .thumbnail {
    padding: 0;
    margin-bottom: 30px;
    border: none;
}

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

.tz-gallery .caption{
     font-family:"Lucidatypewriter", monospace;
    padding: 26px 30px;
    text-align: center;
}

.tz-gallery .caption h3 {
     font-family:"Lucidatypewriter", monospace;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
}

.tz-gallery .caption p {
     font-family:"Lucidatypewriter", monospace;
    font-size: 12px;
    color: #7b7d7d;
    margin: 0;
}

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

.baguetteBox-overlay {
    background: red!important;
}



