.header,
.footer {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.subject {
    font-weight: bold;
    text-decoration: underline;
    margin-top: 20px;
    margin-bottom: 20px;
}

.signature {
    margin-top: 40px;
}

.copy {
    margin-top: 40px;
}

.section {
    margin-bottom: 15px;
}

.ref-date {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ref-date span {
    font-weight: bold;
}

.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container .page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row>div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.tz-gallery {
    column-count: 5;
    column-gap: 0;
}

.tz-gallery a {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 5px;
}

.tz-gallery img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 992px) {
    .tz-gallery {
        column-count: 2;
    }
}

@media (max-width: 576px) {
    .tz-gallery {
        column-count: 1;
    }
}

.baguetteBox-button {
    background-color: transparent !important;
}

.timeline {
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 3px solid #dee2e6;
}

.timeline-item {
    position: relative;
    margin-bottom: 40px;
}

.timeline-icon {
    position: absolute;
    left: -34px;
    top: 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.timeline-content {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.timeline-content:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}