@media screen and (max-width: 640px) {
    #wrapper {
        width: 400px;
    }
    
    #desktop-nav {
        display: none;
        height: auto;
    }
    
    #desktop-nav2 {
        display: none;
        height: auto;
    }
    
    #hamburger-nav {
        display: flex;
    }
    
    #hamburger-nav2 {
        display: flex;
    }
    
    .experience-details-container {
        align-items: center;
    }
    
    .about-containers {
        display: inline-grid;
    }
    
    #indexpage{
        height: 940px;
    }

    #experiencepage {
        height: 3140px;
    }
    
    #contactpage {
        height: 880px;
    }
    
    .title2 {
        margin-left: -0.9rem;
        
    }
    
    .section__text {
        padding-top: 8rem;
        margin-left: -25rem;
        margin-right: 4rem;
    }
    
    .section__pic-container {
        padding-top: 55rem;
        margin-right: 5rem;
        align-self: center;
        margin-left: -2rem;
    }
   
}

