body {
    background-color: #fefbf6;
}

.navbar {
    background-color: transparent;
    position: absolute;
    top: 0;
    width: 100%;
}

.hero-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.heroImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.colorBlue {
    color: #26447b;
}

.hero-title,
h1 {
    font-size: 3rem;
    font-weight: 600;
}

h2.lead {
    font-size: 1.8rem;
    font-weight: 400;
}

.btn-primary {
    background-color: #0d499c;
    border-radius: 40px;
    padding: 13px 35px;
    font-weight: 700;
}

.btn-with-arrow {
    position: relative;
}

row-cols-md-auto {
    background-color: red;
}

.col.fullWidth {
    padding-left: 0 !important;
}


@media (max-width: 576px) {
    .text-start {
        text-align: center !important;
    }

    h2.lead {
        text-align: center !important;

    }

    .fullWidth {
        width: 100%;
        padding: 0 !important;
    }

    .col {
        padding: 0;
    }

    .col.fullWidth {
        padding-left: 0 !important;
    }

    .fullWidth a.btn-primary {
        width: 80%;
        margin-bottom: 15px;
    }

    .row.row-cols-auto>* {
        padding: 0 !important;
    }

    .align-items-center {
        align-items: start !important;
    }
}

.copyrights {
    font-size: 0.87rem;
}

@media (min-width: 768px) {
    .justify-md-end {
        justify-content: flex-end !important;
    }
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.backgroundNavyblue {
    background-color: #031632;
    color: #fff;
}