@media (max-width: 1024px){
    header {
        height: 80px;
    }    
    
    .join-logo {
        width: 80px;
    }
    
    .left-side,
    footer{
        width: 160px
    }

    nav a,
    footer a {
        padding-left: 15%;
    }

    #log-out-menu {
        top: 80px;
    }
}

@media (max-width: 768px) {
    body {
        flex-direction: column-reverse;   
    }

    .left-side {
        width: 100%;
        height: 80px;
        flex-direction: row;
    }

    .left-side a {
        height: 80px;
        justify-content: center;
    }

    nav {
        flex-direction: row !important;
        justify-content: space-around;
        align-items: center;
        font-size: 14px;
    }

    nav a{
        padding-left: 0;
        display: flex;
        flex-direction: column;
        height: 80px;
        width: 76px;
        gap: 10px;
    }

    nav img {
        width: 24px;

    }

    footer {
        display: none;
        bottom: 0;
        right: 0;
        flex-direction: row;
        align-items: center;
    }

    footer a {
        padding-left: 0 ;
        width: 100% !important;
        justify-content: center;
    }

    .join-logo {
        display: none;
    }

    #logo-black-header{
        display: flex;
    }

    header {
       padding: 0 16px; 
    }

    header h3 {
        display: none;
    }

    .help {
        display: none;
    }

    #help {
        display: flex !important;
    }

    .user-info img {
        width: 40px;
        height: 40px;
    }

    .bg-color {
        border-radius: 8px;
        width: 76px;
        height: 76px !important;
    }
}