body {
    margin: 0;
    font-family: 'Roboto Mono', monospace;
}

.navbar {
    background-color: #789388;
    height: 100px;
    margin: 20px;
    border-radius: 16px;
    padding: 0.5rem;
    margin-bottom: 100px;
}

.logo-img {
    border-radius: 20%;
}

.navbar-brand {
    font-size: 24px;
}

.navbar-toggler {
    border: none;
    font-size: 1.25rem;
}

.navbar-toggler:focus,
.btn-close:focus {
    box-shadow: none;
    outline: none;
}

.nav-link {
    color: black;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: #333333;
}

.retreat-header {
    background-color: #789388;
    height: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 160px; /* Add margin to prevent overlap */
}

.retreat-header h1 {
    margin-top: 20px;
    font-size: 2rem;
}

.retreat-header p {
    margin: 10px 0;
}

.my-5 {
    margin-top: 150px !important;
}

.contact-link1 {
    color: rgb(80, 80, 80);
    text-decoration: none;
}

.contact-link:hover {
    color: whitesmoke;
}


/* .btn-primary {
    width: 100%;
    max-width: 200px;
    margin: 20px 0;
} */

/* .btn {
    background-color: #789388;
    border: none;
    margin: 30px 0;
}

.btn:hover {
    background-color: #70827E;
    border: none;
} */

@media (min-width: 768px) {
    .retreat-header {
        height: 200px;
        width: 80%;
        margin: 0 auto;
        margin-top: 160px;
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .retreat-header {
        margin-top: 150px !important; /* Increase margin for smaller screens */
    }
}

.retreats-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    text-align: center;
}

.contact-link {
    color: salmon;
}

.contact-link:hover {
    color: darksalmon;
}