.carousel-item img {
    max-height: 300px;
    /* adjust the height as needed */
    width: 100%;
    object-fit: cover;
    /* ensure the image covers the whole space */
}

a {
    color: #13C4A5;
}

a:hover {
    color: #13C4A5;
}

body {
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
}

.hero-image {
    width: 100%;
}

.author-button {
    padding: 7px;
    padding-bottom: 12px;
    border-radius: 50%;
    background-color: #414A55;
    display: inline;

}

.author-button:hover {
    background-color: #13C4A5;
}

.content {
    font-size: 18px;
    font-weight: 400;
    color: #444444;
    line-height: 32.4px;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: 0;
    font-family: 'Roboto Slab', serif;
}

.wp-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.content img {
    max-width: 100%;
    height: auto;
}

.wp-caption-text {
    margin-top: 10px;
    font-size: 14px;
}


.caption {
    display: flex;
    justify-content: center;
}

.caption-image {
    display: flex;
    flex-direction: column;
}

.custom-border-bottom {
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
}

.custom-border-comments {
    border-bottom: 1px solid #9499A0;
    width: 100%;

}

.custom-image {
    height: 254.91px;
    object-fit: contain;
    width: 100%;
}

.custom-border-left {
    border-left: 40px solid #e9e9e9;
    background-color: black;
}

.white-column {
    background-color: white;
    /* Green background for the second column */
    color: black;
    /* White text for better visibility */
    padding: 20px;
    /* Padding inside the column */
}

.header-background {
    /*background-image: url('/hero/header.webp');*/
    background-size: cover;
    background-position: center center;
    height: 300px;
    /* Adjust based on your preference */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    /* Change based on your image and preference */

}

.container-fluid {
    max-width: 1400px;
    /* Example width, adjust as needed */
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.recents-posts {
    margin-bottom: 10px;
    padding: 2px;
}

.recents-posts::before {
    margin-top: 5px;
    content: "» ";
    color: #13C4A5;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

html,
body {
    height: 100%;
    margin: 0;
    background-color: #e9e9e9;
    scroll-behavior: smooth;
}

.text-color {
    color: #919191;
}

#content {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {
    margin-top: auto;
}

.credits {
    width: 100%;
    /* Ensure full width */
}

.pacifico {
    font-family: 'Pacifico', serif;
    font-size: 2.5rem;
}

.bg-footer {
    background-color: #222;
}

#commentForm {
    margin-top: 20px;
}

.edit-textarea {
    width: 41.5vw;
}

.reply-link {
    color: #13C4A5;
    margin-block: .5rem;
}

.reply-link:hover {
    color: white;
    text-decoration: underline;
    background-color: #0d8a70;
    transition: all 0.3s ease;
}

.btn {
    margin-right: 10px;
}

.edit-button {
    color: white;
}

.form-buttons {
    margin-block: 10px;
}

.comment-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 20px;
}

.admin-buttons {
    align-self: flex-end;
}

.admin-buttons .btn {
    margin-left: 5px;
}

body {
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
}

.filter-options {
    padding: 5px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

#searchResults {
    width: 80%;
    border-right: 1px solid rgb(197, 196, 196);
    padding-right: 3%;
}

#posts-count {
    width: 80%;
    border-right: 1px solid rgb(197, 196, 196);
    padding-right: 3%;
    margin: 0;
    padding-bottom: 16px;
}

.filter-section {
    width: 20%;
    padding-left: 3%;
}

.filter-section h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}

.filter-section h5 {
    font-size: 16px;
    color: #495a6f;
    margin-bottom: 10px;
}

.search-main {
    height: 100%;
}

.base-footer {
    font-size: 0.85em;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

#searchField {
    padding: 10px;
    border-radius: 5px;
    border-color: #b3b4b5;
    border-style: solid;
    width: 95%;
}

#searchButton {
    background-color: transparent;
    border: none;
}

#searchForm {
    width: 100%
}

.nav-link:hover {
    color: white;
}

.link-title {
    padding: 0.5% 10%;
    color: white;

}

.link-title:hover {
    text-decoration: none;
    color: #13C4A5;

}

