.houses-title h1 {
    text-align: center;
    margin: 40px 0 40px 0;
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
}
.houses-title h2 {
    text-align: center;
    margin: 40px 0 40px 0;
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase;
}

#houseMap {
    height: 300px;
}

.contact-section label {
    text-transform: uppercase;
}

/* CARROUSEL FROM BOOTSTRAP */
.carousel-item {
    max-height: 80vh;
    background-color: transparent;
}
.carousel-item img {
    width: 100%;
    max-height: 80vh;
    object-fit: cover;
}
#galleryModal .modal-content {
    background-color: transparent;
    border: 0;
}