.bg-primary {
    background-color: #1e3a8a !important;
}

.text-warning {
    color: #fd7e14 !important;
}

.btn-warning {
    background-color: #fd7e14 !important;
    border-color: #fd7e14 !important;
}

.hover-text-warning:hover {
    color: #ffc107 !important;
}

.vh-70 {
    height: 70vh;
}

.min-vh-50 {
    min-height: 50vh;
}

.display-1 {
    font-size: 6rem;
}

.bg-dark {
    background-color: #0c1944 !important;
}

.partner-logo {
    width: 16rem;
    height: 16rem;
}

.venz-logo-img {
    width: 80%;
}

body {
    padding-top: 85px; /* Adjust this value based on the actual height of your header */
    padding-bottom: 70px; /* Adjust this value based on the actual height of your footer */
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}


@media (max-width: 768px) {
    .display-1 {
        font-size: 4rem;
    }
    .partner-logo {
        width: 12rem;
        height: 12rem;
    }
}

@media (max-width: 576px) {
    .display-1 {
        font-size: 3rem;
    }
    .partner-logo {
        width: 10rem;
        height: 10rem;
    }
}

.valedourado-logo {
    max-width: 200px;
}