nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

nav a {
    text-decoration: none;
    color: white;
    font-family: "HKGrotesk";
}

#logo {
    height: auto;
    object-fit: contain;
}

footer {
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(12, 12, 12, 1) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    justify-content: space-around;
    width: 100%;
}

.socials {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.logo-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.logo-footer a {
    align-content: center;
}

.logo-footer a img {
    object-fit: contain;
    height: auto;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-nav-button {
    font-family: "HKGrotesk";
    font-weight: 300;
}

.copyright-text {
    font-weight: 300;
    font-family: "HKGrotesk";
}

@media (max-width:350px) {
    nav {
        gap: 10vw;
        max-height: 15vh;
        padding: 2vh 0;
    }
    
    nav a {
        font-size: 4vw;
    }
    
    #logo {
        width: 30vw;
    }

    
    footer {
        margin-top: 6vh;
        max-height: 20vh;
        padding-top: 3vh;
    }
    
    .footer-container {
        padding-bottom: 20px;
    }
    
    .socials {
        gap: 4vw;
    }
    
    .social {
        font-size: 5vw !important;
    }
    
    .logo-footer a img {
        width: 30vw;
        padding-left: 7vw;
    }
    
    .footer-nav {
        gap: 2vh;
    }
    
    .footer-nav-button {
        font-size: 2.4vw;
    }
    
    .copyright {
        margin: 0;
    }
    
    .copyright-text {
        font-size: 1.3vw;
    }
}

@media (min-width: 350px) and (max-width: 750px) {
    nav {
        gap: 10vw;
        max-height: 15vh;
        padding: 2vh 0;
    }
    
    nav a {
        font-size: 3.5vw;
    }
    
    #logo {
        width: 30vw;
    }

    footer {
        margin-top: 10vh;
        max-height: 20vh;
        padding-top: 3vh;
    }
    
    .footer-container {
        padding-bottom: 20px;
    }
    
    .socials {
        gap: 4vw;
    }
    
    .social {
        font-size: 3.2vw !important;
    }
    
    .logo-footer a img {
        width: 25vw;
        padding-left: 6.5vw;
    }
    
    .footer-nav {
        gap: 2vh;
    }
    
    .footer-nav-button {
        font-size: 2vw;
    }
    
    .copyright {
        margin: 0;
    }
    
    .copyright-text {
        font-size: 1.3vw;
    }
}

@media (min-width: 750px) and (max-width: 1000px) {
    nav {
        gap: 10vw;
        max-height: 15vh;
        padding: 2vh 0;
    }
    
    nav a {
        font-size: 2.5vw;
    }
    
    #logo {
        width: 30vw;
    }

    footer {
        margin-top: 15vh;
        max-height: 20vh;
        padding-top: 3vh;
    }
    
    .footer-container {
        padding-bottom: 20px;
    }
    
    .socials {
        gap: 4vw;
    }
    
    .social {
        font-size: 2.9vw !important;
    }
    
    .logo-footer a img {
        width: 20vw;
        padding-left: 5vw;
    }
    
    .footer-nav {
        gap: 2vh;
    }
    
    .footer-nav-button {
        font-size: 1.7vw;
    }
    
    .copyright {
        margin: 0;
    }
    
    .copyright-text {
        font-size: 1vw;
    }
}

@media (min-width: 1000px) {
    nav {
        gap: 3.5rem;
        max-height: 10vh;
        padding: 2vh 0;
        padding-left: 8px;
    }
    
    nav a {
        font-size: 1.3vw;
    }
    
    #logo {
        width: 20vw;
    }

    footer {
        margin-top: 20vh;
        max-height: 25vh;
        padding-top: 3vh;
    }
    
    .footer-container {
        padding-bottom: 20px;
    }
    
    .socials {
        gap: 2vw;
    }
    
    .social {
        font-size: 2.3vw !important;
    }
    
    .logo-footer a img {
        width: 15vw;
        padding-left: 3vw;
    }
    
    .footer-nav {
        gap: 2vh;
    }
    
    .footer-nav-button {
        font-size: 1.1vw;
    }
    
    .copyright {
        margin: 0;
    }
    
    .copyright-text {
        font-size: 0.7vw;
    }    
}