/* Desktop */
@media screen and (max-width: 1600px) {
    #profile {
        height: 10vh;
        margin-bottom: 5rem;
    }
    #about {
        height: 40vh;
    }
    #art {
        height: 335vh;
    }
    #contact {
        height: 20vh;
    }
}

@media screen and (max-width: 1500px) {
    #art {
        height: 420vh;
    }

@media screen and (max-width: 1400px) {
    #profile {
        height: 10vh;
        margin-bottom: 10rem;
    }
    #about {
        height: 45vh;
    }
    #art {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        height: 200vh;
    }
    #contact {
        height: 15vh;
    }
    #projects {
        margin-bottom: 15vh;
    }
    .color-container {
        margin: 5rem;
    }
    .about-containers {
        flex-wrap: wrap;
        flex-direction: column;
    }
}

@media screen and (max-width: 1200px) {
    #profile {
        height: 15vh;
        margin-bottom: 15rem;
    }
    #about {
        height: 60vh;
    }
    #contact {
        height: 15vh;
    }
    #footer {
        height: 5vh;
    }
    #projects {
        height: 10vh;
    }
    #art {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        height: 300vh;
    }
    .about-containers {
        flex-wrap: wrap;
        flex-direction: column;
    }
}

@media screen and (max-width: 900px) {
    #desktop-nav {
        display: none;
    }
    #hamburger-nav {
        display: flex;
    }
    #profile {
        height: 10vh;
        margin-bottom: 0rem;
    }
    #art {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        height: 400vh;
    }
    #projects {
        margin-bottom: 10vh;
    }
     .section-container{
        display: block;
    }
    .arrow {
        display: none;
    }
    section, .section-container {
        height: fit-content;
    }
    section {
        margin: 0 5%;
    }
    .section__pic-container {
        width: 275px;
        height: 275px;
        margin: 0 auto 2rem;
    }
    .about-containers {
        margin-top: 0;
    }
}

@media screen and (max-width: 600px) {
    #contact {
        height: 40vh;
    }
    #profile {
        height: 30vh;
        margin-bottom: 0;
    }
    .color-container {
        margin: 0;
    }
    #art {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        height: 1000vh;
    }
    article {
        font-size: 1rem;
    }
    footer nav {
        height: fit-content;
        margin-bottom: 1rem;
        background-color: rgb(153 157 160);
    }
    .about-containers, 
    contact-info-upper-container, 
    btn-conntainer {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .contact-info-container {
        margin: 0;
    }
    .nav-links li a {
        font-size: 0.8rem;
        background: rgb(153 157 160);
    }
    .contact-info-container h2
    {
        background: rgb(119 123 126);
        font-size: 0.8rem;
    }
    .logo {
        font-size: 1.5rem;
    }
    .nav-links {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
        background-color: rgb(153 157 160);
    }
    .section__pic-container {
        width: auto;
        height: 46vw;
        justify-content:center;
    }
    .section__text__p {
        font-size: 1rem;
    }
  
    .title {
        font-size: 2rem;
        margin-bottom: 5%;
    }
    .text-container {
        text-align: justify;
    }
}