@font-face {
    font-family: "WatermarkFont";
    src: url("/fonts/watermark.ttf");
  }
  
  @font-face {
    font-family: "QuoteFont";
    src: url("/fonts/quote.ttf");
  }

h1 {
    font-size: 1.6em;
    font-family: Georgia;
    font-weight: 900;
  }
  .main_quote {
    text-align: left; 
    margin-bottom: -28px;
    overflow: hidden;
    max-lines: 1;
    text-transform: uppercase;
    font-size: 1.35em;
    color: white;
    font-family: "QuoteFont";
    padding-left: 0px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .desc {
    width: 100%;
    color: rgba(255, 255, 255, 0.65);
    max-lines: 1;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    font-family: "QuoteFont";
    font-weight: 100;
    font-size: 0.9em;
    margin-bottom: -2px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .align {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  
  .content {
    font-family: Georgia;
    font-size: 1em;
    font-weight: 500;
    margin-top: 5px;
    color: #888;
  }
  
  .container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    margin: 20px;
    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: 800px;
    margin: 25px auto;
    color: #888;
    font-size: 18px;
  }
  
  .tz-gallery {
    padding: 30px;
  }
  
  .tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 6px 10px 5px rgba(0, 0, 0, 0.25);
  }
  
  .tz-gallery .lightbox img:hover {
    cursor: pointer;
    box-shadow: 0 12px 20px 10px #aaa;
  }
  
  .tz-gallery img {
    border-radius: 10px;
  }
  
  .baguetteBox-button {
    background-color: transparent !important;
  }
  

  
  .container {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    color: white;
  }
  
  
  
  .quote {
    display: block;
    margin-bottom: 5px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.9em;
    color: white;
    font-family: "QuoteFont";
    font-weight: 500;
  }
  
  .watermark {
    display: block;
    line-height: 1.1;
    margin-bottom: -18px;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.75em;
    color: rgba(255, 255, 255, 0.6);
    font-family: "Watermark";
    font-weight: 900;
  }
  
  img {
    height: 100%;
  }
  
  .icon {
    margin-bottom: -3px;
    margin-right: 6px;
    height: 20px;
    width: 20px;
  }
  
  .div {
    width: 100%;
    padding: 25px;
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 90px;
    background-color: white;
  }

  
  
  html, body {
    overflow-x: hidden;
  }
  body {
    position: relative
  }
  ::-webkit-scrollbar {
    width: 5px;
  }
  ::-webkit-scrollbar-track {
    background: #bbb;
  }
  ::-webkit-scrollbar-thumb {
    background: #555;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  
  @media(max-width: 768px) {
    h1 {
      font-size: 1.05em;
      font-family: "QuoteFont";
      font-weight: 900;
    }
    .content {
      font-family: Georgia;
      font-size: 0.9em;
      font-weight: 500;
      margin-top: 5px;
      color: #888;
    }
    .container.gallery-container {
      border-radius: 0;
      padding: 0;
    }
    .main_quote {
      text-align: left; 
      margin-bottom: -28px;
      overflow: hidden;
      max-lines: 1;
      text-transform: uppercase;
      font-size: 0.95em;
      color: white;
      font-family: "QuoteFont";
      padding-left: 0px;
      font-weight: 500;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
    }
    .desc {
      width: 100%;
      color: rgba(255, 255, 255, 0.65);
      max-lines: 1;
      overflow: hidden;
      text-align: left;
      text-overflow: ellipsis;
      font-family: "Georgia";
      font-weight: 900;
      font-size: 0.65em;
      margin-bottom: -5px;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
    }
    .align {
      padding-left: 22px;
      padding-right: 22px;
      padding-bottom: 5px;
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 100%;
      transform: translate(-50%, -50%);
    }
    .row {
      margin-bottom: 0;
    }
    .div {
      width: 100%;
      padding: 20px;
      border-radius: 10px;
      margin-left: 20px;
      margin-right: 20px;
      background-color: white;
    }
  }