/*
    Welcome to my online portfolio! If you're here and you're interested in working with me, hit me up:
    Jonathan Verbeek (hello@jverbeek.de)
*/

@media (max-width: 320px) { 

}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) { 
    section {
        margin-top: 32px;
    }

    .landing-text-container>h1, .landing-text-container>.rolling-word>h1 {
        font-size: 32pt;
    }

    .landing-text-container>.rolling-word>h1 {
        height: 60px;
    }

    .landing-text-container>.rolling-word>h1.w2, .landing-text-container>.rolling-word>h1.w5 {
        font-size: 26pt;
    }

    .landing-text-container>h2 {
        font-size: 24pt;
    }

    .landing-text-container>.rolling-word {
        height: 60px;
    }

    .grid {
        grid-auto-flow: row;
        grid-template-columns: none;
        row-gap: 0px;
    }

    .page-heading {
        text-align: left;
    }

    .grid-cell {
        margin: 8px;
    }
    
    .grid-cell.two {
        height: 25vh;
        margin-top: 0;
        margin-bottom: 0;
    }

    .work-image {
        background-position-x: left;
    }

    .grid-cell.three {
        width: 100%;
        margin-bottom: 32px;
    }

    .skills-grid {
        grid-template-columns: none;
    }

    .skills-grid>div>h1 {
        font-size: 24pt;
    }

    .skills-grid>div/*:not(:last-child)*/ {
        margin-right: 0;
    }

    .interested-container>h1 {
        font-size: 48pt;
    }

    .interested-container>h2 {
        font-size: 24pt;
        text-align: center;
    }

    .mail {
        margin-top: 8px;
    }

    .paper-plane {
        display: none;
    }

    .yellow-overlay {
        height: 105vh;
        width: 105vw;
    }
}
