@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap');

html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    background: url('/images/background.jpg') no-repeat center center/cover; 
    background-attachment: fixed; 
}

.bg-image {
    flex: 1;
    display: flex;
    justify-content: flex-start; 
    align-items: flex-start;
    width: 100%;
    font-family: 'Geologica';
    font-size: 10px;
}

.bg-text {
    position: absolute;
    font-size: 10px;
    top: 180px; 
    left: 275px;
    color: white;
    text-align: left;
}


.logo-container {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 370px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 0) 50%);
}

.logo {
    padding-bottom: 200px;
    width: 160px;
}

.footer {
    display: flex;
    justify-content: center; 
    align-items: center; 
    text-align: left; 
    background: white;
    color: rgb(0, 0, 0);
    width: 100%;
    height: auto;
    font-family: 'Geologica';
    padding: 20px 0;
}

.footer .container {
    width: 100%;
    max-width: 1200px;
}

.footer .row {
    display: flex;
    justify-content: center; 
    align-items: center; 
    width: 100%;
    min-height: 200px; 
    padding: 20px 0; 
}
.footer .row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 150px;
    padding: 10px 0; 
}



.footer h5 {
    margin-bottom: 2px; 
    font-size: 18px;
    text-align: left;
}

.footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left; 
}

.footer ul li {
    margin-bottom: 2px;
    line-height: 1.2;

}

.footer p {
    margin: 2px 0;
    line-height: 1.2;
    text-align: left;
}

.footer a {
    color: rgb(0, 0, 0); 
    text-decoration: none; 
    border-bottom: 1px solid rgb(0, 0, 0); 
}

.footer a:hover {
    color: rgb(0, 0, 0); 
    border-bottom: 1px solid rgb(0, 0, 0); 
}





@media (max-width: 920px) {
    .bg-text {
        top: 180px; 
        left: 50%; 
        transform: translateX(-50%); 
        font-size: 14px;
        text-align: center; 
    }
    .footer .row {
        flex-direction: column; 
        align-items: center;
    }

    .footer .col-md-3 {
        width: 100%;
        text-align: center; 
        align-items: center; 
        padding: 10px 0; 
    }

    .footer h5,
    .footer ul,
    .footer li,
    .footer p {
        text-align: center; 
    }
}
