body {
    background-color: #fff;
    min-height: 100vh;
    font: normal 16px sans-serif;
}
div.giveMeEllipsis h3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-height: 16px;        /* fallback */
    max-height: 32px;       /* fallback */
 }
.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    color: #58595a;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 30px auto;
    font-size: 18px;
    color: #85878c;
}
#footer div {
    text-align: center;
    margin: 0px auto;
}

/* Styles for the gallery */

.tz-gallery {
    padding: 40px;
}

.tz-gallery .thumbnail {
    padding: 0;
    margin-bottom: 30px;
    border: none;
}

.tz-gallery img {
    border-radius: 2px;
}
.caption{
    height: 50px;
}
.tz-gallery .caption{
    padding: 26px 30px;
    text-align: center;
}

.tz-gallery .caption h3 {
    font-size: 11.5px;
    font-weight: bold;
    margin-top: 0;
}

.tz-gallery .caption p {
    font-size: 12px;
    color: #7b7d7d;
    margin: 0;
}

.baguetteBox-button {
    background-color: transparent !important;
}
.tag-me{
    padding: 2px 4px;
    margin: 2px 4px;
}
.tool-me{
    background-image: url(a.png);
    position: fixed;
    height: auto;
    bottom: 0;
    left: 0;
    width: 100%;
}