.section-title--half-word {
    text-decoration: underline 2px var(--dark-mint-green);
    text-underline-offset: 1rem;
    color: var(--dark-mint-green);
}

.bg-green {
    background-color: var(--bg-wrapper);
}

.section-title,
.trip-subscription-info .card-title {
    color: var(--dark-slate-grey);
    font-size: var(--size-30);
    line-height: var(--size-40);
    font-family: 'Helvetica';
    font-weight: bold;
}

.trip-info-inner-wrapper>*,
.trip-subscription-info .card-data p {
    color: var(--dark-slate-grey) !important;
    font-size: var(--size-24) !important;
    line-height: var(--size-40) !important;
    font-family: 'Helvetica' !important;
    font-weight: normal;
}

.trip-subscribe-link {
    font-size: var(--size-20);
    min-width: 11rem;
    height: 45px;
    color: var(--white) !important;
    background-color: var(--dark-mint-green) !important;
    border: 1px solid var(--dark-mint-green) !important;
}

.trip-subscribe-link:hover,
.trip-subscribe-link:active {
    color:  var(--dark-mint-green) !important;
    background-color: var(--white) !important;
}

.section-trip-images img {
    max-width: 100%;
    height: auto;
}


.section-trip-images tr td {
    min-height: 15rem;
    padding-bottom: 1.5rem;
    overflow: hidden;
}

.some-practicalities tr td {
    min-height: 15rem;
    padding-bottom: 1.5rem;
    overflow: hidden;
}

.section-trip-images tr td img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

.section-trip-images tr td:not(:last-child),
.some-practicalities tr td:not(:last-child),
.about-the-trip tr td:not(:last-child) {
    padding-right: 1.5rem;
}

/* .trip-organisation-logo {
    max-width: 100%;
    width: 99px;
    height: auto;
} */

.trip-organisation-logo{
    width: 100%;
    height: 6.5rem;
}
.gallery-img-col {
    height: 18.5rem;
    overflow: hidden;
}

.gallery-img-col img {
    height: 90%;
    object-fit: cover;
    overflow: hidden;
    cursor: pointer;
}

.gallery-img-col img:hover {
    box-shadow:rgb(125 180 209) 0px 2px 4px 0px, rgb(141 191 213) 0px 2px 16px 0px;
    border: 1px solid var(--bg-wrapper);
}

@media screen and (min-width:0px) and (max-width:991px) {
    .trip-subscription-info .card-body {
        text-align: center !important;
    }

    .temphalla-footer {
        text-align: center;
    }

    .region-footer-logo .navbar-brand {
        justify-content: center;
    }

    tr {
        display: flex;
        flex-direction: column;
    }

    .section-trip-images table,
    .some-practicalities table,
    .about-the-trip table {
        margin: auto;
    }

    .section-trip-images tr td,
    .some-practicalities tr td,
    .about-the-trip tr td {
        width: 100%;
        padding-right: 0px !important;
    }

    .section-trip-images tr:last-child td:last-child,
    .some-practicalities tr:last-child td:last-child,
    .about-the-trip tr:last-child td:last-child {
        padding-bottom: 0px !important;
    }
}

.gallery-operations {
    min-width: 2rem !important;
}
