/* Custom styles */
/*.container {
    width: 60%;
}*/
.logo {
    width: 60px; /* Smaller size for better responsiveness */
    height: auto;
}
.header-row {
    margin-top: 1rem;
}
.form-row {
    margin-top: 3rem;
}
.form-label {
    font-size: 18px; /* Change the font size as needed */
}
#map {
    height: 100vh;
    width: 100%;
}



/* Container logo index html */
.container_logo {
    max-width: 1200px; /* Adjust as needed */
    margin: 0 auto;
    padding: 20px;
}

.logo {
    max-width: 100px; /* Adjust size as needed */
    height: auto;
}

/* Text content alignment and spacing */
.text-content {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center vertically */
    align-items: center; /* Center horizontally */
    height: 100%;
    text-align: center;
}

.big-letter {
    font-size: 2.5rem; /* Adjust size as needed */
    
    margin: 0;
    color: #5F5F61; /* Adjust color as needed */
}

.subtitle {
    font-size: 0.75rem; /* Adjust size as needed */
    margin: 0;
    color: #5F5F61; /* Adjust color as needed */
}

/* Responsive design */
@media (max-width: 768px) {
    .logo {
        max-width: 80px; /* Adjust size for smaller screens */
    }

    .big-letter {
        font-size: 1.7rem; /* Adjust size for smaller screens */
    }

    .subtitle {
        font-size: 0.6rem; /* Adjust size for smaller screens */
    }
}
