.my-z-index {
    z-index: 99999;
}
.nav-link {
    font-weight: 600 !important;
}
.my-section-background {
    background: #fafafa;
}
.my-nav .nav-link {
    color: #fff !important;
}
.my-background {
    background: #f9fcff;
}
.uk-banner {
    background-image: url("/Frontend/resources/assets/img/ukflag.webp");
    background-size: cover;
    background-position: center;
}
.denmark-banner {
    background-image: url("/Frontend/resources/assets/img/country/DENMARK.png");
    background-size: cover;
    background-position: center;
}
/* Show full image above text on mobile */
.mobile-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block; 
    padding-top: 30px;
}

/* Hide full-width background image below 901px */
@media (max-width: 900px) {
    .oblique {
        display: none; /* Hide full-width image */
    }
}

@media (min-width: 992px) {
    .mobile-image {
        display: none; /* Hide mobile image on large screens */
    }
}

@media (max-width: 768px) {
    .page-header {
        background-image: none !important;
    }
    #responsive-flag {
        margin-top: 20px; /* Adjust this value to increase or decrease the gap */
        border-radius: 10px;
    }
    .page-header.min-vh-50 {
        min-height: 0 !important;    }
}
