/* FONTS */
@import url("https://use.typekit.net/sqk0ejc.css");
@import url("https://use.typekit.net/sqk0ejc.css");
@import url("https://use.typekit.net/bic1wir.css");

/* GENERAL */
html {
    scroll-behavior: smooth;
}

body {
    background-color: black;
    color: white;
}

* {
    margin: 0px;
}

.home-nav,
.home-page-nav {
    display: flex;
    margin: auto;
    justify-content: center;
}

.home-nav {
    padding-top: 2.5vh;
    padding-bottom: 2.5vh;
}

.home-page-nav {
    gap: 7vw;
    padding-bottom: 20vh;
}

.home-nav-item a {
    font-family: "bodega-sans", sans-serif;
    font-size: 72px;
    font-weight: 400;
    letter-spacing: 2px;
    text-decoration: none;
    color: White;
}

.home-nav-item,
.resumeButton,
.contactButton a:hover {
    color: #DB6600;
    transition: ease-in-out 250ms;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    font-weight: 800;
}

#works-menu {
    padding: 1vw;
    border: 1px solid black;
}

.works-Row {
    display: flex;
    padding-bottom: 3vh;
}

.nav-item a {
    margin: auto;
    font-family: "bodega-sans", sans-serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.3rem;
    text-align: center;
    color: white;
    text-decoration: none;
    padding: 2.5vh 7.5vw 1.25vh 7.5vw;

}

.nav-item a:hover {
    text-decoration: underline;
    transition: ease-in-out 200ms;
    color: #DB6600;
    text-align: center;
}

/* HEADER */
.work-container {
    background-color: black;
    padding-bottom: 1.5rem;
}

.work-img-placeholder {
    display: flex;
    justify-content: center;
    z-index: 0;
}

.headerImg {
    width: 100vw;
}

.work-title {
    font-family: "bodega-sans", sans-serif;
    font-weight: 800;
    font-size: 6.5vw;
    text-align: center;
    color: white;
    background-color: none;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 35px;
    padding-bottom: 20px;
    z-index: 2;
}

#ricker {
    font-size: 7.5vw;
}

/* CONTENT */
.yapping-container {
    font-family: "arboria", sans-serif;
    background-color: black;
    width: 60vw;
    margin: auto;
}

.heading {
    font-family: "bodega-sans", sans-serif;
    font-size: 64px;
    font-weight: 500;
    padding: 1rem;
    color: white;
    letter-spacing: 2px;
}

.text {
    font-family: "instrument-sans-variable", sans-serif;
    line-height: 2rem;
    font-weight: 300;
    font-size: 24px;
    background-color: black;
    color: white;
    padding: 1rem;
    margin-bottom: 5vh;
}

.sketches {
    max-width: 60vw;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    padding-bottom: 2.5vh;
}

#initSketch{
    max-width: 100%;
}

#wave-studies {
    margin-left: auto;
    margin-right: auto;
    max-width: 60vw;
    padding-left: 4rem;
    padding-right: 4rem;
    background: none;
    justify-content: center;
    display: flex;
    margin-bottom: 5vh;
}

.posterContainer {
    display: flex;
    gap: 2rem;
    justify-content: center;
    background: none;
    padding-bottom: 5vh;
}

#posterDev {
    gap: 1.5rem;
}

.posterDevItem {
    max-width: 29vw;
}

.finalPoster-item {
    max-width: 30vw;
}

/* FOOTER */
.footer {
    font-size: 15px;
    padding: 5rem 5rem 2rem 5rem;
    display: flex;
    background-color: black;
}

.link {
    font-size: 48px;
    color: white;
    font-family: "bodega-sans", sans-serif;
    font-weight: 300;
    color: white;
    letter-spacing: 2px;
    margin: auto;
}

#previous {
    margin-right: 50px;
    text-decoration: none;
}

#next {
    margin-left: 50px;
    text-decoration: none;
}

.link:hover,
#previous:hover,
#next:hover {
    scale: 1.05;
    text-decoration: underline;
    transition: ease-in-out 100ms;
    color: #DB6600;
}

.workTitle_home {
    font-family: 'bodega-sans', sans-serif;
    font-size: 48px;
    color: white;
    background-color: black;
}

.backToTop {
    margin: auto;
    color: white;
    text-align: center;
    justify-content: center;
    padding: 2vw;
}


#footerMobile {
    display: none;
}

#backToTop_button {
    color: white;
    margin: auto;
    text-decoration: none;
}

/* RESPONSIVE DESIGN */
@media only screen and (max-width: 1080px) {
    /* index */

    .top-container {
        padding-bottom: 6vh;
    }

    .container {
        text-align: center;
        flex-direction: column;
        padding-bottom: 5vh;
    }

    .name,
    #about,
    #contact {
        font-size: 80px;
    }

    .home-page-nav {
        max-width: 800px;
        flex-direction: column;
    }

    .home-page-nav a {
        font-size: 48px;
    }

    .subtitle {
        font-size: 28px;
        margin-top: -5px;
    }

    .nav-item a {
        padding: 10px;
        font-size: 30px;
        margin: 0rem;
    }

    .the-mega-container,
    .works-menu,
    .works-Row {
        display: Flex;
        flex-direction: column;
    }

    .works-menu,
    .works-Row {
        padding-bottom: none;
    }

    .card {
        width: 100%;
        background: none;
        gap: none;
    }

    .workTitle_home {
        font-size: 50px;
    }

    .backToTop {
        padding: 5vh;
    }

    .heading {
        padding: 1rem;
    }

    .text {
        font-size: 18px;
        padding: 1rem;
    }

    .workItem {
        font-size: 28px;
        margin-top: 25px;
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .worksImage {
        max-width: 85%;
    }

    .work-title {
        font-size: 12vw;
    }

    .heading {
        font-size: 30px;
    }

    .text {
        font-family: "instrument-sans-variable", sans-serif;
        font-variation-settings: "wght" 400, "wdth" 100;
    }

    .text-bottom {
        padding-bottom: 5vh;
    }

    /* pixel perfect */
    .erm,
    #moodboard,
    .erm2,
    .erm3,
    .erm4 {
        max-width: 100vw;
    }

    .sketches {
        flex-direction: column;
        max-width: 100vw;
    }


    /* olympics */
    #brisbane,
    #ricker {
        font-size: 11vw;
    }

    #wave-studies {
        max-width: 100vw;
        justify-content: center;
        padding: none;
    }

    .finalPoster-item {
        max-width: 100vw;
    }

    /* footer */

    .footer {
        flex-direction: column;
        width: 100%;
        padding: 1vw;
        gap: 2vh;
        margin-top: 10vh;

    }

    #footerDesktop {
        display: none;
    }

    #footerMobile {
        display: flex;
    }

    .link {
        font-size: 28px;
    }

    #previous,
    #next {
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

}