.header-background {
    background-image: url('/hero/header.webp');
    background-size: cover;
    background-position: center center;
    height: 250px;
    /* Adjust based on your preference */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    /* Change based on your image and preference */
}

.header-background h1 {
    text-align: center;
}

.header-background h5 {
    margin-top: 10px;
    /* Adjust spacing between h1 and h5 */
    font-family: Roboto, serif;
}

.container-fluid {
    max-width: 1400px;
    /* Example width, adjust as needed */
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-nav {
    padding: 0.7rem;
    /* padding:27px; */
    font-size: 0.9rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;

}

.navbar-nav .nav-item:not(:last-child) a:after {
    content: "/";
    color: #404040;
    margin-left: 25px;
    /* Adjust the spacing between the separator and the text */

}

.btn-next-previous {
    font-size: 0.9em;
    padding: 10px 14px;
    background: #2B3542;
    border-radius: 3px;
    color: #fff;
}

.btn-next-previous:hover {
    color: #13C4A5;
    text-decoration: none;
}

.footer-hr-mobile {
    display: none;
}

@media (max-width: 767px) {
    .navbar-nav .nav-item:not(:last-child) a:after {
        display: none;
        /* Hide the separators */
    }

    .footer-hr-mobile {
        display: block;
        background-color: #323232;
        width: 98%;
        height: 3px;
        border-radius: 5px;
        margin-top: 40px;
    }

    #searchField {
        width: 88%;
    }

}

.text-color {
    color: #919191;
}

#content {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {
    margin-top: auto;
}

.credits {
    width: 100%;
    /* Ensure full width */
}

.pacifico {
    font-family: 'Pacifico', serif;
    font-size: 2.5rem;
}

.bg-footer {
    background-color: #222;
}

.modal-full {
    min-width: 90vw;
}

.modal-full .modal-content {
    min-height: 90vh;
    height: auto;
    border-radius: 0;
}

.search-link {
    color: black;
}

.search-link:hover {
    color: #13C4A5;
    text-decoration: none;
}

.search-mobile {
    display: none;
}

.search-desktop {
    display: block;
}

.show-route {
    font-size: 14px;
    font-weight: 200;
    color: #222;
}

.date {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 12px;
    font-weight: 200;
    color: #222;

}

.post {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.img-search {
    height: 100px;
    width: 100px;
    object-fit: cover;
}

.search-pagination-btn {
    background-color: #2B3542;
    border-radius: 10px;
    padding: 8px 16px;
    margin: 10px;
    color: white;
    border: none;
}

.search-pagination-btn:hover {
    background-color: #495a6f;
}

@media (max-width: 767px) {
    .header-background {
        height: 80px;
    }

    .search-mobile {
        display: block;
    }

    .search-desktop {
        display: none;
    }

    .pacifico {
        font-size: 16px;
    }

    .header-background h5 {
        font-size: 12px;
        margin: 10px 0 0 0;
    }

    .base-footer .row {
        font-size: 8px;
    }

    .footer-hr-mobile {
        display: block;
        background-color: #323232;
        width: 98%;
        height: 3px;
        border-radius: 5px;
        margin-top: 40px;
    }

    #searchField {
        width: 88%;
    }

    #searchResults, #posts-count {
        width: 100%;
        border-right: none;
        padding-right: 0;
    }

    .filter-section {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .filter-options label {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .filter-options input {
        margin-right: 10px;
    }

    .post {
        flex-direction: column;
    }

    .img-search {
        width: 100%;
        height: auto;
        margin: 0 0 10px 0;
    }

    .search-main {
        flex-direction: column;
    }

    .filter-section {
        order: -1;
        margin-bottom: 20px;
    }
}

.highlight {
    background-color: lightyellow;
}

.comments-list {
    word-wrap: break-word;
    white-space: break-spaces;
}

.comments-list li {
    margin-block: .5rem;
}

.dropdown-menu {
    display: none;
    position: absolute;
    left: 10%;
    top: 30px;
}

.nav-item:hover > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 4px;
    left: 100%;
}


