#divIntro {
    background-color: transparent;
    background-image: url('/img/hero.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

#divIntro h1 {
    color: #fff;
    text-align: center;
    padding-top: 40vh;
    margin: 0 1.8rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    font-size: 5rem;
    letter-spacing: -0.15rem;
    text-align: left;
}

#divHome,
#divLatest,
#divGallery,
#divOutro {
    background-color: #fff;
    /* background-color: rgb(240, 238, 233); */
}

#divHome {
    background-color: #26691c;
    background-color: #2B2E81;
    color: #fff;
}

#divHome,
#divTestimonials {
    font-size: 1.8rem;
    line-height: 2.25rem;
    letter-spacing: -1px;
}

#divLatest h2,
#divGallery h2,
#divOutro h2 {
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 4px solid gold;
    margin-bottom: 1.8rem;
}

.divActivity {
    border-top: 1px solid var(--bs-dark-border-subtle);
    margin-top: 3rem;
    padding-top: 1rem;
}

.divActivity:first-of-type {
    margin-top: 0;
}

.divActivity h3 {
    text-transform: uppercase;
}

.divActivity img {
    aspect-ratio: 4/3;
    object-fit: cover;
}

.divActivity a {
    text-decoration: none;
    color: #2B2E81;
}

.divActivity a:hover {
    text-decoration: underline;
}

#divTestimonials {
    background-color: gold;
}

.divPolaroid {
    /* width: fit-content;
    display: inline-block;
    border: 1px solid #ccc; */
    text-align: center;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    /* margin-bottom: 30px;
    background-color: #fff;
    padding: 0px;
    margin: 1rem; */ */
}

.divPolaroid a {
    text-decoration: none;
    color: inherit;
}

.divPolaroid .card-img-top {
    aspect-ratio: 1;
    object-fit: cover;
}

.divPolaroid .card-title {
    /* width: 310px;
    margin: 0 15px 15px;
    height: 70px;
    overflow: hidden; */
    font-style: italic;
    vertical-align: middle;
    font-family: cursive;
    font-weight: bold;
    font-size: 23px;
}

.divPolaroid:first-of-type {
    margin-left: 0;
    margin-top: 0;
}


@media screen and (max-width: 768px) {
    #divIntro h1 {
        font-size: 3rem;
        padding-top: 30vh;
    }
}