.footer {
    background-color: #1E3524;
    height: 90px;
    bottom: 0px;
    position: relative;
    padding-top: 20px;
    width: 100%;
    opacity: 88%;
    padding-bottom: 20px;
}

.flex-column {
    width: 100%;
}

.public-nav {
    width: 25%;
}

.flex-column {
    flex-direction: row !important;
}

.nav-link,
.nav-link:hover {
    color: #B9D5AE;
    opacity: 82%;
}

.center2 {
    text-align: center;
}

.end {
    text-align: end;
}

@media only screen and (max-width: 580px) {
    .container {
        width: 100% !important;
    }

    .flex-column {
        flex-direction: column !important;
    }

    .footer {
        height: fit-content;

    }

    .public-nav {
        width: 100% !important;
    }

    .nav-link {
        text-align: center !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .center2 {
        text-align: center !important;
        align-items: center !important;
        justify-content: center !important;
    }
}