* {
    font-family: 'Courier 10 Pitch Std Bold', monospace !important;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -2;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}


body {
    background-image: url('../images/background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}

.bg-light {
    background-color: transparent !important;
}

section {
    background-color: rgba(250, 250, 250, 0.0) !important;
}

#about,
#booking {
    background-color: #3f5e48 !important;
}

#about {
    background-image: url('../images/background_1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#about .image-column {
    padding: 0 15px;
}

#about .image-container {
    max-width: 100%;
    overflow: hidden;
}

#about .profile-image {
    width: 100%;
    height: auto;
    max-width: 100%;
}

#blog .card,
#services .card {
    background-color: #355e3b !important;
}

#about img {
    max-width: 500px;
}

.card-img-top {
    height: 450px;
    object-fit: cover;
}

#navbar {
    background-color: #3f5e48 !important;
}

#navbar .navbar-brand {
    color: #ffffff !important;
}

.custom-darken-link:hover {
    color: rgba(79, 181, 72, 0.8) !important;
    text-decoration: none;
    transform: translateY(-2px);
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

@media (min-width: 768px) {
    #navbar {
        padding: 1rem 0;
        margin-bottom: 20px;
    }

    #navbar .navbar-brand {
        font-size: 1.5rem;
    }

    #navbar .nav-link {
        font-size: 1.1rem;
        padding: 0.5rem 1rem;
    }
}

.nav-link[href="#booking"] {
    border: 2px solid rgba(24, 60, 23, 0.8);
    border-radius: 5px;
    padding: 0.5rem 1rem;
    margin: 0 0.25rem;
    transition: all 0.3s ease;
}


.footer-links-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-flex-row {
    display: flex;
}

.footer-contact-img {
    max-width: 60%;
    height: 60%;
}

#home {
    font-family: 'Courier 10 Pitch Std Bold', monospace !important;
}

#home h1 {
    color: #90d1a5 !important;
}
