
.footer-flex{
    position: fixed;
    z-index: -10;
    left: 0;
    right: 0;
    bottom: 0;
}

@media screen and (min-width: 992px) {
    .container-full{
        max-width: 100vw;
        margin: 0;
        position: relative;
    }
    main{
        margin-left: 25vw;
    }
    .navbar {
        height: 100vh;
        width: 25vw;
        position: fixed;
        top: 0;
        left: 0;
        padding-top: 60px;
        padding-left: 6%;
        padding-right: 2%;
        background-color: white;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .nav{
        padding-left: 10px;
        margin-top: 50px;
        gap: 16px;
    }
    .row{
        max-width: 1260px;
    }
    .footer-flex{
        left: 25vw;
        right: 0;
    } 
}