body {
    background-color: #fff;
    min-height: 100vh;
    font-family: 'Courier Prime', monospace;
    font-size: 2em;
    font-weight: normal;
    color: #58595a;
}

a {
  color: #033361 !important;
}





.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Courier Prime', monospace;
    font-size: 4em;
    font-weight: bold;
    color: #033361;
}

.gallery-container h2 {
    text-align: center;
    margin-top: 30px;
    font-family: 'Courier Prime', monospace;
    font-size: 3em;
    font-weight: bold;
    color: #033361;
}

.gallery-container h3 {
    text-align: center;
    margin-top: 30px;
    font-family: 'Courier Prime', monospace;
    font-size: 1.5em;
    font-weight: normal;
    color: #033361;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 30px auto;
    font-size: 1.2em;
    color: #58595a;
}

/* Styles for the gallery */

.tz-gallery {
    padding: 40px;
}

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

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

.tz-gallery .caption{
    padding: 26px 30px;
    text-align: center;
}

.tz-gallery .caption h3 {
    font-size: 1em;
    color:#033361;
    font-weight: bold;
    margin-top: 0;
}

.tz-gallery .caption p {
    font-size: 0.8em;
    color: #58595a;
    margin: 0;
}

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