*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.nav-label {
    margin-left: 10px;
    font-size: 0.9rem;
}


.site-header {
    background-color: black;
    color: white;
    padding: 20px;
    min-height: 150px;
    /* text-align: center; */
    border-bottom: 2px solid #e0e0e0;
}

.page-title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.nav-item .nav-link .fas {
    font-size: 1.5em !important;
}

.pundaquit-home-carousel {
    width: 100%;
    margin: auto;
    /* margin-top: 20px; */
    margin-bottom: 30px;
}
    .pundaquit-home-carousel p {
        color: #F7F3ED;
    }

.lodges {
    margin-bottom: 25px;
}

.map-responsive {
    /*width: 100%;*/
    margin: auto;
}

.map-responsive iframe {
    width: 90vh;
    height: 90vh;
}

.activity-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.improvement-text {
    margin-left: 25px;
}

.tab-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}

.week-day {
    min-height: 15vh;
    height: 30vh;
    max-height: 40vh;
    font-weight: bold;
    text-align: center;
    padding: 0;
    /*border: solid 1px #e0e0e0;*/
}

.week-day-header {
    width: 100%;
    background-color: skyblue;
    padding: 4px;
}

.upcoming-event {
    overflow: hidden;
}

.special-event {
    margin-bottom: 20px;
}

.form-input {
    width: 400px;
}

.form-area {
    min-width: 300px;
    width: 800px;
    max-width: 1000px;
}

.form-buttons {
    text-align: right;
}

.event-menu-image {
    max-width: 40px;
}

.event-card {
    width: 100%;
    height: 100%;
    overflow: hidden; /* Hides any part of the image that overflows */
}
.event-content {
    /*width: 100%;
    height: 100%;
    overflow: hidden;*/ /* Hides any part of the image that overflows */
}

.event-image {
    width: 100%;
    height: 100%;
    object-fit: contain; /* cover or 'contain' */
}