body {
    font-family: Arial, sans-serif;
    background: url('../img/gemo-background.jpg') no-repeat center center fixed;
    background-size: cover;
    color: white;
    margin: 0;
    padding: 0;
    height: 100%;
    margin-top: 10px;
    user-select: none;


}

.navbar {
    width: 100%;
    max-width: 800px; /* Maximum width */
    margin: 0 auto; /* Center the navbar */
    /*position: fixed;*/
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.55); /* Semi-transparent background */
    border-radius: 10px; /* Rounded corners */

}

.navbar-brand {
    margin-right: auto; /* Pushes brand to the left */
}

.top-level-container {
    max-width: 800px; /* Maximum width */
    margin: 0 auto; /* Center the container */
    background-color: rgba(0, 0, 0, 0.35); /* Semi-transparent background */

}

.container {
    max-width: 800px;
    margin: 0 auto; /* Center the container horizontally */
    padding: 0 10px; /* Add some padding */
    overflow: hidden; /* Hide the overflow content */
    user-select: text;
}


.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding: 0 20px;
}


.navbar-nav .nav-item.active .nav-link {
    color: #fff; /* Active link text color */
    font-weight: bold; /* Active link text weight */
}

.privacy-p-header {
    font-weight: bold;
    font-size: 1.1em;
    display: block;
    margin: 10px 0;
}

.privacy-paragraph {
    font-size: 1.0em;
    display: block;
    margin: 10px 0;
}


.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
    padding: 0 20px;
}
.company-name {
    color: white;
    font-weight: bold;
    font-size: 24px; /* Increased font size */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Example of custom font family */
    text-shadow:
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px  1px 0 #000,
            1px  1px 0 #000; /* Text shadow for stroke effect */
}

.company-name a {
    text-decoration: none;
    color: white;
}

.app-links {
    margin-top: 0;
    padding-top: 0;
}

.app-links img {
    max-width: 150px;
}





