/* 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;
}

/* 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;
}

.continuous {
    margin-bottom: 2.5vh;
}

.text-bottom {
    padding-bottom: 2.5vh;
}

.mBullet {
    color: #DB6600;
    font-weight: 800;
    margin-left: 2.5vw;
}


.capstoneImg {
    margin: auto;
    max-width: 100%;
    justify-content: center;
    margin-bottom: 5vh;
}

.railwayMapContainer{
    max-width: 60vw;
}

#transitCardsContainer {
    display: flex;
    gap: 1.2rem;
    margin: auto;
    max-width: 75vw;
}

/* 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 */
    .home-page-nav {
        max-width: 800px;
        flex-direction: column;
    }

    .home-page-nav a {
        font-size: 48px;
    }

    .nav-item a {
        padding: 10px;
        font-size: 30px;
        margin: 0rem;
    }

    .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;
    }


    #transitCardsContainer {
        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;
    }
}